u <mailto:[EMAIL PROTECTED]>> wrote:Does anyone know of a hack for safari that will enable the css to display ONLY in safari? #mydiv { width: 500px; /* for Safari */ }/* all other browsers - Safari ignores rules with a hash/pound after the semi-colon */#mydiv { width: 800px;# }Hi Matthew Pennell, try use : ::root p { color: #000; /* only safary */ }
Hi Matthew, I needed a safari hack for a tab navigation that is either 1px short or longer than the other browsers . Google it and found a few :
http://www.simiandesign.com/blog-fu/2005/11/safari_css_hack.php http://www.ibloomstudios.com/article1/ http://www.stuffandnonsense.co.uk/archives/hide_css_from_safari.html regards, tee ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
