Hi,
I'm using some CSS which aligns everything fine vertically with IE, Opera & Safari, but Netscape and FireFox shove everything to the top of the page. An example line is:
#Text { position: absolute; top: 50 px; left: 635px; text-align: left; width: 105px; }
I'm sure it's something simple, but I can't see what! Any ideas?
DerekDo you have a link to the whole page? It's kind of difficult to guess from one line of code.Nah, it's not online yet. There's nothing more to it than that one line, apart from these on the html page:
<link rel=stylesheet href=http://www.webdeveloper.com/forum/archive/index.php/"styles.css" type="text/css">
in the header
<div class="blackregtext" id="Text"><span></span></div>
(The class just determines font style, size, etc - no positioning)
That's why I reckon it should be a simple fix! Any ideas?!
I'm using some CSS which aligns everything fine vertically with IE, Opera & Safari, but Netscape and FireFox shove everything to the top of the page. An example line is:
#Text { position: absolute; top: 50 px; left: 635px; text-align: left; width: 105px; }
I'm sure it's something simple, but I can't see what! Any ideas?
DerekDo you have a link to the whole page? It's kind of difficult to guess from one line of code.Nah, it's not online yet. There's nothing more to it than that one line, apart from these on the html page:
<link rel=stylesheet href=http://www.webdeveloper.com/forum/archive/index.php/"styles.css" type="text/css">
in the header
<div class="blackregtext" id="Text"><span></span></div>
(The class just determines font style, size, etc - no positioning)
That's why I reckon it should be a simple fix! Any ideas?!