WTF am I missing?

Get help on web editors (Frontpage, Dreamweaver) and web languages (HTML, ASP, PHP).
Post Reply
RVFmal
Registered User
Posts: 368
Joined: 17 Dec 2004, 02:00
Contact:

WTF am I missing?

Post by RVFmal »

Having a problem with a hyperlink to my contacts page in IE on www.bonafide.co.za. It works fine in FF, Opera, Safari and Google Chrome, but for some reason it will not work in IE (previous or current versions).
IcePick88
Registered User
Posts: 1341
Joined: 18 Mar 2008, 02:00
Location: KZN
Contact:

Re: WTF am I missing?

Post by IcePick88 »

Maxthon also has a problem. I carrant click!
CPU: AMD Phenom II X2 555 (OC'ed to 3.8Ghz)
CPU Cooler: CM Hyper TX3 P/P
GPU: Sapphire Radeon HD5850
Motherboard: Asus M4A785T-M
Memory: 4GB Corsair XMS3 DDR3 1333
Case: Zalman Z7
Display: Samsung Syncmaster 2243BWX
User avatar
Synthesis
Registered User
Posts: 14517
Joined: 25 May 2006, 02:00
Location: Location, Location
Contact:

Re: WTF am I missing?

Post by Synthesis »

Internet Explorer 8.0 beta is working fine with me. You have it fixed already or what?
Image
maxxis
Moderator Emeritus
Posts: 8307
Joined: 30 Jun 2004, 02:00
Location: ( . Y . )
Contact:

Re: WTF am I missing?

Post by maxxis »

Im also missing the nav bar completely in all major browsers.
RVFmal
Registered User
Posts: 368
Joined: 17 Dec 2004, 02:00
Contact:

Re: WTF am I missing?

Post by RVFmal »

IcePick88 wrote:Maxthon also has a problem. I carrant click!
Is Maxthon not based on IE?
RVFmal
Registered User
Posts: 368
Joined: 17 Dec 2004, 02:00
Contact:

Re: WTF am I missing?

Post by RVFmal »

Synthesis wrote:Internet Explorer 8.0 beta is working fine with me. You have it fixed already or what?
No, still does not work in IE. Must admit that I haven't tried IE8 as yet due to it only being released as Beta so few people will have it yet.

If I had any hair, I would be pulling it out! :cry:
maxxis
Moderator Emeritus
Posts: 8307
Joined: 30 Jun 2004, 02:00
Location: ( . Y . )
Contact:

Re: WTF am I missing?

Post by maxxis »

Simple problem really

Your bottom div is preventing the link to be clickable from the looks of it. Problem only occurs in IE6 right?

Seems like you use a container div to hold the content and then you try to nudge the top margin of the bottom div up by 100px to float your bg properly.

Try to rethink your page layout. Otherwise give your container div a higher z index than the bottom div.
RVFmal
Registered User
Posts: 368
Joined: 17 Dec 2004, 02:00
Contact:

Re: WTF am I missing?

Post by RVFmal »

maxxis wrote:Simple problem really

Your bottom div is preventing the link to be clickable from the looks of it. Problem only occurs in IE6 right?

Seems like you use a container div to hold the content and then you try to nudge the top margin of the bottom div up by 100px to float your bg properly.

Try to rethink your page layout. Otherwise give your container div a higher z index than the bottom div.
Occurs in IE7 as well.

Correct. I just parsed down the original index page by removing superfluous information to create the simplified Under Construction Page.

Will give it a try.
maxxis
Moderator Emeritus
Posts: 8307
Joined: 30 Jun 2004, 02:00
Location: ( . Y . )
Contact:

Re: WTF am I missing?

Post by maxxis »

Ah. Didnt test in IE7
RVFmal
Registered User
Posts: 368
Joined: 17 Dec 2004, 02:00
Contact:

Re: WTF am I missing?

Post by RVFmal »

maxxis wrote:Ah. Didnt test in IE7
LOL! There are so many browsers and versions of that it is becoming almost impossible to test in all of them.

Have resolved the problem. Was a DIV issue. Too lazy to restructure the entire page as it will only be up for a few more days, so made a quick fix. Not ideal, but it worked for now. :oops:
Post Reply