digitaltune
05-12-2003, 09:28 PM
I have the site im designing perfect in I.E. but theres one major things that happening in gecko-browsers. Is it ok if i post the code here (only the area thats giving me troubles) and you take a look ppl ? Thanks!
Oh, and by the way, I am placing text in a div ontop of an image in another div, any problems with mozilla & co with that kind of senario? Cheers in advance.
++++++++++++++++++Begin Code+++++++++++++++++++
<div class="welcometext">
<h3>welcome to blah blah : blah blag</h3> <br />
text tex text <br /> <br />
more text text text <br />
more text text tex tex tex tex<br />
</div>
and the corresponding CSS section :
div.welcometext {position:absolute; top:150; left:225px; height:250px; width:500px; padding:5px; }
+++++++++end of code+++++++++
Thanks in advance,
Matt
Oh, and by the way, I am placing text in a div ontop of an image in another div, any problems with mozilla & co with that kind of senario? Cheers in advance.
++++++++++++++++++Begin Code+++++++++++++++++++
<div class="welcometext">
<h3>welcome to blah blah : blah blag</h3> <br />
text tex text <br /> <br />
more text text text <br />
more text text tex tex tex tex<br />
</div>
and the corresponding CSS section :
div.welcometext {position:absolute; top:150; left:225px; height:250px; width:500px; padding:5px; }
+++++++++end of code+++++++++
Thanks in advance,
Matt