HTML and CSS Reference
In-Depth Information
Switch back to Monoplate design and you'll see that
the paragraphs inside the top bar are positioned on
the left and respectively, on the right.
So make use of the F2fw reserved classes for floating
elements: fl and fr .
fl ( (floatleft) )
.fl {
float:left;
}
Floats elements on the left ,
regardless of type.
fr ( (floatright) )
.fr {
float:right;
}
Floats elements on the right ,
regardless of type.
The fl and fr classess can be applied to any element.
 
Search WWH ::




Custom Search