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
-
Playing blackjack online canby: Stewart443 weeks 3 days ago
-
The rise of 24/7 bettingby: Stewart443 weeks 4 days ago
-
Tiger711 often stands out asby: Stewart443 weeks 5 days ago
-
Using coupon sites is one ofby: Stewart444 weeks 1 day ago
-
Finding the best onlineby: Stewart444 weeks 1 day ago
-
Financeby: Jordan641 month 1 day ago
-
Fusion chocolate, especiallyby: Stewart441 month 2 days ago
-
High-efficiency exhaust fansby: Stewart441 month 3 days ago




