| Web Standards Design Discuss accessibility, CSS, XHTML and more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
I'm Dope as Crack
Resident.
Joined in Mar 2004
Lives in Asheboro, NC
Hosted on Pass 7
13,036 posts
Gave thanks: 7
Thanked 29 times
|
Firefox issue with a link
Code:
<div class="header"> <a href="http://www.sidebreak.com/" > <img src="http://www.sidebreak.com/img/header.png" alt="Sidebreak.com" border="0" height="135" /></a> </div><br /> Any ideas?
__________________
Last edited by David; May 27th, 2007 at 5:21 AM. |
|
|
|
|
|
#2 (permalink) | |
|
Surpass Fan
Comfy Contributor
Joined in Feb 2004
Lives in Norfolk, England
Hosted on Pass32
165 posts
Gave thanks: 22
Thanked 18 times
|
Quote:
The div layer "top-nav" is overlapping the div "header ", so only the top few pixels that are overlapping are an active link. Firefox is very strict when it comes to things like this. You will have to reduce the width of "top-nav". If you get the webdeveloper toolbar for Firefox it will show things like this at the click of a button - by outlining the extents of selected elements. Hope you get it working! Regards Jonathan
__________________
Server: Pass32 and dedicated server |
|
|
|
|
|
|
#3 (permalink) |
|
I'm Dope as Crack
Resident.
Joined in Mar 2004
Lives in Asheboro, NC
Hosted on Pass 7
13,036 posts
Gave thanks: 7
Thanked 29 times
|
Ah. Thanks. That helped. I did download that after you mentioned it, so maybe I'll actually use it.
And, problem solved. I just floated it over instead. I'm not sure why I didn't do that to begin with. I think I did, and messed something up so I just went the other way with it.
__________________
|
|
|
|
|
|
#4 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,058 posts
Gave thanks: 48
Thanked 129 times
|
I also recommend Firebug. You can use the inspect mode to hover over elements to see a blue outline. You can also right-click on an object, inspect it and view every property the browser is seeing... including a box model description.
|
|
|
|
|
|
#5 (permalink) | |
|
Surpass Fan
Comfy Contributor
Joined in Feb 2004
Lives in Norfolk, England
Hosted on Pass32
165 posts
Gave thanks: 22
Thanked 18 times
|
Quote:
Cheers Jonathan
__________________
Server: Pass32 and dedicated server |
|
|
|
|