• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Printing issues with Firefox

FlatLine84

[H]ard|Gawd
Joined
Apr 7, 2005
Messages
1,521
Here's hopefully not a new issue. I'm having an issue with Firefox and printing web pages... If you preview a really long page it will only display say the first page, then skip to the last one. Sometimes it won't even print what is shown.

Any thoughts?
 
for testing purposes, try setting every element to position relative.

like

Code:
*, * *, * * * {position: relative;}
 
Back
Top