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 June 22nd, 2004, 04:19 PM
Teachy Teachy is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 54 Teachy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 43 m 10 sec
Reputation Power: 5
CSS in IE5.5 and below (was "Please please help - URGENT.")

Hello,


I really need your help please, and it's quite urgent!

We have a new corporate layout, using CSS. I have removed all styling so the attachment contains the HTML and CSS *shell* and nothing else. It works lovely in:

- Opera 6.12+
- Konqueror 3.1
- Netscape 7.1
- IE6
- Firebird
- Mozilla

However, on anything previous than IE6, for example: IE5.5, 5.0, 4.01 there are a few problems.

With IE 5.5 and 5.0 there is a problem that when the "content" div contains a table, such as the one given in the attachment, it "pushes" the content div into the right blocks which it shouldn't.
In IE 4.01, there is a space beneath the "title2" div which shouldn't be there. I've tried in the CSS using different things i.e. only giving the table a 99% width, but nothing fixed it. We do need a width on the table so it always fills the width of the "content" div as we have different screen resolutions on different workstations.

I realise a table shouldn't be used, as the main layout doesn't, but this is from a corporate PHP script that generates a table, so there's nothing I can do about it.

Any help you can provide for this would be gratefully appreciated, I really cannot see anything "wrong" as such, and hope you will be able to help me get this work in the older browsers too.

Thanks in advance.

Regards,

Last edited by jacktasia : June 22nd, 2004 at 04:40 PM.

Reply With Quote
  #2  
Old June 23rd, 2004, 01:59 PM
kk5st's Avatar
kk5st kk5st is offline
Thanks Johnny Hart (BC) R.I.P.
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: May 2003
Location: Dallas
Posts: 4,672 kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level)kk5st User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 1 Month 3 Days 14 h 56 m 21 sec
Reputation Power: 687
Probably few of us have Win IE<6 to test with—I don't. IE4? Tell your client there comes a time to abandon support for obsolete browsers. Why are they still using two generation old browsers? IE<6 doesn't grok W3DOM/ECMAScript or CSS. Hell, IE6 doesn't understand CSS, but we're stuck with it.

cheers,

gary
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing.

My html and css workshop, demos and tutorials.
Ask a better question, get a better answer.

Reply With Quote
  #3  
Old June 23rd, 2004, 04:33 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 20th Plane (14500 - 14999 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,569 jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level)jharnois User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 22 h 42 m 51 sec
Reputation Power: 835
IE5.X is notorious for its broken box model. You have to "cheat" in the CSS and take advantage of other bugs in IE to get it to work right.

http://glish.com/css
__________________
# Jeremy

Explain your problem instead of asking how to do what you decided was the solution.

Reply With Quote
  #4  
Old June 23rd, 2004, 04:34 PM
Teachy Teachy is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 54 Teachy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 43 m 10 sec
Reputation Power: 5
Hiya,

Thanks for your reply.
I couldn't agree more, I don't know why people still use those old browsers. However, people do ...
I just wondered if you could spot anything that would cause the problems, or more so, how to stop those problems in at least IE5.5?

IE5.5 is one I'd really like to support..
5.01 and 4.01, if it cannot be done, isn't a problem...

Any help greatly appreciated.

Regards,

Reply With Quote
  #5  
Old June 25th, 2004, 04:58 AM
Teachy Teachy is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 54 Teachy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 43 m 10 sec
Reputation Power: 5
Hello,

Sorry to post again.
Does anyone have any ideas of anything I can do to even get it just working with IE5.5, as a lot of our visitors seem to use that version. We can live without supporting 5.01, and 4.01, I created a PHP script to alert browsers of those versions...

If you're able to help in anyway, it'd be very much appreciated.

Thanks again.

Regards,

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS in IE5.5 and below (was "Please please help - URGENT.")


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
Stay green...Green IT