Revision: 10121
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 9, 2008 02:50 by stellit
Initial Code
dt, dd{
border: 1px red dotted;
display: inline;
}
dt {
clear: left;
float: left;
width: 100px;
}
dd {
display:block;
float: none;
margin-left: 100px;
}
Initial URL
Initial Description
cross browser pitfall: fixed width of dt,
Initial Title
make definition list looks like combination of label and input field
Initial Tags
Initial Language
CSS