View Single Post
  #5 (permalink)  
Old Jan 19th, 2008, 15:30
MikeHopley MikeHopley is offline
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links not working in FF ?

You have a <div id="contact"> layered on top of some of the text, obscuring it and making it unclickable.

Add this CSS to see what I mean:
Code: Select all
div#contact { border: 2px solid red; }
That will outline the offending element, so you can see its position. Better yet, get Firebug.
Reply With Quote