HighDots Forums  

div visibility style change for printing

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


Discuss div visibility style change for printing in the Cascading Style Sheets forum.



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

Default div visibility style change for printing - 08-04-2004 , 02:07 PM






Hi,

some of the DIV elements on my page have visibility style set to
hidden. What shall I do so that when the page is being printed (to
paper), all the DIV visibility style change to visible. I am novice
please give me the exact style tag required for this.

TIA

Reply With Quote
  #2  
Old   
Terry Kimpling
 
Posts: n/a

Default Re: div visibility style change for printing - 08-04-2004 , 10:12 PM






Aamir Ghanchi wrote:
Quote:
Hi,

some of the DIV elements on my page have visibility style set to
hidden. What shall I do so that when the page is being printed (to
paper), all the DIV visibility style change to visible. I am novice
please give me the exact style tag required for this.
link rel="stylesheet" media="all" type="text/css"
href="stylesheets/screen.css">
<link rel="stylesheet" media="print" type="text/css"
href="stylesheets/print.css">
Define the visibility as display: inline; (or whatever) in the "print.css"
for the <div>
HTH

--
TK
www.wejuggle2.com
Still Having a Ball




-----= 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
  #3  
Old   
Stephen Poley
 
Posts: n/a

Default Re: div visibility style change for printing - 08-05-2004 , 09:23 AM



On Wed, 4 Aug 2004 22:12:31 -0500, "Terry Kimpling"
<wejuggle2 (AT) effingham (DOT) net> wrote:

Quote:
Aamir Ghanchi wrote:
Hi,

some of the DIV elements on my page have visibility style set to
hidden. What shall I do so that when the page is being printed (to
paper), all the DIV visibility style change to visible. I am novice
please give me the exact style tag required for this.
link rel="stylesheet" media="all" type="text/css"
href="stylesheets/screen.css"
link rel="stylesheet" media="print" type="text/css"
href="stylesheets/print.css"
Define the visibility as display: inline; (or whatever) in the "print.css"
for the <div
Only that isn't the visibility, is it? { visibility: visible } would be
what was asked for.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/


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.