I am using <div> statements in my html code. For example see code below...
<div id="hometext16" style="position:absolute; width:100px; height:10px;z-index:5; left: 350px; top: 360px;"><img src="/firewear.gif"></div>
The positions in this code (left:350px; top: 360px;) displays correctly in IE, but shifts to the right and up in Safari, Chrome, and FF. What is the reason for this? Should I be using some other type of code to do this with instead of the style positions?
You may look at the website in the different browsers to see what I mean if you would like.
www.riversidefr.com
Thanks!
Mandy