Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-05-11 15:29:11

wmike
Member
Registered: 2006-01-03
Posts: 44

Printing problems in firefox

Hi all,

I have a default CSS style sheet [all media] and on efor printing. In IE all works fine – in Firefox – text is sometimes truncated [ie. overlapping] – this is particularly apparent with bold text of links text. Very strange.

Any suggestions, anyone?

Website address is www.wrightplace.co.uk

Cheers!

Mike

Offline

#2 2006-05-11 15:53:02

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,122
Website GitHub Mastodon Twitter

Re: Printing problems in firefox

the way I’m dealing with print media is by including a print specific css at the end of the stylesheet
ie

@media print{
#sidebar{display:none;}
#content{width:100%; float:none;}
#menu, {display:none;}
body {
margin: 20px;
font-family: verdana, arial, sans-serif;
font-size: 12px !important;
line-height:1em;
color: #333333;
background-color: #fff;}
}


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB