Fading drop-down

Here is an example of what I think you are looking for http://deltadesign.co/FW7Test/drop-down-fade-in.html

This uses a combination of visibility:visible/hidden of the CSS menu action with added opacity:0/1 to give the fade in effect.

The code specific to my example is shown on the example page but for those who can’t wait

<style type=”text/css”>
div.fwNavContainer1 ul.sub {opacity:0 !important; }
div.fwNavContainer1:hover ul.sub {opacity:1 !important;  }
div.fwNavContainer1:hover ul.sub  { -moz-transition: all 1.5s; -webkit-transition: all 1.5s; -o-transition: all 1.5s; transition: all 1.5s;}
</style>

D


freewaytalk mailing list
email@hidden
Update your subscriptions at: