Jump to content

link problem


Recommended Posts

I don't get it but the borders aren't leaving the links on the validation atwww.moondancedesign.comI have tried all the standard, and some of the advanced methods but it's just not working.

body { /*this is what is going to style the body, and position everything */margin:0 auto;padding:0;font-size:1em;background-color:#f4f4f4;color:#FFFFFF;background-image:url(images/backgroundpic.gif);background-position:center;background-repeat:repeat-y;}a img{border:none;}#wrap {background:#ffffff;color:#000000;margin:0 auto;width:760px;}#header {clear:both;margin-top:20px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding:0;height:45px;}#header h1 {width:250px;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;float:left;font-family:Papyrus, Arial, Courier, sans-serif;}#header p {width:500px;float:right;background-color:#FFFFFF;color:#a0a0a0;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;font-size:0.8em;font-family:Papyrus, Arial, Courier, sans-serif;line-height:1.2em;}#frontphoto {margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;border:0;}#avmenu {clear:left;float:left;width:150px;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding:0px;font-size:0.9em;}#avmenu ul {	list-style:none;width:150px;margin-top:0px; margin-right:0px;margin-left:0px;margin-bottom:20px;padding: 0;font-size: 1.1em;}	#avmenu li {margin-bottom: 4px;}#avmenu a {font-weight:bold;height:20px;text-decoration:none;color:#330000;display:block;padding-top:6px;padding-right:0px;padding-bottom:0px;padding-left:10px;background-color:#CC99CC;border-left:4px solid #cccccc;}		#avmenu a:hover {background-color:#CC99FF;color:#330000;border-left:4px solid #286ea0;}.announce {margin-top:10px;margin-right:0px;margin-bottom:10px; margin-left:0px;padding:10px;width:130px;color:#000000;background-color:#F5DEB3;line-height:1.3em;font-family:Papyrus, Arial, Courier, sans-serif;}#extras {float:right;width:100px;margin-top:0px;margin-right:0px;margin-bottom:10px;margin-left:0px;padding-top:4px;padding-right:0px;padding-bottom:0px;padding-left:4px;font-size:0.9em;font-family:Papyrus, Arial, Courier, sans-serif;line-height:1.5em;color:#000000;background-color:#F5DEB3;}#extras p {margin:0 0 1.5em 0;}#content {margin-top:0px;margin-right:110px;margin-bottom:20px;margin-left:160px;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:0 10px 0 10px;line-height:1.6em;}#content p{font-size:0.8em;font-family:Arial, Helvetica, sans-serif;}#content h2 {font-size:1.5em;margin-top:0px;margin-right:0px;margin-bottom:0.5em;margin-left:0px;font-family:Papyrus, Arial, Courier, sans-serif;}#content h3{font-family:Papyrus, Arial, Courier, sans-serif;}#content img {padding:1px;display:inline;background:#cccccc;color:#000000;border:4px solid #f0f0f0;}h3 {font-size:1.3em;margin:0 0 10px 0;}a {text-decoration:none;color:#286ea0;background-color:#FFFFFF;}a:hover {text-decoration:underline;color:#286ea0;background-color:#FFFFFF;}#footer {clear:both;margin:0 auto;padding:10px 0 20px 0;border-top:4px solid #f0f0f0;width:760px;text-align:center;color:#000000;font-size:0.9em;background-color:#F5DEB3;font-family:Papyrus, Arial, Courier, sans-serif;}#footer a {color:#808080;background-color:#FFFFFF;text-decoration:none;}#footer a:hover {text-decoration:underline;}.left {margin-top:10px;margin-right:10px;margin-bottom:5px;margin-left:0px;float:left;}.right {margin-top:10px;margin-right:0px;margin-bottom:5px;margin-left:10px;float:right;}.textright {text-align:right;}.center {text-align:center;}.hide {display:none;}

Edited by Jonas
Link to comment
Share on other sites

I don't get it but the borders aren't leaving the links on the validation at
Do you mean on this?untitled8vo1.pngThe border is meant to be there... It's part of the pic :)or do you mean the white space? try
.img{padding:0px;margin-bottom:-10px;margin-right:-10px;}

Link to comment
Share on other sites

try changing

a {   background-color: #FFFFFF;...}

to

a {    background-color: red;...}

and see what happens. I think that's the root of your problem. Just a guess after a quick glance at the code though.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...