Topic awaiting preservation: CSS is screwing with my JS again :( |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Brisbane, Australia |
posted 09-19-2001 21:13
Grrrr! I just can't figure out why the hell this is happening! |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-19-2001 21:25
Its solidly broken in IE5/WinNT line 30, char 43, invalid arguement. The answer to your question must be obvious but I can't spot it. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 09-19-2001 21:40
Couple of things. |
Paranoid (IV) Inmate From: Lebanon |
posted 09-19-2001 21:54
quote:
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 09-19-2001 22:07
or of course (-n) |
Maniac (V) Inmate From: Brisbane, Australia |
posted 09-19-2001 22:25
Emperor: There are nooooo JS errors when I set all of the styles using style="xxxx" for each element. I've tyed switching back and fourth several times, still no go when using #xxxxxx or .xxxxx in the style tags. And, that is actualy line 30 of the objects.js file which it also a line of code that Netscape uses. Here's a slightly eariler version of the site. I havent changed any of the actualy JS code since what's there now... |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-19-2001 23:29
I'm stumped. I'm not sure if it matters but your older version using style="" has this code: code: style="
code: #homeDiv {
|
Maniac (V) Inmate From: Brisbane, Australia |
posted 09-20-2001 08:32
I tried it but still no go |
Paranoid (IV) Inmate From: Lebanon |
posted 09-20-2001 10:06
just a question, |
Maniac (V) Inmate From: Brisbane, Australia |
posted 09-20-2001 10:40
You name the style with a '.' when you want to assign them as a class, .style{att:value;} then use class="style" to apply that style to the element. |