#food-slideshow is meant to be a place marker for javascript to inject
SmoothGallery.

And if I assign the .container class to #menu, I'll finish down with a 950px
menu, instead of a full-width one. What I want is a 100% container with the
semi transparent black backround which must hold the 950 menu in its center.
So I think I should put <div id="menu"><div class="container>... instead.

Am I right?

2010/11/11 kaiser <2...@gmx.net>

> 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<blueprintcss%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>

-- 
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