![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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" |
#3
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |