Sandy wrote:
> After the larger div is closed, there is a <hr /> followed by a short 
> paragraph. The <hr /> shows up on the right of the table of contents 
> instead of under it. When I try to use a "clear : left" on it, the whole 
> rest of the content moves way, way down under the menu on the left.
> 
> How do I get this <hr /> to tuck nicely under the div?

Hi Sandy,

Your footer (which contains the hr) is contained within div#nowrap.right 
which has margin-left set to 300px. Presumably, you want your footer to 
be /outside/ div#nowrap.right which would put it to back to the margin 
and width of the greater parent div (div#container).

The other option of course, would be to apply a negative margin-left to 
your footer, but this would cause problems in the long run.

Anyway, hope it helps.
--Bill


-- 
<!--
  ! Bill Brown - <[EMAIL PROTECTED]> - 484-809-8077
  ! WebDevelopedia.com, TheHolierGrail, MacNimble.com
  ! 24 Countryside Drive, Johnston, RI 02919
-->
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to