Forum Moderators: travelin cat

Message Too Old, No Replies

Question about CSS in IE5/Mac

         

DrDoc

10:26 pm on Mar 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Since I am unable to test in IE5/Mac myself, I figured that the best thing to do was to post in this forum.

I know that IE/Mac is better than IE/Win as far as CSS standards go. However, there are two things I need confirmed:

1) I read somewhere that IE5/Mac supports position:fixed correctly. Can anyone confirm that's the case, or was I misinformed?

2) I also read that the following code doesn't work in IE5/Mac:
<div style="position: absolute; width: 300px; left: 50%; top: 0px; margin-left: -150px;"></div>
What exactly in that code is unsupported?

Thanks in advance for any help!

BjarneDM

5:55 pm on Mar 12, 2003 (gmt 0)

10+ Year Member



1) see sticky-mail ; that URL is one I'm not allowed to post here :-(

2) I used this URL : [bluerobot.com...] in IE 5.2.2 and it worked perfectly

DrDoc

7:07 pm on Mar 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks for your help, Bjarne. That's all the information I needed. :)