> ...which shows an ID selector for the clearer. However, you have -
> class="clear" - on the div in your HTML. Either change the selector to
> indicate a class, or change the class attribute to an ID attribute in your
> HTML. That should get things working.

ooops! Thanks for catching that! 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 :) Thanks again :)
(After going round and round awhile trying to fix something, I have a
tendency to miss these dumb little things that I should catch right off.)

Now the only thing left is that the bottom links still aren't left aligning 
in FF...they look fine in the others. I would think the clear id and the 
clear declaration set here would set that straight, but its not :(

#nav ul {
   clear: both;
   list-style-type: none;
   text-align: left;
   margin-left: 10px;
}

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

Debbie

______________________________________________________________________
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