There are a couple of things. I don't have too much time now, so only
the first things i saw:

Home: Your way:
<div>
<div class="container">
</div>
</div>
<div id="menu">
<div>
<ul>
bla
</ul>
</div>
</div>

Home: The really needed Elements
<div class="container">
bla
</div>
<div id="menu" class="container">
bla
</div>

Inside your div#main you have a div#food-slideshow. This has no
attributes, but an element-style. Get rid of the element-style and
give it a span-x. To fix all that stuff i would suggest to make a
"new" version and start with just the grid and element height
definitions (in em units). This helps you positioning everything and
preventing such problems. In my little library i got a php class with
functions that can accept arguments and then attatch element-styles on
the fly. Something like this helps a lot. You could do this in css
too. Just make a stylesheet that contains classes from 1 "row" to 30
"rows". Drop it out when you got the needed structure and add images
and so.

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

Reply via email to