Not looked at your stylesheets, so maybe I'm completely off base, but...you could take the opposite approach:
<link rel="stylesheet" type="text/css" href="iemac.css" media="screen" /> <style type="text/css" media="screen"> @import 'iewin.css'; /* IE5/Mac does not understand this and ignores it */ </style> (import trick gathered from http://centricle.com/ref/css/filters/) Patrick ________________________________ Patrick H. Lauke Webmaster / University of Salford http://www.salford.ac.uk > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 20 May 2004 14:19 > To: [EMAIL PROTECTED] > Subject: [WSG] Serious IE Mac troubles > > > Hello fellas. Well, I am pretty much stumped. > > http://www.theward.net/jmuweb/index.html> > http://www.theward.net/jmuweb/stylesheet.css> > http://www.theward.net/jmuweb/iewin.css> > http://www.theward.net/jmuweb/iemac.css> > > Regardless of how I call up attributes in the iemac.css file, > they don't > seem to be applying themselves. I've even tried flagging them > important. > The only thing that has applied itself over from iemac.css is > the removal > of the h3 tag's background image. > > I'm using the double hack method to call up the stylesheet, > as I'd really > rather not bloat the main CSS file if at all possible. > > Also, I've been looking at it, and I can't figure out why > containerbg.gif > is shifted over next to the leftside navigation instead of > residing behind > it like it should be. Any help is appreciated. I'm relatively new at > debugging for IE Mac. I'm beginning to hate this flavour > worse then the > Windows version! > > --Ryan Christie > [EMAIL PROTECTED] > http://shadyland.theward.net > ***************************************************** > The discussion list for http://webstandardsgroup.org/ > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ***************************************************** > > ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
