Hi, Thank you for following up with my question.
I have used the RapidWeaver/+Plugin Website Creation Tools to create a site:JAY'S ART SERVICE
There are 5 'Tabs' across the top.
The code included just below, positions a 'Shadow' under the 'About Tab', and it, and the other Tab shadows line up in Safari, and they are shifted to the Left ~5 pixels in Firefox. The misalignment increases as you move to the Right, with the 'Context Tab' being the most misaligned.
The other components, BOOK_ABOUT.jpg, RIGHT.jpg, LEFT.jpg, are all correct in both browsers.
This is why I wonder If there is something I could add to this html, to make the TAB_ABOUT.jpg position correctly in Firefox, like it is in Safari.
* I might change my design, in the time being, just to move forward.
However, It works in Safari perfectly, so this is a little bit of a challenge, and I want to get it to work if possible.
Thank you for any assistance you may be able to provide.
HTML Code:
<img src="http://www.ae35design.com/resources/TAB_ABOUT.jpg" style="position:absolute; top:40px; left:0px; width:900px; height:20px" border="0" />
<img src="http://www.ae35design.com/resources/BOOK_ABOUT.jpg" style="position:absolute; top:60px; left:0px; width:900px; height:414px" border="0" />
<img src="http://www.ae35design.com/resources/LEFT.jpg" style="position:absolute; top:474px; left:0px; width:440px; height:126px" border="0" />
<img src="http://www.ae35design.com/resources/RIGHT.jpg" style="position:absolute; top:474px; left:440px; width:460px; height:126px" border="0" />
Bookmarks