I'm designing a site and it's the first time I'm using CSS postioning.
I have a little problem with the divs. If the page fits in a normal screen and there are no scrollbars needed, everything works fine. But if there are horizontal scrollbars needed, there are vertical scrollbars too. And the divs are all only 730px of width.
CSS:HTML:HTML Code:.bloklayout{ width: 730px; background-color: #E4E4E4; border-right: 1px solid #000000; border-left: 1px solid #000000; margin-left: auto; margin-right: auto; }Any suggestions?HTML Code:<div class="bloklayout"> content... </div>







Bookmarks