August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.classes.className.tagName.clear
The clear property specifies the sides of an element where floating elements (elements that define the align property) are not allowed. Using dot notation, this property is associated with the class called className. The definition can also specify a tag or the word all for tagName.
The clear property can be assigned one of the following values: left, right, both, or none.
Listing 7.70 uses the clear property to prevent floating elements from being on either side of an element.
<html> <script> <!-- Hide //Create a style sheet classes that sets alignments document.classes.LEFT.all.align ... |
Read now
Unlock full access