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;
}
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;
}