xUhoh
03-12-2006, 12:37 AM
I use mozilla to browse.
I'm currently working on a site.
I have an external CSS file.
When i hover over the regular text on the page a white background shows.
I only want that white background when i hover on links.
Here is the CSS code i'm using.
If you have any suggestions let me know.
A:link
{ text-decoration: none; color:#FF0000; }
A:visited
{ text-decoration: none; color:#FF0000; }
A:active
{ text-decoration: none; color:#FF0000; }
A:hover
{ text-decoration: none; color:#FF0000; background-color: #FFFFFF; cursor: help;}
body
{background-color: transparent;
font-family: verdana;
color: #FF0000;
letter-spacing: 0pt;
font-weight: normal;
font-size: 7pt;
text-align: justify;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FF0000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FF0000;
scrollbar-arrow-color: #FF0000;
scrollbar-track-color: transparent;
}
td
{ font-family: verdana;
color:FF67C0;
padding-left: 0cm;
padding-right: 0cm;
padding-top: 0cm;
padding-bottom: 0cm;
padding: 0cm;
padding: 0cm 0cm;
letter-spacing: 0pt;
font-weight: normal;
font-size: 7pt;
line-height: 1;
text-align:center; }
input, textarea
{ background: transparent;
font-family: verdana;
color: #FF0000;
letter-spacing: 0pt;
font-weight: none;
font-size: 7pt;
border-style: dotted;
border-color: #FF0000;
border-width: 1px; }
Thankssss <3
I'm currently working on a site.
I have an external CSS file.
When i hover over the regular text on the page a white background shows.
I only want that white background when i hover on links.
Here is the CSS code i'm using.
If you have any suggestions let me know.
A:link
{ text-decoration: none; color:#FF0000; }
A:visited
{ text-decoration: none; color:#FF0000; }
A:active
{ text-decoration: none; color:#FF0000; }
A:hover
{ text-decoration: none; color:#FF0000; background-color: #FFFFFF; cursor: help;}
body
{background-color: transparent;
font-family: verdana;
color: #FF0000;
letter-spacing: 0pt;
font-weight: normal;
font-size: 7pt;
text-align: justify;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FF0000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FF0000;
scrollbar-arrow-color: #FF0000;
scrollbar-track-color: transparent;
}
td
{ font-family: verdana;
color:FF67C0;
padding-left: 0cm;
padding-right: 0cm;
padding-top: 0cm;
padding-bottom: 0cm;
padding: 0cm;
padding: 0cm 0cm;
letter-spacing: 0pt;
font-weight: normal;
font-size: 7pt;
line-height: 1;
text-align:center; }
input, textarea
{ background: transparent;
font-family: verdana;
color: #FF0000;
letter-spacing: 0pt;
font-weight: none;
font-size: 7pt;
border-style: dotted;
border-color: #FF0000;
border-width: 1px; }
Thankssss <3