Preview

Preview
View Download

Information

Designer
haran
Date
October 29, 2004
Rating
0.00000000
Downloads
20536
Validation
XHTML 1.0 Transitional
Uses CSS
Yes

Designer Notes

Not available.

Design Comments

19 May. 2006 12:40pm EST

Folkenda

Comments 1

Very Nice !

HEre is a little Javascript I wrote to avoid footer being displayed over menu if menu's height is bigger than main's height

window.onload=function(){
var menu = document.getElementById('side-bar');
var main = document.getElementById('main-copy');
if (menu.offsetHeight > main.offsetHeight) {
main.style.height = menu.offsetHeight+10+"px";
}
}

31 Dec. 2006 6:03am EST

ifrance

Comments 4

prossimii is the 1st one which attracted me to your designs.

03 Jan. 2007 2:49pm EST

OSWD_User

Comments 1

Beautiful design!

I am using it on my website.

http://www.landofcode.com

Add Your Comment

Only the OSWD community is allowed to comment on designs. If you have a user account, please login now in order to add a comment. If not, why not Register?