On May 31, 2007, at 10:04 PM, kevin mcmonagle wrote:

So i want safari to see
#wrapper
{overflow:auto;}

And I want all other browsers to see
#wrapper
{overflow-y:auto;}

Safari hacks seem to be semi-permanent because when they are found they are fixed in the lastest version or build of webkit and the new version of safari is coming out soon.

#wrapper {
overflow:auto; /* for Safari, older versions of Firefox, Opera, other browsers that don'ts support the css 3 syntax */ overflow-y:auto; /* Firefox 2.0+, IE 5.5+, Safari 3.0-Webkit- Konqueror4.0 */
        overflow-x:hidden; /* depending on your set up...*/
}

You need to keep them in that order, what comes later in ruleblock overrides what comes earlier.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>





*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to