I am a beginner in HTML5, I downloaded a template and started working on it, it worked fine with every other browser (including IE) but the issue is the layout breaks in Firefox 5. Please help. Thanks. Avirat.
P.S.: U can find my开发者_JAVA技巧 layout at http://www.108medicalid.com
Did you have that issue in Firefox 4 also?
When Firefox 4 came out I noticed that there was now default styling for figure
and it caused weird spacing issues. I simply set:
margin:0;
in my stylesheet for figure
and all worked the way it was supposed to.
精彩评论