On 11 Des, 10:40, juro <[EMAIL PROTECTED]> wrote:
> Thank you for testing.
> That is very interesting. These are the browser/os combinations I have
> tried:
>
> - FF3, Ubuntu
> - IE7, XP
> - FF#, XP

It works as you could expect in FF3, Ubuntu. The problem is not the
use of media="screen" and media="print". The problem is that your
class names is not the same in the original html and the "printable
version".

For example in your print-css you are saying that the h1 element in
the .authors-div should be bold ("Author / Contact Info").

In your printable version you have this html: "<div
class="authors"><h1...>Author / Contact Info...".

But in your original page you don't even have an .authors-div.
"Author / Contact Info" is marked up like this:

<div class="profile sidebar-item"><div class="sidebar-item-
title">Author / Contact Info</div>

So the stylesheet is loaded, but not applied; because there is no
elements to apply those styles to.

You can easly see that the print-css is loaded; because when you're
printing or previewing, the text is changing to from san-serif to
serif.

[...]

> On Dec 11, 1:11 am, "Roy A." <[EMAIL PROTECTED]> wrote:
>
> > It works just fine. Wich browser are you using?

Please, don't top post. It would be nice to be able to see what you're
replying to.
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to