Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Div bothers other divs when became higher Reply To: Div bothers other divs when became higher

#281471
Fritz
Participant

I forgot the scrollbar width in my calculation.

When I make the width to 1005px , the page will show nice. The width of a scrollbar is like 17px . 1005 + 17 = 1022px, so the site fits on a 1024px screen with scrollbars.

Thanks.