If I set visibility: Nested is hidden on the element, how do I set it back to the hover?
e.g.
# menus l'ul li {visibility: hiding; }
I tried:
# menu Li Ul Lee: hover {visibility: visible; }
But that does not work - so clearly I did not get the syntax right!
Cheers
Visibility: hidden
element hides And no one leaves the hooverable surface, so anytime the hover
event triggers.
Try Opacity: 0
(or even opacity: 0.00001
, is not sure whether the surface 0
) To get the desired effects, note that IE & lt; 8 is required special treatment ( filter: alpha (opacity = 0)
)
Other browsers also require other opacity
settings, @ See Nick Power links for a complete list.
Comments
Post a Comment