Hi Darren
You can use a filter to show a style sheet only to ie5, it's pretty simple
and you only have to declare a few margins and paddings.
Look at the style sheet at http://www.csatravelprotection.com for an
example.
This is in the main style sheet:
/*\*//*/
@import url("ie5mac.css");
/**/
These are the adjustments I needed to make for ie5 mac that sit in the
ie5mac.css file.
/* CSS for IE5 Mac */
#content {position:relative;}
#maincontent {position:absolute top right; padding:0 10px; width:90%; }
#sidebar {float:left;width:235px !important; margin:0 !important; padding:0
!important; }
#leftquote {width:220px !important; }
#leftquote label {/*width:auto;*/ }
#leftquote input {/*width:auto;*/ }
#quotesteps {clear:left;}
As you can see, it is filled with some commented out tags, I used it for
tweaking and it's pretty basic.
Could you tell us how you did your little remote control in the upper left?
It's pretty nice.
Ted
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Darren Wood
Sent: Wednesday, March 30, 2005 3:41 PM
To: [email protected]
Subject: [WSG] IE 5 Meltdown
Kia Ora,
I've just finished with this site:
http://xenical.co.nz
It looks as it should on most browsers, and not too bad on the
others...this excluded ie 5...which completely mangles everything.
I tried using the IE7 javascript thing to prevent the problems...but
this didn't work at all...in fact it made it completely unusable!
Anyone know of any quick(ish) ways to make it look as it should (perhaps
just the homepage needs attention).
I think i may have to produce an entirely NEW stylesheet for IE5...i'd
like to avoid this, so any bright ideas would be greatly appreciated.
Cheers
Darren
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************