From: "Iorhael" <[EMAIL PROTECTED]>
> I started out setting the clear up as a
>class, and then thought I'd try a division when that didn't work...but
>forget to change the html tag. It looks great now in FF :)

I'd actually recommend setting it up as a class instead of an ID, since then 
you can use it more than once per page if needed. Class attributes can be used 
on divs.

>Now the only thing left is that the bottom links still aren't left aligning 
>in FF...

#nav ul {
   clear: both;
   list-style-type: none;
   text-align: left;
   margin-left: 10px;
   padding: 0; /* <<<<<< add this <<<<<<< */
}

>http://www.drk-writing.com/debscards/debscards2.htm

Regards,

~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