Mário Gamito wrote:

> I'm designining this site http://www.dte.ua.pt/~gamito/prototype.php 
> to be 780px wide, as you can see in CSS's #mainbox.

> Any ideas why this is happening ? I want it to be 780 pixels wide.

The #mainbox container can not be 'inline'.

#mainbox {
  text-align: left;
  width: 780px;
  display: inline <--- delete this.
  }

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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