Date: 04/27/2007 | By ddadmin | Comments: 28

I've decided to create a
2 level Tab Menu based 5 of the CSS horizontal
menus found here. Turn to this script when you need your
CSS menu to support a second horizontal level. Oh yes,
and if you like the script please digg it (to the
right)!
Date: 11/02/2006 | By ddadmin | Comments: 161

A common pitfall of a CSS based columns layout is
that the columns do not share a common height. Unlike a
table based layout where the height of the table itself
dictates the height of all of its columns, CSS columns
are independent of one another in that respect. Now,
this can be problematic (from a design standpoint) when
you wish to style one of your CSS columns in a way that
should extend all the way down to the end of the layout,
such as giving a side column an explicit background
color, a surrounding border etc.