Here's my first question. In firefox win it looks fine. In IE, I have about 10-15px margin between the topnav and the content div. I've played with the margin on the topmenu and that does have an impact. I've made the gap smaller by defining the margin on topmenu, but it still exists on IE and not in firefox.
Given the complexity of the code, I couldn't afford time for a seriously detailed look, but it is due to your negative positioning, I think.
Here's a quick fix (hack)
* html #topmenu {
margin: 2px 0 1px;
top: 0;
}Of course, then you'll have to rearrange your margins for the following content similarly, so you may not choose to use it. It should be a good start for working out the source of the problem, though
Sorry I couldn't help more
Cheers, Lachlan ****************************************************** The discussion list for http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
