Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Group items tagged columns'

Rss Feed Group items tagged

John Randall

9 Timeless 3 Column Layout Techniques - noupe - 1 views

  •  
    " div#container {width:700px;margin:0 auto} div#wrapper {float:left;width:100%} div#content {margin-right: 300px} div#navigation {float:left;width:150px;margin-left:-150px} div#extra {float:left;width:150px;margin-left:-300px} "
John Randall

Give Floats the Flick in CSS Layouts - 0 views

  •  
    "With the arrival of IE8 all browsers support table-related value for the display property. This allows us to apply the layout behavior of tables, rows and cells to any HTML elements. For alignment into columns or rows, these display values are the quick and easy solution. "
1 - 2 of 2
Showing 20 items per page