[SOLVED] Links not working in FF ?

This is a discussion on "[SOLVED] Links not working in FF ?" within the Web Page Design section. This forum, and the thread "[SOLVED] Links not working in FF ? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 19th, 2008, 14:29
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 288
Thanks: 6
Thanked 0 Times in 0 Posts
[SOLVED] Links not working in FF ?

Hi

Please have a look at two static text links that are not working on FF but are on IE.

I looked at the link's code and used it on other pages and it worked fine, I also moved working links code from other pages and that did not work in the page?

Valid mark up and CSS Valid

Cheers then.

http://www.capoeiracanal.co.uk/capoe...ol-contact.php
Reply With Quote

  #2 (permalink)  
Old Jan 19th, 2008, 14:43
Up'n'Coming Member
Join Date: Jan 2008
Location: London
Age: 17
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links not working in FF ?

Probaly a simple typo surely? where you have put something like << or >> i cant look as im not a FF supporter, but im sure someone will help ya soon.

Good luck

~Dean
Reply With Quote
  #3 (permalink)  
Old Jan 19th, 2008, 15:00
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 288
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Links not working in FF ?

Will go over it again! cheers
Reply With Quote
  #4 (permalink)  
Old Jan 19th, 2008, 15:21
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links not working in FF ?

I don't see anything with the code in that paragraph that could be messing the link. At first I thought perhaps the class="aor" could be the trouble but see that you have it for all three text links and one of the links is working.

It must be something in the head of your code.

Reply With Quote
  #5 (permalink)  
Old Jan 19th, 2008, 15:30
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
  #6 (permalink)  
Old Jan 19th, 2008, 15:57
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 288
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Links not working in FF ?

Quote:
You have a <div id="contact"> layered on top of some of the text, obscuring it and making it unclickable.
Thanks, the <div id="contact1">is def the cause of the problem, but the code is no different from any other of the left column divs?
Reply With Quote
  #7 (permalink)  
Old Jan 19th, 2008, 16:45
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 288
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Links not working in FF ?

Well I added float: left; to div#contact2 and the problem has gone away!?

Thanks again
Reply With Quote
  #8 (permalink)  
Old Jan 19th, 2008, 17:21
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 ?

Quote:
Originally Posted by Oak View Post
Well I added float: left; to div#contact2 and the problem has gone away!?
This changed the positioning of div#contact2, so that it no longer obscures the text in the left column.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Links not working in IE but work in FireFox/Safari skuliaxe Web Page Design 2 Mar 17th, 2008 15:52
Rollover image links - eek...why aren't they working?? supanova75 Web Page Design 7 Nov 15th, 2007 12:47
links not working in IE karloff JavaScript Forum 5 Jul 22nd, 2007 18:07
CSS links not working in IE JimmiJames Web Page Design 5 Apr 28th, 2006 19:09
Bad day---now rollover links not working autumn_whispers2me Flash & Multimedia Forum 4 Feb 15th, 2005 12:24


All times are GMT. The time now is 05:02.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43