What Kamil said is correct... this is a paste of the source: <ul id="resourcesForList"> <li <a href="/home/resources-for/prospectivestudents">Prospective Students</a> </li> <li <a href="/home/resources-for/parents">Parents</a> </li> [snip]
You'll notice the <li is not closed. FF doesn't seem to mind but IE does. ~Mx http://www.mxdx.co.uk 2009/2/6 Jody Levinson <j...@troutdream.com>: > I've looked at the source and it looks closed to me: > > <ul id="resourcesForList"> > <li><a href="/home/resources-for/prospectivestudents">Prospective > Students</a></li> > <li><a href="/home/resources-for/parents">Parents</a></li> > <li><a href="/home/resources-for/alumni">Alumni & Friends</a></li> > <li><a href="/home/resources-for/visitors">Visitors</a></li> > <li><a href="/home/resources-for/currentstudents">CurrentStudents</ > a></li> > <li><a href="/home/resources-for/faculty">Faculty & Staff</a></li> > </ul> > > Are you seeing something different? > > On Feb 5, 2009, at 2:40 PM, Kamil Saiyed wrote: > >> Try closing your <li> s in <ul id="resourcesForList">. >> >> >> Kamil Saiyed >> Rhapsody Solutions >> Application Developer >> 281-668-9177 >> >> >> -----Original Message----- >> From: css-d-boun...@lists.css-discuss.org >> [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Jody >> Levinson >> Sent: Thursday, February 05, 2009 4:12 PM >> To: CSS-D >> Subject: [css-d] IE problem with menu >> >> Hi all, >> >> On this site: http://web536.fog.plainblack.net/ the menu on the left >> works >> in FF but not IE7 or IE8. >> >> Other pages work fine. Just not this one. >> >> In IE7, I see the text "[if lte IE 7]><![endif] [else if lte IE 6]>" >> in the upper left and I'm assuming the problem lies there. I checked >> all the >> other page templates and they all have the exact same code in that >> space: >> >> <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/ >> styles/ >> mainIe.css" media="screen" /><![endif]--> <!--[if lte IE 6]><link >> rel="stylesheet" type="text/css" href="/styles/ mainIe6.css" >> media="screen" >> /><![endif]--> >> >> I even repasted the block from a working page just in case there was >> some >> stray character in there. >> >> Any clues? >> >> Thank you so much! >> >> Jody >> >> -- >> TroutDream Graphics, Inc. >> Always fresh. Never canned. >> http://troutdream.com >> 425-883-8277 >> 928-833-8277 fax >> >> ______________________________________________________________________ >> css-discuss [cs...@lists.css-discuss.org] >> http://www.css-discuss.org/mailman/listinfo/css-d >> List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- >> http://css-discuss.org/policies.html >> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ >> >> ______________________________________________________________________ >> css-discuss [cs...@lists.css-discuss.org] >> http://www.css-discuss.org/mailman/listinfo/css-d >> List wiki/FAQ -- http://css-discuss.incutio.com/ >> List policies -- http://css-discuss.org/policies.html >> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > -- > TroutDream Graphics, Inc. > Always fresh. Never canned. > http://troutdream.com > 425-883-8277 > 928-833-8277 fax > > ______________________________________________________________________ > css-discuss [cs...@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/