View Full Version : Can someone with Firefox please help me.


Jacenta
03-27-2006, 09:51 PM
Hey

Here is my page: http://www.tri-m.com/actii/index.html

How do you get rid of the blue that is under the links in the navigation bar. I can't figure it out at all! :(

Here is my css:
/* CSS Document */
A:link
{ text-decoration: none; color:#00cdcb; }
A:visited
{ text-decoration: none; color:#00cdcb; }
A:active
{ text-decoration: none; color:#00cdcb; }
A:hover
{ text-decoration: underline; color:#ffffff;}

body
{
margin:0px 0px 0px 0px;
padding:0px;
background:#ffffff;
height:100%;
}
#topbar
{
width:100%;
height:100px;
background-color:#00CCCC;
background-image:url(images/background.jpg);
}
#linkbar
{
margin:0px;
padding:0px;
background-color:#000000;
width:100%;
height:20px;
}
#content
{
width:100%;
height:100%;
text-align:center;
}
#path
{
float:right;
width:350px;
height:359;
background-image:url(images/pathcurve.gif);
background-repeat:no-repeat;
}
#logo
{
float:right;
width:70px;
height:67px;
}
#copywrite
{
width:100%;
height:18px;
background-color:#000;
text-align:center;
}
h1
{
font-size:14px;
font-weight:normal;
padding:0;
margin:0px;
}
h2
{
color:#ffffff;
font-size:14px;
font-weight:bold;
padding:0;
margin:0px;
}
h3
{
font-size:10px;
color:#FFFFFF;
font-weight:normal;
padding:0;
margin:0px;
}
h4
{
color:#00cccd;
font-size:16px;
font-weight:bold;
padding:0;
margin:0px;
}
h5
{
font-size:10px;
color:#FFFFFF;
font-weight:normal;
padding:0;
margin:0px;
}

iGeek
03-27-2006, 09:59 PM
A:link
{ text-decoration: none; color:#00cdcb; }
A:visited
{ text-decoration: none; color:#00cdcb; }
A:active
{ text-decoration: none; color:#00cdcb; }
A:hover
{ text-decoration: underline; color:#ffffff;}

Jacenta
03-27-2006, 10:47 PM
A:link
{ text-decoration: none; color:#00cdcb; }
A:visited
{ text-decoration: none; color:#00cdcb; }
A:active
{ text-decoration: none; color:#00cdcb; }
A:hover
{ text-decoration: underline; color:#ffffff;}


I don't get it. :S What's wrong with it?

sputter
03-28-2006, 02:32 AM
Try killing the bgcolor="transparent" in the table attributes for your navigation. Table cells are by default transparent, so you don't need to specify it.

iGeek
03-28-2006, 03:08 AM
Whoops! *embarrassed*

Thats wrong, ignore that post.

And yes, that might be it, sputter.

Jacenta
03-28-2006, 06:08 PM
wow thank you so much!

It's all fixed!!

You guys are great!

Ahhh I feel dumb that I did that... haha