HighDots Forums  

@media print problem: setting document horizontal doesn't work

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss @media print problem: setting document horizontal doesn't work in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sonya
 
Posts: n/a

Default @media print problem: setting document horizontal doesn't work - 08-26-2004 , 08:19 AM






Dear list;
I am a css newbie, and hope you can help. I am trying to make my page
print out horizontal when user hits a print button in my page. the
print button invokes javascript print.window() function, equivalent to
selecting "print" on the browser menu. From what I understand, I
should be able to force horizontal printing, regardless of browser
default. I tried with:
<HEAD>
<style type="text/css" media=print>
{size: landscape}
</style>
</HEAD>
and

<style type=text/css >
@media print {
BODY { Size: 8.5in 11in landscape; Margin: 0.25in; }
}
</style>

both don't work, either IE or Netscape. What am I doing wrong?
Thank you in advance,
Seriosly boggled Sonya

Reply With Quote
  #2  
Old   
Knud Gert Ellentoft
 
Posts: n/a

Default Re: @media print problem: setting document horizontal doesn't work - 08-26-2004 , 10:29 AM






Sonya skrev:

Quote:
both don't work, either IE or Netscape. What am I doing wrong?
Nothing, but as far as I know, there's no browser there support
landscape.
--
Knud


Reply With Quote
  #3  
Old   
Matt
 
Posts: n/a

Default Re: @media print problem: setting document horizontal doesn't work - 08-26-2004 , 04:57 PM



Brian wrote:

Quote:
Sonya wrote:

style type=text/css
@media print {
BODY { Size: 8.5in 11in landscape; Margin: 0.25in; }
}
/style

both don't work, either IE or Netscape.

Try Opera. It is the only browser that has made a serious attempt at
@media print styles.
But don't use those strange paper sizes -- most of the world doesn't use
the paper you use. Just say landscape, if that's what you want.

--
Matt


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.