Displaying 1 result from an estimated 1 matches for "organismehover".
2006 Jun 16
5
Menu using Scriptaculous Effects = OnMouseOver bug
...gn: left;
position: relative;
float: left;
}
#accueil { z-index: 10; }
#accueilhover
{
background-color: #CCC;
margin-left: -107px;
z-index: 5;
background-image: url(coin.png);
background-repeat: no-repeat;
background-position: right bottom;
}
#organisme { z-index: 10; }
#organismehover
{
background-color: #CCC;
margin-left: -107px;
z-index: 5;
background-image: url(coin.png);
background-repeat: no-repeat;
background-position: right bottom;
}
#clients { z-index: 10; }
#clientshover
{
background-color: #CCC;
margin-left: -107px;
z-index: 5;
background-ima...