Study Note of Eric Meyer On CSS
table element:
vertical-align replace valign
cellspacing is not well supported
P9:
use ID is only used for one element
background: transparent url(a.gif) left top:
P10 It use a fix width for td#advert, not percent
P13 Margin value: clockwise start from top;- margin: 1em 2em /* top & bottom = 1em, right & left = 2em */
- margin: 1em 2em 3em /* top=1em, right=2em, bottom=3em, left=2em */
tr td#crumbs a:link{color:white}
P18 Good idean to have h1 has border-bottom to create a underline thick link
P25: Apply background color to td instead of tr
Add a comment
You are not allowed to comment on this entry as it has restricted commenting permissions.