This code creates a clickable logo but it only shows in IE not Firefox; The image or the link. Does anyone know how I can make it work in Firefox? /*Controls logo hotspot width*/ #logo {height:80px;float:left; margin-left:15px;} #logo h1 a{ width:500px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px; margin-top:10px;} #logo h1 {background:url(../images/Logos/logo-bevel3.gif) top left no-repeat; line-height: 80px; width: 600px; } #logo h1{margin:0;padding:0; margin-top:10px;}
First off, if you're going to specify the link width:500px; then there's no reason to make the h1 600px. And second, it does link in FireFox fine. Are you sure you have a href="something" on the anchor?