
Originally Posted by
DoubleDee
1.) How are those created?
Are they just DIVs?
Mostly divs, although some of the smaller groupings are using ULs.
Off Topic:
Why aren't you viewing source or using Firebug? You have the knowhow to answer these questions.
2.) How can you create the rounded corners
without using CSS3?
Background images or JS. They've created some tiny top divs with rounded background images for the top, and bg image on each main div for the bottom.
3.) How do you create the subtle shadow ate the bottom of each box?
They've used bg images. Again, it could be done with CSS3 (not supported by all, of course) or JS.
4.) If those are DIVs, then how flexible are they if I use a "Fluid" layout or at least an "Elastic" layout?
It still can be done, but requires some more trickery. The dreaded sliding doors is the general flavor.
Bookmarks