html>body #content {
height: auto;
min-height: 580px;
}
height: auto;
min-height: 580px;
}
The body element is always going to be a child of html, so this rule will always be true and #content is available anywhere in the body of the page, right? So what, do you think, was the point of using this syntax instead of just:
body #content {
height: auto;
min-height: 580px;
}
height: auto;
min-height: 580px;
}
Any ideas? Thanks in advance!
"You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
Visit Spinland Studios: http://www.spinland.biz
Visit Spinland Studios: http://www.spinland.biz