- Code: Select all
<section class="gmoudle">
<nav id="gmNav">
<ul id="gmList">
<li></li>
<li></li>
</ul>
</nav>
</section>
Here is the basic css that I am using.
- Code: Select all
#gmNav
{
margin:10px 0 0 0;
width:100%;
height:auto;
background:#F60;
}
It is currently Sat Dec 02, 2017 4:11 pm Advanced search
<section class="gmoudle">
<nav id="gmNav">
<ul id="gmList">
<li></li>
<li></li>
</ul>
</nav>
</section>
#gmNav
{
margin:10px 0 0 0;
width:100%;
height:auto;
background:#F60;
}
JAB Creations wrote:http://caniuse.com/#feat=html5
If this is true (I wouldn't know since I use XHTML 1.1) then you've made the big mistake of testing your work with Internet Explorer first.
You should never test with IE first, you should always test with standards compliant browsers (Gecko (Firefox), Presto (Opera), and WebKit (Safari)) first and then use conditional comments to fix issues in Internet Explorer.
Users browsing this forum: No registered users and 2 guests