Can't really help without poking at the HTML with firebug. Maybe setting the
width and height attributes for the images?

You could try the following (with the appropriate images) and later adapt
the grid into it, as it is I can't do much more.

<div class="container" style="background:bag.png">
    <h1 id="logo"><img src="logo.png" alt="Bistro l'escault" width="960"
height="100" /></h1>
    <h2><img src="slogan.png" alt="Bistro Langs de Shelde" width="400"
height="60" /></h2>
    <div style="position: relative; height: 1%;">
        <div id="main" style="width: 400px">
            [content for left column goes here...]
        </div>
        <div id="aside" style="position: absolute; left: 400px; top: 0">
           [content for right column goes here...]
       </div>
    </div>
</div>
-- 
Goulven Champenois

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to