Jump to content

CSS Print Page in Netscape - Not Working


jayjay

Recommended Posts

I have created a css print page. Everything displays great in IE.In Netscape, the text is not moving onto the second page. It just stays on the first page and runs off of the page. How do I fix this? I have tried Page-Break codes, but they are not working. I am very new to CSS so maybe I am putting the page-break code in the wrong place?Any advice would be fantastic.Thanks!

Link to comment
Share on other sites

Sorry, forgot to include the code I am using:body { color : #000000; background : #ffffff; font-family :"Arial", Arial, serif; font-size:11pt; div align: left;}#priority { position: absolute; z-index: 1; top: 65px; left: 0px }#content { position : static; width : 100%; color : #000000; padding : 3px}Check out the this print page in Netscape:http://www.micralyne.com/capabilities/prod...powersupply.htmThanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...