johnnyk Posted August 16, 2006 Share Posted August 16, 2006 Does anyone know of a good tutorial that describes how to mimic table layouts with div? Link to comment https://forums.phpfreaks.com/topic/17701-div-layout/ Share on other sites More sharing options...
ToonMariner Posted August 16, 2006 Share Posted August 16, 2006 You don't mimic tables with divs!!! ;)Tables are for information - so don't use them for layout.[url=http://www.w3.org/2002/03/csslayout-howto]http://www.w3.org/2002/03/csslayout-howto[/url] a reasonable starting point. Link to comment https://forums.phpfreaks.com/topic/17701-div-layout/#findComment-75497 Share on other sites More sharing options...
johnnyk Posted August 16, 2006 Author Share Posted August 16, 2006 I found that one, didn't help me too much cause they don't show what the html would look like. And what if I wanted there to be space to the left of list1 and the right of list2?Know of any other tutorials? Link to comment https://forums.phpfreaks.com/topic/17701-div-layout/#findComment-75502 Share on other sites More sharing options...
foreverhex Posted August 16, 2006 Share Posted August 16, 2006 This one helped me out a bit. http://www.barelyfitz.com/screencast/html-training/css/positioning/ Link to comment https://forums.phpfreaks.com/topic/17701-div-layout/#findComment-75686 Share on other sites More sharing options...
johnnyk Posted August 16, 2006 Author Share Posted August 16, 2006 That's the second css layout tutorial I've seen that put Latin in the div. What's the deal with that? Link to comment https://forums.phpfreaks.com/topic/17701-div-layout/#findComment-75699 Share on other sites More sharing options...
wildteen88 Posted August 16, 2006 Share Posted August 16, 2006 I would not recommend using positioning when doing a CSS Layout as you'll are bound come into lots of problems. Using floats and clear is much easier when doing a CSS layout.About the Latin text most developers tend to put some random text into a layout to get a better visual understanding of what the layout will look like when its finsihed, especially if the layout going to have dynamic text if the sites is being coded in PHP etc. Link to comment https://forums.phpfreaks.com/topic/17701-div-layout/#findComment-75700 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.