CSS / Javascript woes

Alright, so here’s my problem(s)! I’ve been fooling around with CSS to possible make a new sitey for myself, but it doesn’t seem to be panning out too smoothly. My site is located at:

http://dividemysky.com/test/test.htm

First of all for some reason in IE 6 on windows, the Javascript on Line 13 is giving me an undefined error, but Im not getting that error on any other browsers. Even more frustrating is that the page still works on IE 6, despite getting the error! How can I get rid of it!

A second picky thing that the page is doing is that my left most DIV (with the navigation in it) will flow to the bottom of the parent DIV in both IE and Safari on Mac, but in widows I can’t get it to go all the way to the bottom (as well as the fact that the list margins become HUGE in this browser). What am I doing wrong?!

Desperatly Yours -

TJ

dont know too much on CSS, but with javascript is always best to try debugging with Netscape, its javascript console is pretty good.

Therein lies the problem - the script works fine in Netscape - it just gets an undefined error when the browser is IE 6! So basically I just need to figure out how to make it ignore the error, becasue it works fine as is (except for the warning!)

TJ

try putting your javaScript code in comments

<script language=JavaScript>
<!--   put your code in here //-->

Already is!

i just checked again, im not getting any errors in ie6? i have debugging activated as well since im working on js atm.

hummm . . I wonder what the heck is going on with the computers in my house then! Anyone else reading this thread get an error too?

TJ

using Mozilla & IE6 I didn’t get any error from either