I can't find the exact webpage, but it is possible to arget IE on Mac...like this...it's an odd hack that does work...

.innerbox {
/* commented backslash for IE5-Mac \*/
background: url(../imgs/bg-menu-test.png) repeat !important;
/* end hack */
background: #666;
height: 36px;
padding: 6px 0 0 51px;
}

What I'm doing in this example is using a PNG background for modern browsers and then for:

IE/Mac it ignores the background item and goes to the background color option instead

IE/PC it ignores the !important line and uses the background color option...

No need for conditional statements...v

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to