[jQuery] Re: Show hide and print

2009-03-04 Thread Sean O
Have you tried overriding the override? i.e. #gototop { display:none !important; } SEAN O rayfidelity wrote: > > > Jquery show or fadein overrides the print stylesheet that's the whole > problem. > > On Mar 4, 2:56 pm, Sean O wrote: >> You're best served doing that simply with a CSS pri

[jQuery] Re: Show hide and print

2009-03-04 Thread rayfidelity
Jquery show or fadein overrides the print stylesheet that's the whole problem. On Mar 4, 2:56 pm, Sean O wrote: > You're best served doing that simply with a CSS print stylesheet. > > Just add: > > and set all elements you don't want to print to "display: none". > > Here's an Oldie-but-Goodie g

[jQuery] Re: Show hide and print

2009-03-04 Thread Sean O
You're best served doing that simply with a CSS print stylesheet. Just add: and set all elements you don't want to print to "display: none". Here's an Oldie-but-Goodie guide to creating a nice one: http://www.alistapart.com/articles/goingtoprint/ HTH, SEAN O http://www.sean-o.com http://twit