[Project_owners] CSS urlbar
joe ertaba
belaviyo at gmail.com
Thu Nov 13 00:10:53 PST 2008
Hi,
I used this css to hide and show my extension icon
#urlbar[a attrible is true] > #MyIcon
{
visibility: visible !important;
}
#urlbar[a attrible is false] > #MyIcon
{
display: none !important;
}
now I want to show my extension icon when mouse is over urlbar
#urlbar[a attrible is true] > #MyIcon
{
visibility: visible !important;
}
#urlbar[a attrible is false] > #MyIcon
{
display: none !important;
}
*#urlbar[a attrible is false]:hover > #MyIcon
{
visibility: visible !important;
}*
it doesn't works :(
can anybody fix it ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mozdev.org/pipermail/project_owners/attachments/20081113/b86d674e/attachment.html>
More information about the Project_owners
mailing list