hi everyone, I'm in the middle of playing aorund with a new site layout and have noticed something strange. If you look at the top navigation links, under the logo. The links should be right under the logo and in Firefox and IE7 it is, but in IE6 it isn't. I only noticed this while at work and was checking out the new layout. At home i only use Firefox and IE7 to test the layout. First could someone else check in IE6 to make sure its not just me being stupid, secondly does anyone have any idea how to fix it? Site is Here
I suspect IE's margin collapse bugginess. The trouble is, for the life of me, I can't find h1's style rules, so I have no idea whether that's an even reasonable conjecture. In any case, try giving h1 {margin: 0;}. cheers, gary
Cheers, sorted it after playing around with the margins. the h1 tag has been called title tage instead in the css......dont know why but it works.