CSS Help please.
Hi guys!
I run different website but seems to have problem when people try to visit my website with IE. On Firefox it's perfect but not IE. Here is the exact code i have on style.css file. if someone can help me please. Thanks.
-----------------------------------
body,p,span,div,font,li,ul,ol,dt,dd,dl,form,blockq uote,a,tr,td,th,table,h1,h2,h3,h4,h5,b,i,input,tex tarea
{
font-size: 9px;
font-family: Verdana, Tahoma, Arial, Geneva;
line-height: 18px;
color: #e5ffcc;
font-weight: bold;
SCROLLBAR-FACE-COLOR: #e6e6e6;
SCROLLBAR-HIGHLIGHT-COLOR: #d3d3d3;
SCROLLBAR-SHADOW-COLOR: silver;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: gray;
SCROLLBAR-TRACK-COLOR: #f3f3f3;
SCROLLBAR-DARKSHADOW-COLOR: white
}
a:link { color: #000000; text-decoration: none; font-size: 9px; font-weight: bold;}
a:visited { color: #000000; text-decoration: none; font-weight: bold;}
a:active { color: #FFFFFF; font-weight: bold;}
a:hover { color: #FFFFFF; font-weight: bold;}
a:hover img
{
border: 1px solid #FFFFFF;}
.thumb
{
border: 1px solid #000000;
}
|