Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] CSS Image Sprite to align to background always Re: [Solved] CSS Image Sprite to align to background always

#81692
TheDoc
Member

Hey there Hawk,

You need to put your navlist inside your wrapper, like so:

<div id="wrapper">

<ul id="navlist">
<li>…</li>
</ul>

</div><!–close wrapper–>