Here is a strange scenario in the top bar drop down navigation:
http://www.sldinfo.com/
My first level of drop down navigation needs to have a 3px underline on
hover, and so i've 'faked it out' by using a 3 px white bottom border in teh
off state. So far so good.  (line 41, navigation.css)

What is really odd is that if you hover over "Issues and Trends", you get
the bounce effect.  I was having this trouble with another item - by doing
step by step troubleshooting, I found the fix:  by literally changing the
address of the link, it fixed the problem.  Hunh?  Saving this out to a
static file, and changing the link from 

<a href="http://www.sldinfo.com/?page_id=19"; title="Issues &amp;
Trends">Issues &amp; Trends</a>
to <li class="page_item page-item-19"><a
href="http://www.sldinfo.com/?page_id=xxx19"; title="Issues &amp;
Trends">Issues &amp; Trends</a>

removes the effect.  The problem:  I fixed one element of the nav by simply
duplicating the page and ("about" was bouncing), and then "issue and trends"
started doing it.  

Any ideas why this would be?  I am using the multi-level navigation menu
plugin, heavily customized (based on suckerfish). 

Other problem I've been completely unable to solve is the bounce effect on
the sub-sub menus (e.g.  Resources -> Photo Galleries -- see flyout menu).
I've gone through each piece of the code and tried to remedy this 7px
bounce, but nothing.  

Would appreciate any insights on the first problem, and any resources to
better understand the structure of the second problem (as I suspect I am not
fully understanding the mechanism for the sub-sub-sub menu). 

Anne Shroeder
Web Developer
Language Works, web sites in YOUR language http://www.language-works.com
Email: a...@language-works.com
(301) 755-8400 (cell)
"Attitude is more important than the past, than education, than money, than
circumstances, than what people do or say. It is more important than
appearance, giftedness, or skill. " ~ W.C. Fields 



______________________________________________________________________
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/

Reply via email to