You would think this would be easy to fix but I am going zonkers. Can anyone tell me how to get rid of the borders and hovers on linked images by looking at this code? I’m sorry but I cannot yet post a link. Right now I have a class applied that should remove it but it doesn’t.
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}
body {
background-color: #C6DCA3;
background-image:url(images/back_green.jpg);
color: #33333;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 125%;
margin: 10px 0 0 0;
padding: 0 0 0 0;
text-align: center;
}
h1 {
font-family: Georgia, “Times New Roman”, Times, serif;
color: #91B454;
font-size: 160%;
font-weight: normal;
line-height: 125%;
}
h2 {
font-family: Georgia, “Times New Roman”, Times, serif;
color: #91B454;
font-size: 140%;
font-weight: normal;
line-height: 125%;
}
h3 {
font-family: Georgia, “Times New Roman”, Times, serif;
color: #91B454;
font-size: 125%;
font-weight: normal;
line-height: 125%;
}
a, a:link {
color: #51004c;
font-weight: bold;
text-decoration: none;
}
a, a:visited {
color: #51004c;
background:#fff;
font-weight: bold;
text-decoration: none;
}
a, a:hover {
color: #fff;
background-color:#51004c;
text-decoration: none;
}
/Hiding links and hovers with images/
a, a.noShow:link {
color: #fff;
background: #fff;
text-decoration: none;
}
a, a.noShowlink:visited {
color: #fff;
background: #fff;
text-decoration: none;
}
a, a.noShow:hover {
color: #fff;
background: #fff;
text-decoration: none;
}
/End of link classes/
#outerWrapper {
background-color: #fff;
margin: 0 auto 0 auto;
text-align: left;
width: 840px;
}
#outerWrapper #header {
background-color: #fff;
height:173px;
background-image: url(“…/images/logo1.jpg”);
background-repeat:no-repeat;
background-position:center;
padding: 20px 10px 0px 10px;
}
#outerWrapper #contentWrapper {
overflow:hidden;
padding: 0px 10px 0px 10px;
min-height:390px;
}
#outerWrapper #contentWrapper #leftColumn {
background-color: #fff;
float: left;
padding: 0px;
width: 150px;
}
#outerWrapper #contentWrapper Content {
background-color: #fff;
margin: 0 0 0 150px;
padding: 10px 10px 10px 20px;
}
#outerWrapper #contentWrapper Content #innerContainer {
width:100%;
clear: both;
}
#outerWrapper #contentWrapper Content #innerContainer #leftColumn2 {
float:left;
width: 48%;
padding: 10px 5px 0 0;
}
#outerWrapper #contentWrapper Content #innerContainer #rightColumn2 {
float:right;
width: 49%;
padding: 10px 0 0 10px;
border-left: 1px solid #333;
}
#outerWrapper #footerWrapper {
overflow: hidden;
padding: 0px 0px 0px 0px;
}
#outerWrapper #footerWrapper #footer {
background-color: #fff;
height:30px;
background-image: url(“…/images/footer1.jpg”);
background-repeat:no-repeat;
background-position:center;
padding: 20px 10px 0px 10px;
font-size:80%;
text-align:right;
line-height:100%;
}
/Image floats and borders begins here**********/
.img_right {float:right; padding: 5px 0 10px 10px;}
.img_left {float:left; padding: 5px 10px 10px 0;}
img.img_center {margin-left:auto; margin-right:auto; display:block;}
/Contact info begins here**********/
#contact {margin:200px 0 0 0; font-size:85%;}
/Navigation menu begins here**********/
#menu {height:132px; width:132px; position:relative;}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px;}
#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline;}
#menu ul ul {width:132px; position:absolute; left:-9999px; background: #b0ce7b;}
#menu ul#toplevel {position:absolute; left:0; top:0;}
#menu a {display:block; font:normal 12px Arial, Helvetica, sans-serif; color:#333333; line-height:22px; text-decoration:none;padding:0 20px 0 0px;}
#menu li a.fly {background: url(…/images/arrow.gif) no-repeat right top;}
#menu li a:hover {background-color:#b0ce7b; color:#333; }
#menu li:hover > a {background-color:#b0ce7b; color:#333;}
#menu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}
#menu a:hover ul,
#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul,
#menu a:hover a:hover ul ul {left:-9999px;}
#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
/Navigation menu ends here********/
#outerWrapper #contentWrapper Content table tr td {text-align:center; font-size: 80%;}