Forum Moderators: not2easy

Message Too Old, No Replies

Safari 1.2

CSS Support

         

dcrombie

4:05 pm on Feb 4, 2004 (gmt 0)



Now you don't have to wonder what's supported in different versions of Safari, including v1.2 which came out this week:

CSS Support in Safari [developer.apple.com]

DrDoc

4:28 pm on Feb 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Good find!

Now we just need a list of which CSS properties are not supported correctly :)

Hester

11:16 am on Feb 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can anyone confirm the extent to which Safari handles outline? Is it partially or fully? (Check against the test pages below.)

[meyerweb.com ]

And why does nobody but (funnily enough) IE6 support cursor:url?

dcrombie

11:53 am on Feb 5, 2004 (gmt 0)



Not on the INPUT boxes but the paragraphs show outlines. I've also got the following working on our site:

A:active {
outline: 1px dotted auto;
}

TGecho

4:38 pm on Feb 5, 2004 (gmt 0)

10+ Year Member



So, min/max-height aren't supported, and min/max-width are only available on non positioned elements. I take it that means relatively positioned stuff as well? Oh well, it's better than IE by far.