C
cwebbatya
Guest
Building a website, looking to put text on an image I created. I've tried all sorts of different ways of coding to do this, heres an example
<body>
<div id="container">
<div><img src="cow.jpg" /></div>
<div style="position: absolute; left: 20px; top: 160px;">
<span style="font-weight: bold; color: #fff;">Moooooo...</span>
</div>
</div>
</body>
**PROBLEM being, when I switch from Firefox to Internet Explorer the placement of the text is different on the two? I'm frustrated. The settings are the same on each browser. Whats going on. Please help??
<body>
<div id="container">
<div><img src="cow.jpg" /></div>
<div style="position: absolute; left: 20px; top: 160px;">
<span style="font-weight: bold; color: #fff;">Moooooo...</span>
</div>
</div>
</body>
**PROBLEM being, when I switch from Firefox to Internet Explorer the placement of the text is different on the two? I'm frustrated. The settings are the same on each browser. Whats going on. Please help??