Design Detail

If you want to see more designs by this designer, click the designer's name below. If you use this design, be nice and link back to us.

Prosimii

Preview

Preview
View Download

Information

Designer
haran
Date
October 29, 2004
Likes
0
Downloads
21,955
Views
6,026

Designer Notes

Design Comments

19 May 2006 10:40am PDT

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 02:03am PST

ifrance

Comments 4

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

03 Jan 2007 10:49am PST

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.