{ FLOAT :
LEFT |
RIGHT |
NONE }
Inherited: No
The FLOAT property allows you to determine where an image will appear
within a text or element.
Image and text elements that appear embedded within a text or another element
are called floating elements.
LEFT
The LEFT value embeds the image within the text and places the left edge of
the image on the left side of the text.
RIGHT
The RIGHT value embeds the image within the text and places the right edge of
the image on the right side of the text.
NONE
The NONE value allows the image to simply appear where it occurs within
a text.
Code:
Selector {FLOAT: LEFT}
Selector {FLOAT: RIGHT}
Selector {FLOAT: NONE}
{ HEIGHT :
LENGTH |
PERCENTAGE |
AUTO }
Inherited: No
The HEIGHT property allows you to set the height of an element
of text or an image. For example, you could embed an image into a
specified position within a text using the FLOAT property. Then use the
HEIGHT and/or WIDTH properties to specify an exact size for the image.
If you set the HEIGHT of an element to a specified value and set
the WIDTH property to AUTO, the element will be scaled proportionally
(i.e., you maintain the aspect ratio).
LENGTH
The LENGTH value can be in any of the following seven
dimensions. Use the abbreviation.