|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello,
Is it possible to show / hide an unordered list on mouse hover / mouse out of an image using only CSS? Thanks, Miguel |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 2008-03-28, shapper <mdmoura@gmail.com> wrote:
> Hello, > > Is it possible to show / hide an unordered list on mouse hover / mouse > out of an image using only CSS? Yes. something { visibility: hidden } something-else:hover something { visibility: visible } :hover doesn't work in older versions of IE. |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Fri, 28 Mar 2008 17:16:47 -0400 from David Stone
<no.email@domain.invalid>: > If you want to see how this can be done - including accomodating > older versions of IE - take a look at Ruthsarian menus: > > http://webhost.bridgew.edu/etribou/layouts/rMenu/ Caution: it requires Javascript. Also, the whole business of drop-down and flyout menus has been discussed here, and while there are pros and cons, as I recall the cons outweighed the pros. -- Stan Brown, Oak Road Systems, Tompkins County, New York, USA http://OakRoadSystems.com/ HTML 4.01 spec: http://www.w3.org/TR/html401/ validator: http://validator.w3.org/ CSS 2.1 spec: http://www.w3.org/TR/CSS21/ validator: http://jigsaw.w3.org/css-validator/ Why We Won't You: http://diveintomark.org/archives/200..._wont__you |
|
![]() |
| Outils de la discussion | |
|
|