All entries for Friday 13 August 2004
August 13, 2004
LOG_ARCHIVE_TRACE bug
The archive message still get generated even set to 0, which means disabled archive trace.This bug is fix in 9.2.4 on solaris 64bit.
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