PDA

View Full Version : big blue box around image links



Thai-Man-Land
27-08-2008, 03:36 PM
it makes me sick.

Okay. This is my CSS code for the link i'm talking about:

#menu{
}
#menu ul{
margin:0px;
padding:0px;
list-style:none;
}
#menu li.home a{width:119px;height:125px;float:left; margin:60px 0 0 0;}
#menu li.home_current a{width:119px;height:125px;float:left; margin:60px 0 0 0; no-repeat left ;background-position:0px 68px;}
#menu li.home a:hover{width:80px;height:99px;background:url(imag es/arrow.gif) no-repeat left ;background-position:0px 68px;}

and this is my code for the link in index.html


<li class="home_current"><a href="index.html">
<img src="img/home.gif" /></a></li>

and this is my output:

http://www.tehupload.com/uploads/77183460c212212flowerisbad.PNG

Does anyone know what I have the great big box around the image?

Its the same in IE and FireFox

Thanks!

Delatory
27-08-2008, 05:25 PM
<li class="home_current"><a href="index.html">
<img src="img/home.gif" border="0" /></a></li>


There ya go :)

Thai-Man-Land
27-08-2008, 06:01 PM
Thanks ;}

Want to hide these adverts? Register an account for free!