I\'m building a website, and for the first time i am using the twitter bootstrap.
I\'m trying to align my menu to the bottom of my div. But for some reason i can\'t
You have to give the parent element a specific height. I would recommend doing this by adding an extra class, e.g. extraClass, to your like this: Home Missie en Visie Activiteiten Lidmaatschap Videozone Contact And the use this CSS: .extraClass { height: 122px; position: relative; } .extraClass ul { position: absolute; bottom: 0; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
extraClass
like this: Home Missie en Visie Activiteiten Lidmaatschap Videozone Contact And the use this CSS: .extraClass { height: 122px; position: relative; } .extraClass ul { position: absolute; bottom: 0; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Home Missie en Visie Activiteiten Lidmaatschap Videozone Contact
And the use this CSS:
.extraClass { height: 122px; position: relative; } .extraClass ul { position: absolute; bottom: 0; }