Ok, so i have 3 div's.
One of them is the main area of my website:
The other two, content left and content right are just divs that hold the image with the border. They only appear on the top because i specified their height to be 100% but contentmain's height is not set. How can i make the div's work without changing contentmain's height (since it must resize according to content).Code:<div id="contentmain"> <div id="contentleft"> </div> <div id="contentright"> </div> <div id="content"> </div> </div>
Note: contentleft floats to left and contentright floats to right.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks