September 1, 200817 yr A bit of a noob query i guess but was just wondering whats the best method of having a div that stretchs vertically with dynamic content without using a scrollbar and is cross browser friendly and wont break the rest of the page?
September 1, 200817 yr Don't specify a height for the div and it will automatically expand vertically with more content. Apologies if this isn't what you meant
September 1, 200817 yr Author Thats what i meant.. When the div stretchs down will the div underneath re-position itself accordingly or will they overlap?
September 1, 200817 yr Author will that act the div underneath to re-position itself accordingly? I dont want the page to break and for them to overlap..
September 1, 200817 yr As long as the expanding div is not positioned absolutely, it won't overlap any other div.
Create an account or sign in to comment