One thing I spot right off is that your nested list isn't properly
formed. You've got <ul>'s around every <li>... it should look like:
<div id="mainMenu">
<ul class="menuList">
<li id="home" class="menubar"><a href="index.shtml"
id="homeActuator" class="actuator" accesskey="h"><span
class="buffer">Home</span></a></li>
<li id="intro" class="menubar"><a href="intro.shtml"
id="introActuator" class="actuator" accesskey="n"><span
class="buffer">Introduction</span></a></li>
<li id="portfolio" class="menubar"><a href="portfolio.shtml"
id="portfolioActuator" class="actuator" accesskey="p"><span
class="buffer">Portfolio</span></a>
<ul id="portfolioMenu" class="menu">
<li id="overview"><a href="port_overview.shtml"
title="Overview">Overview</a></li>
<li id="compplan"><a href="port_compplanning.shtml"
title="Comprehensive planning and zoning">Comprehensive planning and
zoning</a></li>
<li id="exptest"><a href="port_exptest.shtml"
title="Expert
testimony and litigation">Expert testimony and litigation</a></li>
<li id="econdev"><a href="port_econdev.shtml"
title="Economic
development">Economic development</a></li>
<li id="redev"><a href="port_redev.shtml"
title="Redevelopment
studies and strategies">Redevelopment studies and strategies</a></li>
<li id="condemn"><a href="port_condemn.shtml"
title="Condemnation
and relocation">Condemnation and relocation</a></li>
<li id="revite"><a href="port_revit.shtml"
title="Downtown
revitalization">Downtown revitalization</a></li>
<li id="neighborhood"><a href="port_neighborhood.shtml"
title="Neighborhood planning">Neighborhood planning</a></li>
<li id="realestate"><a href="port_realestate.shtml"
title="Real
estate advisory services">Real estate advisory services</a></li>
</ul>
</li>
<li id="team" class="menubar"><a href="team.shtml" id="teamActuator"
class="actuator" accesskey="t"><span
class="buffer">Team</span></a></li>
<li id="clients" class="menubar"><a href="clients.shtml"
id="clientsActuator" class="actuator" accesskey="c"><span
class="buffer">Clients</span></a></li>
</ul>
</div>
Not sure if that'll get it or not... but the gazingus scripts all rely
on properly formed HTML, so that might help.
The good news in any case is that IE6 on XP at least does not lose the
two bottom buttons.
HTH,
Stephen
On Fri, 16 Jul 2004 11:20:48 -0400, Rita Crisafi <[EMAIL PROTECTED]> wrote:
> Hi. I adapted an expandable menu from gazingus.org using list items and css:
>
> here's a demo of the original:
>
> http://www.gazingus.org/html/menuExpandable.html
>
> here's one of my pages that uses it:
>
> http://www.crisafidesign.com/ppsa
>
> In I.E. 6 pc when I expand the portfolio menu the bottom two items
> "team" and "clients" disappear -- can anyone tell me why?
>
> here's the original javascript:
> http://www.gazingus.org/js/menuExpandable.js
>
> here's my adapted javascript:
>
> http://www.crisafidesign.com/ppsa/js/menuExpandable.js
>
> I'm SURE one of the problems is that i took out the image references
> because i didn't want an icon before my menu, I don't know enough
> javascript to remove them alltogether -- if someone could tell me how
> to do that would that possibly solve the problem?
>
> here's the original css:
> http://www.gazingus.org/css/menuExpandable.css
>
> here's my adapted css:
> http://www.crisafidesign.com/ppsa/css/menuExpandable.css
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016
Please include the email address which you have been contacted with.