[thelist] CSS Question

Peter-Paul Koch gassinaumasis at hotmail.com
Thu Dec 13 09:37:56 CST 2001


>div.row span.left {
>  float: left;
>  text-align: left;
>  color: #000;
>
>  }
>
>div.row span.right {
>  float: right;
>  text-align: right;
>  font-weight: bold;
>  color: #000;
>}
>[snip]
>
>Why does this not produce the desired result?

Remove one of the float declarations, then it'll probably work OK-ish in 
most browsers. But float is one of the most difficult style declarations. 
Test it rigidly in all browsers if you want to use it.

ppk

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com





More information about the thelist mailing list