I am re-building a section of our corporate site and I'm trying to make my code as user friendly as possible, commenting the different sections of the HTML doc and the attached stylesheet.
However, these comments are causing problems with Firefox, while working fine in IE6, IE7 and Opera. The comments are causing Firefox to ignore the opening containing div of the page making the width 100% when it should be 775px.
Here is the page
Here is an example of my commenting
<!-- ----------- Master container ------------ -->
content
<!-- ---------- /Master container ---------- -->
Is there something wrong with my comments? How should I be commenting my code if this is incorrect?