[thelist] DIV position in CSS
Aylard JA (James)
jaylard at equilon.com
Mon Jun 19 16:46:20 2000
Michael Galvin wrote:
> I'm having some trouble with a DIV (only in NS) that refuses to move no
> matter where I put the left offset:
First, a dumb question: you do have JavaScript enabled, don't you?
Style sheets don't work in Netscape if scripting is turned off.
Second, use a unit of measurement with your numeric values. This is
a requirement of the W3C spec, although IE especially is lax about enforcing
this and assumes pixels if no unit is specified. Navigator may balk at
rendering your style values altogether.
If possible, please post a URL or a bigger chunk of your code,
including the relevant HTML and scripting. Also, in which version of
Netscape are you testing?
James Aylard
mailto:jaylard@equilon.com