After testing my website on various browsers, I've encountered issues with margins when elements are floated. Surprisingly, Firefox displays the site correctly, but IE7 and some Linux browsers mess up the margins completely.
If you're curious to see the site for yourself, visit
Upon further investigation, it seems like the problem arises from using floated DIVs with specified margins. Are there certain practices I should avoid or consider adjusting?
Update: The source of the issue appears to be related to placing images within div tags that lacked defined CSS properties, resulting in floats and margins conflicts. I will need to rework this aspect of the design.
Switching to XHTML Strict seemed to cause additional complications as well :) Thank you all for your insights - I'll work on resolving these challenges independently!