From: "Iorhael" <[EMAIL PROTECTED]>

>I added the .clear rule but it doesn't seem to be doing the trick in FF :( 
>Can you let me know if I've got it the right place? Here's the link:
>
>http://www.drk-writing.com/debscards/debscards2.htm
>
>And here's the clear div id that I added to my stylesheet:
>
>#clear {
>  clear: both;
>  height: 0;
>  line-height: 0;
>  font-size: 1px;
>}

The selector/properties (style sheet stuff) are fine, the location of the div 
is not. You'll need to move it above the closing div tag that is right above 
it, following the closing div tag that is next to the words "Thank You" - 

[snipped code]
          Thank You< /div >
< div class="clear" >& nbsp;< /div >
< /div >

< div id="nav" >
[more snipped code]

That should work for you,

~holly
 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to