Website:
CSS:
Hello there! I am experiencing an issue where the nav and section elements are not displaying on my website. They seem to only show the height and background-color attributes. Interestingly, they appear correctly on my old Firefox version (3.6.25), but remain invisible on Chrome and Safari.
I suspect that the problem lies in the master.css file, specifically with how the nav and section elements are styled, but I'm not entirely sure.
Just for your information, I have included the following code snippets in my document:
1) both HTML files
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
2) master.css
header, footer, article, section, nav, menu, hgroup {
display: block;
}
Any assistance or guidance on resolving this issue would be greatly appreciated!