From: Livia Dobai <[EMAIL PROTECTED]>

>The problem is that the table is not streched but cutted. I want to be 
>streched.
>The lin is: 
>http://www.designlab.si/test/index.php?option=com_content&task=category&sectionid=3&id=7&Itemid=25
>
>In that case is there an other colum that is cutted out by the overflow: 
>hidden.

Briefly. You have a fixed width #wrapper. You've asked an element set inside 
that wrapper (#contenitore) to respect a 420px right margin, which it does. 
This makes it too narrow to contain the table inside, which sticks out. 

Further, you've placed a 538px wide image as a background image, and are 
expecting it to expand to about 700px wide, but you've only told it to repeat-y 
(since it's a gradient, I would expect you wouldn't want it to repeat-x). So, 
the /look/ of the table inside #contenttelo is narrower than you want because 
the image itself is not as wide as you need 

I suggest you take the width off of #wrapper, and place a few temporary 
background colors on the problem elements so you can see what is happening. 
After that, you may need to rethink how you are approaching this layout, as I'm 
pretty sure it still isn't going to look like what you want.

~holly  
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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