Previous Message
Next Message

PocketPC 2003 IE

Sent by Mr. Kim Siever on 28 November 2003 15:03


As I mentioned in my previous post, I use this code for importing my
stylesheet.

<style type="text/css">
@import "mycss.css";
</style>

I use @media screen, @media print and @media handheld in an external
stylesheet, like so:

@media screen{
   p
	{
	font-family : Verdana, sans-serif;
	}
}

@media print{
   p
	{
	font-family : Times New Roman, serif;
	}
}

@media handheld{
   p
	{
	font-family : Verdana, sans-serif;
	}
}

Even if I removed @media handheld from the stylesheet, IE for PocketPC 2003
still didn't read the @media screen rules.

Mr. Kim Siever 
Website Development Office 
Faculty of Management, University of Lethbridge 
http://www.uleth.ca/man/

======================== 

From: Russell Baldwin [EMAIL-REMOVED]]

> Kim, how do you write your imports, I notice from your example that your
> don't import your css with a media type ? Also is it just that you are
> putting all these media types (screen handheld etc) into one css file?
> Also don't forget inheritance, it's caught me out more than once.

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: