( -). div ( , ), CSS w3c, .
, :
- difference between "display: block" and "display: inline"
- what is hasLayout
- how to create a 3-column layout with left and right bar fixed size
- how to center an object to the middle of the page (vertical and horizontal)
- difference of mozilla and IE border model and meaning of width and height (afair in IE elements have a width of width + border, for mozilla the width includes the border)
I'm not a web designer, I just needed to make more web layouts than I ever wanted, but these questions should cover the main parts.
But: The goal of the web designer is to create a good looking page, not a CSS / (X) HTML check page. If the page looks good in all browsers, no one should care about whether it used tables or divs (unless it uses tables for everything), since sometimes tables make work easier and do not require a lot of div flexibility.
source
share