it makes me sick.
Okay. This is my CSS code for the link i'm talking about:
and this is my code for the link in index.htmlCode:#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(images/arrow.gif) no-repeat left ;background-position:0px 68px;}
and this is my output:Code:<li class="home_current"><a href="index.html"> <img src="img/home.gif" /></a></li>
Does anyone know what I have the great big box around the image?
Its the same in IE and FireFox
Thanks!





Reply With Quote
