aznjay Posted September 16, 2008 Share Posted September 16, 2008 Basically I'm trying to make a div column..sorta like table but that I don't know the proper codes for it. What I'm trying to do with my div is like this: ___________ ________________ | | | | | | | | __________ |_________________| Like that.. Quote Link to comment https://forums.phpfreaks.com/topic/124549-div-and-css-what-a-pain/ Share on other sites More sharing options...
wildteen88 Posted September 16, 2008 Share Posted September 16, 2008 Do you mean you want two divs side by side? If so you should look in to CSS floats. I found the following tutorial very useful when learning CSS. Quote Link to comment https://forums.phpfreaks.com/topic/124549-div-and-css-what-a-pain/#findComment-643290 Share on other sites More sharing options...
sKunKbad Posted September 16, 2008 Share Posted September 16, 2008 When I was learning CSS, it took me a long time to grasp relative positioning using floating divs. Absolute positioning is useful at times, and also much easier to understand, but has many limitations. Try searching yahoo or google for "CSS float tutorial", and read as many as it takes until you understand. Quote Link to comment https://forums.phpfreaks.com/topic/124549-div-and-css-what-a-pain/#findComment-643328 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.