Firefox printing different results in win and osx

im not really sure if this should be in webdevelopment or here.

but im having some weird issues trying to set up firefox to print on osx 10.2.8

i have this page set up to hide info when it prints and everything

on win it comes out fine it hides the extra text and it fits on the 2.31inx4in sheet.

on mac version of ff it has this massive margin at the top of the page. which makes it print onto two sheets.

i also tried this on IE5 on osx and it comes out as it suppose to.

now would this be a problem with the script or a problem with firefox.

all margins are set to 0 on osx and on win

#361221

What method are you using to hide the info? Most reliable would be to use a media="print" CSS stylesheet and set display:none. This should work for either browser...

-NC

#361277

ya thats what im using to hide the info.

but for some reason on ff for osx i get a margin at the top.(with all margins set to 0)

IE on OSX prints as it suppose to

FF on win prints as it suppose to.

so im just confused.

#361506

Hmm, perhaps that's controlled in the Print Setup? You know, unique margin options by going to File-->Print and choosing something different.

-NC

#361590

in the setup all margins are set at 0

which is puzzling me

#361598

all i can think of is going through your code again and checking that you haven't made an error that may go un noticed

#361723