Posted by Jonathan N. Little on 03/11/06 16:14
hgwoss@gmx.de wrote:
<snip>
> Also I used "float:left" a few times in order to align <div> elements
> horizontally. And far as I know, when using "float:left", I have to set
> the widh of that element. Which, again will screw up the design when
> zooming up.
>
> Am I right?
No, not if you use a unit measurement that is based on the size of the
text such as 'em'. Then as the text grows or shrinks so does the container.
If you use 'float' you will also want to research the 'clear' property.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|