Hi,

I designed a page with CSS which has the following sections:

  • Header and Logo
  • Left Navigation
  • Main Content
  • Footer

Also I have another CSS file for the print of the page, where it hides the following sections:

  • Header and Logo
  • Left Navigation
  • Footer

It works great, BUT the problem is that their positions kept in place, it means the content is on its prior position and not move up and left.

What is the clue ?

Recommended Answers

All 2 Replies

change display:hidden; to display:none;

Thanks :-) Working great.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.