Previous Message
Next Message

[Fwd: Forcing material beyond a float.]

Sent by Peter Hutnick on 10 June 2004 14:02


Dave Silvester Said: > On Wednesday 09 Jun 2004 19:01, Peter Hutnick wrote:

>> I'd like the <hr /> and the stuff that follows (mortarboard and text) to be
>> forced down below the floating right column.
>  
>

> On that particular page, this will do it:
> 
> hr {
>   clear: both;
> }

The <hr /> lives in the footer file that PHP includes for me, but I tried 
<div style="clear: both; " /> and that did the trick.  (The W3 XHTML and CSS
validators indicate that <div /> is okay . . .)

Thanks Dave!

-Peter

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message