[thelist] css/dom drop down menu not working in IE

Peter Brunone (EasyListBox.com) peter at easylistbox.com
Wed Oct 5 20:11:49 CDT 2005


	I get an error on line 1, which isn't much help because the
whole friggin' script appears to be on one line in the js file!  I
downloaded it and opened it in notepad, and got those little placeholder
characters between lines (like Windows doesn't quite know what to put
there).

	When I paste it somewhere other than notepad, the funky
characters between lines become actual carriage return/line feed
combinations... Is there some unusual server config that could be the
culprit here?

Peter

-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of Judah McAuley

I've got an issue that is stumping me. I was given a design and some 
javascript for the drop down menus. When I first put together a template

based on it, it was fine. Then as I started adding content, I noticed 
that the lists in the main content area were really screwed. I 
investigated and found out that the reason was the the drop down menus 
were being created/styled using ul/li's and that the styles were being 
applied to the global ul/li's. No problem, the lists for the top and 
bottom menus were in their own div's, so I figured that I would just 
take the existing css rules and make them only apply to lists in those 
particular divs.

All seemed well and good until I tried testing in IE. The menus work 
fine in Firefox/Mozilla under both Linux and WinXP, but there is no 
drop-down in IE. I've looked over the html, css and js, but nothing 
appears to be wrong. It validates as xhtml and there are no JS errors 
showing up in the Firefox javascript console. IE does throw a script 
error but its not terribly useful, just explaining that there is a parse

error on line 2 (which is the html declaration).

I put up a page of the design at: http://wiredotter.com/sites/index.html

Any clue as to what's going on?

Thanks,
Judah





More information about the thelist mailing list