View Full Version : Problem with CSS on mozilla


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

Valkyrie
03-12-2006, 03:10 AM
Check to see if you closed all of your links with </a>.

xUhoh
03-12-2006, 03:24 AM
Check to see if you closed all of your links with </a>.
i closed all my links properly.
the regular text on my site still has a white background when i hover.

all the text has it, whether it's a link or not...

:((

Valkyrie
03-12-2006, 03:48 AM
Could you post the link to your page?

xUhoh
03-12-2006, 03:53 AM
http://www.geocities.com/````0uttaluck/vDCP.html

i checked it on IE & the text is fine.
it's just mozilla that i'm having this prob on. :(

Valkyrie
03-12-2006, 04:07 AM
I think this tag could be interfering, since it's not closed.
<a name=main.html>

Add the </a> and see if that fixes the problem.

xUhoh
03-12-2006, 04:10 AM
wth, sorry about that.

here's the link.

http://www.geocities.com/````0uttaluck/vDCP.html

Valkyrie
03-12-2006, 04:22 AM
The filter is messing the url up, but I did get to see your webpage. :P