a8le
04-28-2006, 06:21 PM
hi all,
can someone explain why my css linkbuttons, don't properly display on firefox...
what i noticed is css links show up fine.
this is the css for the buttons....
.Link,A.Link:Link,A.Link:Visited
{
background: url('Images/linkbutton_bg.gif') repeat-x bottom center;
border: 1px solid #CDCDCD;
padding: 2px 2px 2px 2px;
text-align: center;
height: 18px;
width: 80px;
text-decoration: none;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
color: #403F3F;
filter:progid:DXImageTransform.Microsoft.Shadow(co lor='#CDCDCD', Direction=135, Strength=2) ;
}
well, i know that firefox doesn't support the gradient, but it doesn't seem care for my width or height specifications either...
my website.... click here (http://www.noteful.com/)
-a8le
can someone explain why my css linkbuttons, don't properly display on firefox...
what i noticed is css links show up fine.
this is the css for the buttons....
.Link,A.Link:Link,A.Link:Visited
{
background: url('Images/linkbutton_bg.gif') repeat-x bottom center;
border: 1px solid #CDCDCD;
padding: 2px 2px 2px 2px;
text-align: center;
height: 18px;
width: 80px;
text-decoration: none;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
color: #403F3F;
filter:progid:DXImageTransform.Microsoft.Shadow(co lor='#CDCDCD', Direction=135, Strength=2) ;
}
well, i know that firefox doesn't support the gradient, but it doesn't seem care for my width or height specifications either...
my website.... click here (http://www.noteful.com/)
-a8le