|
|
 |
Re: FN-FORUM: links underneath div in firefox
date posted 30th November 2005 08:45
Jonathan Patchett wrote:
> I sorted it by giving the overlaid div a height of 0px. The image of the =
man
> floated on the right of that then breaks out of that div because it's
> floated.
a width on the div would have done it, and will prevent problems in
browsers that will treat your height literally without correctly
floating the image...
divs without widths are by default width: auto and take up the whole
of their container...
your position absolute also could be dimensioned, which would have
taken it out of the way of the other divs it's over...
I think there are a *lot* of divs there....
;o)
--
http://wiki.workalone.co.uk
http://www.workalone.co.uk/ads.htm
http://www.xebit.net
|
 |
|