View Single Post
  #13 (permalink)  
Old Oct 2nd, 2007, 08:51
MikeHopley MikeHopley is offline
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS round corners

Quote:
Originally Posted by marSoul View Post
These types seems reasonable, but i see some types that they are fixed in height and width but they created with images and css, what about them ?
Fixed in height is pretty unusual.

Fixed-width boxes make sense in a fixed-width page layout, and they require fewer images (and less markup).

I believe scalable (elastic) layouts are best, and for these your boxes will need to be fully scalable too. But fixed-width layouts are easier, especially if you have lots of intricate decoration.
Reply With Quote