understood, it's working right now.
but the problem is:
how can i tell the width should be 100%-250px. :)

because left column should be 250 px. and right column should be 
whatever there's left screen space.

thanks,
alp


cj wrote:
> the problem is your "width: 100%;" here:
>
> .mustread{
> float:left;
> width:100%;
> text-align:left;
> }
>
> if you tell it to be 100% width, it is going to bump down until it can
> take up the whole 100%.  whatever width you specify needs to take into
> account the other columns you want.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to