Previous Message
Next Message

Mac comment hack, never seen this before is it right?

Sent by css on 31 August 2005 16:04


Hello,

I've just signed up to this mail list so would just like to say hi to  
everyone, I'm from the uk and i've been developing with css for a  
short while have been doing pretty much nothing else and can say I  
really enjoy it.

Its not so much a problem I want some advice on but something that  
wasn't developed by myself I have seen different examples of the  
backslash hack for mac IE 5.2,  but I've never seen code with a /  
after the # is this correct?

I won't bore you all with long lines of code but here's an example of  
what I am seeing my end :)

cheers


Stefan

/* Commented backslash hack hides rule from IE5-Mac \*/
#/navigation a, #navigation a span
    { float: none }
/* End IE5-Mac hack */

#/navigation a:hover
{ color: #fff; text-decoration: none; background: url(../images/ 
header/tab_left_hover.gif) no-repeat left top; }

#/navigation a:hover span
{ background: url(../images/header/tab_right_hover.gif) no-repeat  
right top; }
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message