Ive recently been appointed to do some work on my employers website. For now, to hold us over until we can manage a complete re-write, I have been asked to just do a little update to the look and feel. One of the things I have done is use the niftycorners code for rounded divs.
I have had no trouble implementing this code over all the site pages, until I got to one page. Our product pages.
Ive never seen a code placed directly within the body tag, but this is what has been done here.
<BODY onload="pricing_init(); attribute_changed();">
This code loads the dynamic pricing feature. Unfortunately, it also causes the nifty corners code I have placed between the head tags to fail.
I dont know if its just the odd placement of the code or the code itself as I am just learning js (using the Javascript and Ajax for dummies book). Is there some way I can alter this so that both the dynamic pricing and nifty corners works?
thanks in advance for any suggestions.