HighDots Forums  

Print div only

alt.html.dhtml alt.html.dhtml


Discuss Print div only in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Anders K. Jacobsen
 
Posts: n/a

Default Print div only - 01-13-2005 , 01:51 PM






Hi have have this structure


<table class="ThisTableShouldNotBePrintedOnlyDIV">
<tr>
<td>Some text</td>
<td>
<div id="printMeOnly">THIS TEXT SHOULD BE PRINTED</div>
</td>
</tr>
</table>

I know that i can use the @media tag but have no clue how to print a NESTED
div.

Any suggestions?

Thanks
Anders



Reply With Quote
  #2  
Old   
Mitja
 
Posts: n/a

Default Re: Print div only - 01-13-2005 , 05:26 PM






On Thu, 13 Jan 2005 20:51:28 +0100, Anders K. Jacobsen <none (AT) at (DOT) all> wrote:

Quote:
Hi have have this structure


table class="ThisTableShouldNotBePrintedOnlyDIV"
tr
td>Some text</td
td
div id="printMeOnly">THIS TEXT SHOULD BE PRINTED</div
/td
/tr
/table

I know that i can use the @media tag but have no clue how to print a
NESTED
div.
No can do, if the table has display:none, the div will never show up.

You can try cheating with an (admittedly impractical) approach like
table { color:white; background:none; font-size:0.1px }
div#printMe { ...back to defaults... }
--
Mitja


Reply With Quote
  #3  
Old   
Anders K. Jacobsen
 
Posts: n/a

Default Re: Print div only - 01-13-2005 , 06:43 PM



Quote:
You can try cheating with an (admittedly impractical) approach like
table { color:white; background:none; font-size:0.1px }
div#printMe { ...back to defaults... }
Hehe. Thats....lol very creative. But it actually seems to work. Donīt know
if I should cry or laugh.

Thanks alot. Seems to be the only way to handle my specific situation.
Anders, Denmark




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.