HighDots Forums  

Fluid layouts for Mac MSIE 5 please

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Fluid layouts for Mac MSIE 5 please in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Alex Bell
 
Posts: n/a

Default Fluid layouts for Mac MSIE 5 please - 02-21-2004 , 11:24 PM






I have a fluid header/two column layout at
http://www.members.iinet.net.au/~abell1/test/demo10.htm
which works with windows MSIE 5.5 and 6, Mozilla, Netscape, and Opera;
and Safari but which crashes with Mac MSIE 5.

Rather than try to hack the demo to make it work with Mac MSIE 5 I'd
like to find a fluid header/two column layout which will work with
this browser, and see if I use alternate css files to make the
eventual site work with all these browsers.

So could somebody please point me to a source of fluid layouts for the
Mac IE? All I can find after extensive searching is fixed (pixel
based) layouts, and I don't want that at all.

Regards, Alex

Reply With Quote
  #2  
Old   
Alex Bell
 
Posts: n/a

Default Re: Fluid layouts for Mac MSIE 5 please - 02-23-2004 , 05:21 AM






On Sun, 22 Feb 2004 06:13:53 -0600, kchayka <usenet (AT) c-net (DOT) us> wrote:

Quote:
Alex Bell wrote:
I have a fluid header/two column layout at
http://www.members.iinet.net.au/~abell1/test/demo10.htm
which works with windows MSIE 5.5 and 6, Mozilla, Netscape, and Opera;
and Safari but which crashes with Mac MSIE 5.

OS9 IE 5.1
OSX IE 5.2

For me, it doesn't display as intended, but it doesn't crash in any
sense of the word. Or are you counting how it handles (or not)
position:fixed as a "crash"?
Yes, thank you. To me having the header area much 'higher' than it
should be and hiding the top of the menu and content areas counts as a
crash, but I accept one could describe it as not displaying as
intended. And thank you for pointing me to the position:fixed as a
likely problem.
Quote:
BTW, you do know that your <link> points to a non-existent stylesheet?
This is likely to be a problem in some browsers, NS4 for sure.
No, I've pasted that in from somewhere and never thought about it.
I'll take it out.

Regards, Alex



Reply With Quote
  #3  
Old   
Alex Bell
 
Posts: n/a

Default Re: Fluid layouts for Mac MSIE 5 please - 02-23-2004 , 05:25 AM



On Sun, 22 Feb 2004 14:12:40 GMT, Brian
<usenet3 (AT) julietremblay (DOT) com.invalid-remove> wrote:

Quote:
Alex Bell wrote:
I have a fluid header/two column layout at
http://www.members.iinet.net.au/~abell1/test/demo10.htm which works
with windows MSIE 5.5 and 6, Mozilla, Netscape, and Opera; and Safari
but which crashes with Mac MSIE 5.

Do you know what is causing the crash?
No, I'm afraid not, but I have been pointed towards the position:fixed
in the header and menu areas as you mention below. I'll take them out
and see what happens.
Quote:
Rather than try to hack the demo to make it work with Mac MSIE 5

Understandable sentiment, but I thought I'd mention that MSIE5/Mac's
bugs are pretty well documented:

http://www.macedition.com/cb/ie5macbugs/

And it's quite easy to hide style rules from IE/Mac:

@import url("hiddenFromIEmac.css");

@media screen {
/* these rules are hidden from IE5 Mac */
}

I use the second method to hide position: fixed from IE/Mac because its
support is a bit sketchy.
Thanks for this. How do the methods you describe above compare with
the comment backslash method? It looks as though the methods you
describe are for whole style sheets. I have thought of using separate
style sheets for Mac MSIE and one for the rest.

Regards, Alex



Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.