strange IE 7 issue

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

strange IE 7 issue

Post by Burrito »

http://www.crestrealtyutah.com/newsite/index.php

take a look at that with FF and then IE 7. I originially thought it was the issue where IE decides that it needs to add spacing where whitespace is in the html, but I crunched everything together (as you can see on that page) and it's still borking on my buttons.

anyone have any ideas how to fix this?

thanks,

Burr
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: strange IE 7 issue

Post by Christopher »

The page has errors:
navvy has no properties
navvy.style.display = "none";
index.php (line 102)

navvy has no properties
navvy.style.left = lef + "px";
index.php (line 37)
(#10850)
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Re: strange IE 7 issue

Post by Burrito »

yeah not worried about that right yet...mostly worried about the layout issues :(

anyone know what's wrong with it in ie7?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Re: strange IE 7 issue

Post by Burrito »

nm I fixed it.

turns out it was the anchor tags around my images 8O

I just added an onClick event to the <td>.

seems utterly ridiculous...but most IE things do.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: strange IE 7 issue

Post by Christopher »

I have become a browser/CSS hater. Maybe I have just not found the joy in CSS, but but Firefox is bad, IE7 is worse and IE6 is simply horrible. :banghead:

To heck with him and them I say! ;)
(#10850)
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: strange IE 7 issue

Post by matthijs »

arborint wrote:I have become a browser/CSS hater. Maybe I have just not found the joy in CSS, but but Firefox is bad, IE7 is worse and IE6 is simply horrible. :banghead:

To heck with him and them I say! ;)
haha :) I feel sorry for you.

I also hate one browser but love css. I've not had much trouble with ie7. only ie6 and below
Post Reply