Forum Moderators: not2easy

Message Too Old, No Replies

Print scrolling layer

css help

         

pixelww

12:04 am on Dec 11, 2003 (gmt 0)

10+ Year Member



Hi there -

I am hoping you can help me... I seem to recall there is a way to print all of what is in a scrolling layer thru the help of CSS style sheets...

I have a client who likes all of his text etc in a scrolling layer - and yet when you hit File/Print, we all know it will only print the page - - how can I get it so when the user hits File/Print, the entire page and ALL of the text in the scrolling layer printer as well?

Example: <sorry, no URLs>

Many Thanks!

- Wendy

[edited by: tedster at 12:26 am (utc) on Dec. 11, 2003]

aevea

12:22 am on Dec 11, 2003 (gmt 0)

10+ Year Member



I'm not exactly sure what a scrolling layer is, but if you have a div that has overflow declared hidden in your stylesheet you could put in a rule like:

@media print {div {overflow: visible; }}

adam