Posts: 29
Name: Mary
Location: Oklahoma City, OK
|
The first thing I would suggest to you is that when you do CSS for your divs to included classes, put all your styles for that div into the CSS. Don't split it up like you have for the header.
IE 6 is known to have issues with bugs caused by use of CSS. I don't know why but it does. IE 6, I believe is Microsoft's worst as far as coding bugs.
I use Firefox and I see how you talk about it being too high. I would suggest adding to your header class in your css some margin-top styling. It will adjust it down. In my own site, I use margin-top: 2em.
|