easy JS question
easy JS question
Out of context: Reply #5
- Started
- Last post
- 10 Responses
- mg330
This is a good question.
I have print page features built into many new pages on our company website. I'm soon to be working on a 100% redesign or the site, and will include print page icons on all pages.
My thought had been to attempt to do the site in full CSS. But would that affect the way a page would print?
My other thought in doing so is that I want to seperate the navigation from the content by having the content in an iframe. That way, the page print JS function is within that page, and the navigation won't print with it.