SunQuest
           CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 9th, 2003, 09:38 AM
dewaard dewaard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: The Netherlands
Posts: 101 dewaard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
issues with CSS in IE <6

http://www.janvanzanen.com is seriously messed up in older versions of IE. The page is 100% standards compliant (both CSS and XHTML).

Could somebody please tell me what i'm doing wrong because i'm really getting frustrated...

Reply With Quote
  #2  
Old October 9th, 2003, 10:40 AM
burozoption burozoption is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 16 burozoption User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
depends what versions of MSIE, tell me which versions of MSIE & what's the difference between a member and a 'junior' member and I can probably help you out

Reply With Quote
  #3  
Old October 9th, 2003, 11:05 AM
sciguyryan sciguyryan is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: Rhondda Cynon Taff, Wales
Posts: 172 sciguyryan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 18 m 24 sec
Reputation Power: 5
it is hard to ditermine the actuall objects that are supported without knowing the MSIE version. as burozoption said!
__________________
Ryan Jones (RyanJ)

Reply With Quote
  #4  
Old October 9th, 2003, 11:21 AM
dewaard dewaard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: The Netherlands
Posts: 101 dewaard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
i changed the markup a bit, hopefully that will help.

Reply With Quote
  #5  
Old October 9th, 2003, 07:14 PM
dewaard dewaard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: The Netherlands
Posts: 101 dewaard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
i haven't been able to fix it today, which is extremely annoying. IE 5.5 and below show the image of the guy and the windmill below one other (http://www.janvanzanen.com/dewaard.jpg), while it should look like http://www.janvanzanen.com/screenshot_mozilla.png.

Actually Mozilla is having issues to: the background should be blue instead of white below the menu and main text. IE 6 displays the page perfectly...

Last edited by dewaard : October 10th, 2003 at 06:10 AM.

Reply With Quote
  #6  
Old October 10th, 2003, 05:55 AM
dewaard dewaard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: The Netherlands
Posts: 101 dewaard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
anybody?

Reply With Quote
  #7  
Old October 11th, 2003, 07:55 AM
dewaard dewaard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: The Netherlands
Posts: 101 dewaard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
burozoption: now you know what browser version it concerns, the difference between member and junior member is determined by your number of posts. Could you please help me?

Reply With Quote
  #8  
Old October 11th, 2003, 11:35 AM
burozoption burozoption is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 16 burozoption User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
gee thanks,
your using xhtml,
& your using css,
if you want people with out of date browsers to view your page your going to have to do some out of date coding. You'll want to do your page in javascript entirely, that has a document.write function that writes a page with a redirect, you get that function to check the user's browser and when the redirect is written the only thing that needs to change is where the user gets redirected to.

It has been my understanding that css is supported in MSIE 3 and up Netscape 4 & 6 HTML 4.01 WebTv and Opera5, so I'm thinking that either I'm wrong or it's just a certain part of your css code that's not accepted by those versions.

If you don't want to code two different versions of your page, (more power to ya) then I would code some sorta pop-up to say that they need a browser update. It's averaged that businesses spend 25% more (according to webmonkey) coding for old browsers. I'm not up for keeping old browsers working okay. The standards now are css & xhtml, bot being an old browsers crutch.

Reply With Quote
  #9  
Old October 11th, 2003, 11:42 AM
dewaard dewaard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: The Netherlands
Posts: 101 dewaard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
i don't want to code my whole page in JavaScript, since this is insane and less supported then CSS. Secondly I want compatibiliy back to IE 4.x, which supports CSS1. So my page should be able to load just fine, but it doesn't. That's my problem and I want to solve it using CSS/XHTML.

Reply With Quote
  #10  
Old October 11th, 2003, 12:00 PM
burozoption burozoption is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 16 burozoption User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
okay, you're about to have no fun,

you need to change the bgcolor to whatever color you want using html (AS WELL AS) css, so that it's standards compliant all over the board, now try either using to <nobr></nobr> tags or making those two images one, if it is still screwed over tell me

Reply With Quote
  #11  
Old October 11th, 2003, 12:03 PM
burozoption burozoption is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 16 burozoption User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
actually your best bet will probably be making it one image, they are both jpg, they both link to the same document, and this is what yahoo does to make everything below the image at the top fit to the width they want

Reply With Quote
  #12  
Old October 11th, 2003, 12:20 PM
dewaard dewaard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Location: The Netherlands
Posts: 101 dewaard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
when i make it one image the page will load slower (not exactly, but the users will experience it that way). There must be another way to do this and that's why I have posted this question.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > issues with CSS in IE <6


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway