Thanks Philip, that did it.  Happy Wednesday!

-John

Philippe Wittenbergh wrote:


On 11 Jan 2006, at 1:38 am, John Haas wrote:

http://www.lullabot.com

Is it because of the way i'm linking css files?

<style type="text/css" media="all">@import "themes/lullabot_jack/ style.css";</style>

Thanks in advance for any help.


That  imported stylesheet contains these two:
@import url('main.css');
@import url('adminnav.css');
IE Mac doesn't understand that particular syntax.

No quotes or double quotes would be fine:

@import url(main.css);
@import url("adminnav.css");

See
<http://www.l-c-n.com/IE5tests/hiding/>


Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>







--
----------------------------

John Haas
Web/Multimedia Designer

[man][ape] design

w: http://www.manapedesign.com
e: [EMAIL PROTECTED]
p: 215.868.2661

630 N. 17th St. #1
Philadelphia, PA 19130

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.17/226 - Release Date: 1/10/2006
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to