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.
no subject
Date: 2005-12-30 03:20 pm (UTC)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.