Re: FN-FORUM: css question
date posted 20th March 2006 21:32
>#main {
> width:580px;
> background-color: #FFFFFF;
> border: 1px solid #6A5EB8;
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 100%;
> color: #322B60;
> text-align: left;
>}
>#navigation {
> position: relative
> width: 180px;
> right: 580px
> background-color: #FFFFFF;
> border: 1px solid #6A5EB8;
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 100%;
> color: #322B60;
>}
>
>
Add this to both of the above
float:left;
remember to use
clear:left;
if you add another div that sits below these...
that should fix it