On Feb 4, 1:34Â pm, "rob^_^" wrote:
> Hi,
>
> IE does not support
> @media
> orientation:landscape;
>
> do a web search for orientation css print media
I did, but came up mostly dry. While I've gotten it to print
landscape, the print-preview is then all wrong. I can't get both to be
right at the same time. Again, my boss is picky about such things.
-t-
>
> Regards.
>
> "topmind" wrote in message
>
> news:6fe3ca0a-5f11-4b37-a20c-d0a748819c67@k36g2000prb.googlegroups.com...
>
> > On Feb 4, 11:01 am, Leonard Grey wrote:
> >> "...doesn't like the way landscape is displayed in IE 7" is not a
> >> correct way of thinking.
>
> >> A web page's dimensions are determined by the page designer, not the
> >> browser. Most web pages are created to display properly on the
> >> lowest-common-denominator monitor, which is usually 1,024 X 768 pixels..
> >> If that doesn't fit neatly into a landscape (or portrait) orientation,
> >> there isn't anything a browser can do about it.
> >> ---
> >> Leonard Grey
> >> Errare humanum est
>
> > I'm still not communicating properly it seems and I don't know where I
> > am going wrong. Me, myself, and I am the author of the web pages in
> > question and I want them to print and print-preview as landscape (by
> > default) without the user having to press a "landscape" button.
>
> > I want the programming equivalent of a finger coming out of the web-
> > page (preview) and clicking that doggon "landscape" button so that the
> > user doesn't have to. The browser ALREADY has the capability to print
> > web pages in landscape as demonstrated by the existence of that button/
> > icon.
>
> > Thus, Â "there isn't anything a browser can do about it" is at least
> > partly wrong because the browser has that ability, it's just manual
> > manual manual via a mouse-click. I merely want to automate that
> > feature so that the desired paper rotation is chosen automatically by
> > the web page so that the user doesn't have to.
>
> > How do I achieve this? I'm not building a Mars rocket here, I just
> > want landscape printing like they were able to do back in the 80's and
> > 90's. People still use paper, for good or bad, and that setting was
> > ubiquitous in EVERY single report and C.R.U.D. development tool I've
> > ever used over the years. One did programming such as:
>
> > thisPage.printing.orientation.landscape = True;
>
> > Or set landscape as the default in the report builder interface.
>
> > Perhaps I'm asking the wrong forum and need to talk to just web
> > developers. However, I don't see that choice under the
> > microsoft.public.internetexplorer..... tree. Any other suggestions?
>
> > Thanks
>
> > -t-