It’s for a law firm. Notice how the DIV that says “test” (it’s the body div) extends farther than the shadow-border div? I think it’s because the CSS has it extending 100%, which calculate 100% of the screen size before the header and nav divs are in place.
So the question is, what should I put for height so that it will extend all the way to the bottom of any screen and go farther if it needs to?
the problem is I want it to be dynamic so no matter what the screen resolution, it’ll extend to the bottom of the page and not have to scroll if necessar.
sorry i can’t help ya out! but css zen garden does have some excellent usability tutorials and articles, everything CSS! check them out! www.csszengarden.com
I’d say go with pixels instead of %… But if you really want to, then you can keep working on it… Just different browsers react a whole lot different to those %'s. Also, get rid of the thing showing todays date. Possibly replace it with a last update date, but who goes to a law firms website to find out todays date? (I really HATE that in webpages)
Also, get rid of the thing showing todays date. Possibly replace it with a last update date, but who goes to a law firms website to find out todays date? (I really HATE that in webpages)
For a legal firm site, I think its suitable for those that need to go to a meeting or court case.