In CSS:
If you create a div for the header and specify the height and a background image, the actuel height is only as "high" as the text in it.
How can you make the height absolute in pixels?
What I mean is this:
http://www.kimwebsites.com/kim/ (you see the blue table headers, the underlaying picture is actually a little bigger than that).
Second of all:
I put everything in a div called center and specified that container to be text-align:center
And then the containers in between,they're all text-align: left.
But; appareantly Opera and Mozilla handle these differently than Internet Explorer.
For the left alignment of a container I used float: left; and float: right;
Again, this turns out just fine in Internet Explorer but not at all in Opera,...
Can someeone explain a few actual general css settings to me for:
centering a page but left aligning all text in it?
Creating two blocks or containers next to each other, one left the other one right.
Defining an actual precise height for a container with a background image.
Thanks,
Kim