/    Sign up×
Community /Pin to ProfileBookmark

IE8 Fix for my <ul> ?

There seems to be zero styling on my <ul> here in ie8

I have two navigations floating on either side of my logo. The floats seem to work ok too, although the bottom:0px; is not working.

All works perfect in FF and safari.

Any suggestions ?

[B]CSS[/B]

[code]
.nav-wrapper nav ul {
position:absolute;
display:inline-block;
border-top:1px solid #666;
bottom:0px;
width:400px;
}

.nav-wrapper nav ul li {
float:left;
display:block;
width:133px;
}

.nav-wrapper nav ul li a {
color:#000;
list-style:none;
text-decoration:none;
font-size:80%;
display: block;
padding:1em 0.5em 1em 0.5em;
text-align:center;
}

.nav-wrapper nav ul li a:hover {
background-color:#e8e8e8;
position: relative;
}
[/code]

[B]HTML[/B]

[code]
<div id=”nav-left”>
<div class=”nav-wrapper”>
<nav>
<ul>
<li>
<a href=”#”>NEWS</a>
</li>
<li>
<a href=”#”>COLLECTIONS</a>
</li>
<li>
<a href=”#”>RULES</a>
</li>
</ul>
</nav>
</div><!–end of nav-wrapper–>
</div><!–left-nav–>

<div id=”nav-right”>
<div class=”nav-wrapper”>
<nav>
<ul>
<li>
<a href=”#”>TEST</a>
</li>
<li>
<a href=”#”>TEST</a>
</li>
<li>
<a href=”#”>TEST</a>
</li>
</ul>
</nav>
</div><!–end of nav-wrapper–>
</div><!–right-nav–>
[/code]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@toicontienJul 19.2012 — Move "list-style:none;" into the [B].nav-wrapper nav ul[/B] style declaration. That CSS property will not affect <a> tags.

Also, you might need to provide some default styling for the <nav> element, which IE8 does not support.
×

Success!

Help @conor909 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...