Hi.
Could someone help me to change  transparent panel opacity  on mouse hover (so 
user can see normal opaque buttons)
panel style:
.olControlPanel
{
        position: absolute;
        left: 60px;
        background-color: #DEECFD;
        opacity: 0.8;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.olControlPanel div
{
        display: block;
        height: 30px;
        width: 30px; /* margin: 5px; */
        float: left;
}
applying { opacity: 1; filter: 
progid:DXImageTransform.Microsoft.Alpha(opacity=100); }
to to pseudoclass :hover has no effect.
Thanks!

-- 
View this message in context: 
http://n2.nabble.com/how-to-change-transparent-panel-opacity-on-hover--tp2538360p2538360.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to