Rounded cells on hover for Fast Dial with glow for dark background
chiaroscuro Sun, 08/15/2010 - 00:17
Have been looking at ways of improving on the previous Version
The previous Version had this effect on hover
This is a new Version without glow:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(chrome://fastdial/content/)
{
.thumbnail
{
border: 7px solid transparent !important;
-moz-border-radius:10px !important;
}
}
This will have this effect:
This other new Version includes a glow for a dark background
Here is the code
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(chrome://fastdial/content/)
{
.thumbnail
{
border: 7px solid transparent !important;
-moz-border-radius:10px !important;
-moz-box-shadow:0px 0px 10px #ffffff !important;
}
}
effect of with glow
and here the same cell with a Logo on hover with glow
- Printer-friendly version
- 0
- 0 votes
Search logos
Search site
Navigation
User login
Online users
Recent comments
-
I think this is one of theby: peter6541 year 4 months ago
-
I really loved reading yourby: peter6541 year 4 months ago
-
I’m impressed, I must say.by: wakawaka1 year 4 months ago
-
Thanks for taking the time toby: peter6541 year 4 months ago
-
Thanks for posting this info.by: peter6541 year 4 months ago
-
I was surfing the Internetby: peter6541 year 4 months ago
-
I am definitely enjoying yourby: peter6541 year 4 months ago
-
Excellent post. I wasby: peter6541 year 4 months ago




