• support@answerspoint.com

How to vertically center a div for all browsers?

1695

I want to center a div vertically with CSS. I don't want tables or Javascript, but only pure CSS. I found some solutions, but all of them are missing Internet Explorer 6 support.

<body>
    <div>Div to be aligned vertically</div>
</body>

How can I center a div vertically in all major browsers, including Internet Explorer 6?

0Answer


Your Answer

    Facebook Share        
       
  • asked 8 years ago
  • viewed 1695 times
  • active 8 years ago

Best Rated Questions