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
-
One late-night grind inby: sharase1 week 1 day ago
-
Fanless industrial panel PCsby: Stewart442 weeks 4 hours ago
-
Playing blackjack online canby: Stewart441 month 2 weeks ago
-
The rise of 24/7 bettingby: Stewart441 month 2 weeks ago
-
Tiger711 often stands out asby: Stewart441 month 2 weeks ago
-
Using coupon sites is one ofby: Stewart441 month 3 weeks ago
-
Finding the best onlineby: Stewart441 month 3 weeks ago
-
Financeby: Jordan641 month 3 weeks ago




