Reply
IE 6/7 Check?
Old 01-19-2008, 03:21 AM IE 6/7 Check?
Extreme Talker

Posts: 201
Name: Stephanie Kunder
Location: Hanover, PA
Could someone be so kind as to check the following link for IE compatibility? I would appreciate it very much!

Doggie Dude Ranch
__________________
Triple Moons Design
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
When You Register, These Ads Go Away!
Old 01-19-2008, 11:39 AM Re: IE 6/7 Check?
Average Talker

Posts: 25
Name: Chris
Problems in both im afraid

IE6
http://img170.imageshack.us/img170/5566/ie6gi5.png

IE7
http://img341.imageshack.us/img341/999/ie7sb6.th.png
rateit05 is offline
Reply With Quote
View Public Profile
 
Old 01-19-2008, 05:54 PM Re: IE 6/7 Check?
Extreme Talker

Posts: 201
Name: Stephanie Kunder
Location: Hanover, PA
Hmm, that's peculiar. IE's so lame.
I can't actually even view your IE7 screenshot, it's only 150px!

Could you give it another peek?
http://triplemoonsdesign.com/DOGGIE/
__________________
Triple Moons Design
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 01-19-2008, 09:53 PM Re: IE 6/7 Check?
svirid's Avatar
Experienced Talker

Posts: 34
Name: Dima
Location: Toronto, Canada
Easy

_isIE: function() {
return (window.ActiveXObject);
};
_isIE6: function() {
return (window.ActiveXObject&&!_isIE7());
};
_isIE7: function() {
return (navigator.userAgent.toLowerCase().indexOf('msie 7')>-1);
};
svirid is offline
Reply With Quote
View Public Profile Visit svirid's homepage!
 
Old 01-19-2008, 10:04 PM Re: IE 6/7 Check?
Extreme Talker

Posts: 201
Name: Stephanie Kunder
Location: Hanover, PA
Hello svirid,
Thank you for your suggestion. I added that code to my menu.js file and it dropped the rollover from Opera (but it's still there for FireFox). What exactly does it do?
__________________
Triple Moons Design
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 01-20-2008, 05:15 PM Re: IE 6/7 Check?
svirid's Avatar
Experienced Talker

Posts: 34
Name: Dima
Location: Toronto, Canada
Oops my bad, I thought u want to detect browser. Topic title confused me.
I cant load your images to help.
svirid is offline
Reply With Quote
View Public Profile Visit svirid's homepage!
 
Old 01-20-2008, 05:37 PM Re: IE 6/7 Check?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Hey Stephanie,

The problem that I can see with your layout in IE7 is your header. You're using spacer images (that's not a good idea, because they're not necessary) to include some words. The problem is that your second spacer (below) is forcing the header downward:
Code:
<div class="spacer">
   <img src="images/spacer1.png" alt="Colorado Springs" /> 
  </div>
Either get rid of that image (which is what I would do personally) or add overflow: hidden; to the CSS for .header . You may have to do both, but you will have to do one.

Another thing that I noticed is that, while it does validate without it, you should put the width and height of your images in the img tag (e.g. <img src="your image here" width="400" height="300" alt="Alt Attribute Here" />). This avoids any weird sizing issues and decreases load time as it saves the browser the trouble of trying to figure out how big the image is supposed to be (it also avoids the weird moving effect that large images create when these attributes aren't included).

http://www.websiteoptimization.com/speed/tweak/size/ <--- the site is ugly, but the point is valid.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 01-20-2008, 06:07 PM Re: IE 6/7 Check?
Extreme Talker

Posts: 201
Name: Stephanie Kunder
Location: Hanover, PA
Hmm, well the "spacer" is there because it has a gradient I needed for the space above the menu. Does calling it "spacer" cause a problem in the CSS?

Inserting the image width/height was an easy fix.

I added the overflow code to the CSS...Is it fixed doing whatever it was doing in horrid IE?
__________________
Triple Moons Design
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 01-20-2008, 06:16 PM Re: IE 6/7 Check?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Nope. It's still there. And for some reason, the spacer didn't show me what you were talking about but I see it now.

Seriously, it doesn't need to be there. The gradient should stay in the space the menu.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 01-20-2008, 07:43 PM Re: IE 6/7 Check?
Extreme Talker

Posts: 201
Name: Stephanie Kunder
Location: Hanover, PA
Peculiar that you didn't see the actual image...
Well, it's removed now...
Malfunction still there?
__________________
Triple Moons Design
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 01-20-2008, 08:00 PM Re: IE 6/7 Check?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
No ma'am. I do believe you've done it (IE7 at least.)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 01-21-2008, 08:33 AM Re: IE 6/7 Check?
Extreme Talker

Posts: 201
Name: Stephanie Kunder
Location: Hanover, PA
Guess what I did...

Made a complicated CSS menu that I think might just give me problems in IE (big surprise)...I'll be posting when I'm done farting around with other things in the code.
__________________
Triple Moons Design
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Old 01-21-2008, 09:44 AM Re: IE 6/7 Check?
Extreme Talker

Posts: 201
Name: Stephanie Kunder
Location: Hanover, PA
<sigh>

There IS a small IE6 bug with that menu. I used the nifty BrowserCam you showed me earlier and it was really helpful in pulling the bugs from something else I was working on...Then I decided to check this one in IE6 and there the little bugger was!

overflow:hidden got rid of it
Attached Images
File Type: jpg doggie-ie6-malfunction.jpg (28.2 KB, 2 views)
__________________
Triple Moons Design
TripleMoons is offline
Reply With Quote
View Public Profile Visit TripleMoons's homepage!
 
Reply     « Reply to IE 6/7 Check?
 

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.18488 seconds with 13 queries