Having a peculiar box-model issue here. My header is filled with links, but despite setting 0px margins, the links are displaying with 2px margins around each one.
To demonstrate the problem, I've created a test page located at . Ideally, each link in the header should be a 56px square with a 1px border and 2px spacing between them (instead of the current 4px). Unfortunately, I've resorted to using negative margins for each link which is far from ideal.
The rendering issue persists and my current solution only works in modern browsers such as IE8, Chrome, and FF3+ (thanks to browsershots.org).
If anyone has any insight or suggestions on how to resolve this matter, your help would be greatly appreciated. This has proven to be more challenging than originally expected.