Matthew Pennell ?????:
On 11/10/06, *Bojana Lalic* <[EMAIL PROTECTED]
<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;#
}
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
Hi Matthew Pennell,
try use :
::root p { color: #000; /* only safary */ }
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************