Jump to content

css layout..


brown2005

Recommended Posts

Hi, I use to do all my layouts in tables so im now learning div layouts.. is this correct or is there better way?

 

	echo"	<div id='partners'>

			<div class='sponsor'>

				<div class='sponsor-title'></div>

				<div class='sponsor-content'></div>	

			</div>

			<div class='partners'>

				<div class='partners-title'></div>

				<div class='partners-content'></div>	

			</div>

		</div>";

Link to comment
https://forums.phpfreaks.com/topic/75768-css-layout/
Share on other sites

sorry what this does is creates two boxes.... 1 a sponsor box and 1 a partner box, the sponsor box is 150px wide and 75px high and the partners box is 600px wide and 75px high...

 

and in each box it has a title which is at the top of the box with a 25px height and a border for the bottom.

div class='sponsor-title'></div>

should surely be <h1> ????

 

<div class='sponsor-content'></div>

should just be a series of paragraphs and other markup to display content?

 

use the correct markup for the correct info. DON'T GET DIVITIS...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.