Having nailed most of the content yesterday, today I've been playing with style sheets and making it look prettier. I'll admit I prefer the look in Firefox to the one in IE, but that's bias for you. Here's the link. Any comments and suggestions are welcome.
.
From:
no subject
Ah, you’re using a fixed-pixel width which would fit in my window, but then you use position:relative, so part of it is outside.
Try setting margins instead of setting the position?
Use ems instead of pixels?
Your .divH1, .divH2, .divH3 shouldn’t be necessary, you should be able to apply the styles directly to the H1, H2, H3.
I see you’re trying to set the unvisited link colour to red; don’t know why that’s not showing up for me, even though the orange for visited and yellow for hover are. Maybe it should be lower case? Weird.
From:
no subject
From:
no subject