I'm trying to enhance the product descriptions on my site with a simple js tabs script, however i've ran into a little issue with formatting.
Here's the sample product with the script:
http://www.automotivelightingusa.com...oducts_id=1307
Page looks fine in Firefox, however in IE it shifts the entire page about 70px to the right....any idea how to go about troubleshooting the problem?
Also....want to mention that the script is just inserted into where we'd normally type the text description through admin, here's what it looks like:
***********************************************
<div style="width: 500px;">
<div id="rollbar">
<div title="Features">
features here </div>
<div title="Description">
Contents of Tab 2
</div>
<div title="Warranty">
This product has a limited warranty of:<br>
<b>12 months</b> for materials and workmanship.<br>
</div>
<div title="Shipping Info">
Contents of Tab 4
</div>
</div>



