Hi all!

I would like to achieve the following:
site with left sidebar, and header.

The problem is with a big table inside the main area: the content
div's width does not takes it into account.
I'd like both header and content expand until the right end of the
table.

How can I achieve that?

Thanks
Gergo

http://pihentagy.googlepages.com/test.html

The html source:
<html>
        <head>
<style type="text/css">
        table { background-color: yellow; }
        #header {
                height: 64px;
                background-color: #aaa;
                margin:auto 0;
        }
        #content {
                background-color: #eee;
                margin-left: 16em;
        }
        .fulltable {
                margin: auto 0;
        }
</style>

        </head>
        <body>
                <div id="container">
                        <div id="header">
                                header
                        </div>
                        <div id="content">
                                content
                                <table class="fulltable">
                                        <tr>
        
<td>hellowwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww</
td>
                                        </tr>
                                </table>
                                content
                        </div>
                </div>
        </body>
</html>


--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to