heres the site
http://designobvio.us/DoUs/directPro.html
anyone know which selector I’d target to make my navigation bar scroll.
when i’ve tried it fixed broke my grid, If you could please give me a css snippet with the correct selector(s) i’d be very thankful!
<nav id="nav" class="grid_2">
<ul>
<a href="#"> <li><span>↗</span>Portfolio </li></a>
<a href="#"> <li>Blog</li></a>
<a href="#"><li>About Me</li></a>
<ul class="secondaryUL">
<a href="#"><li>business</li></a>
<a href="#"><li>skills</li></a>
<a href="#"><li>service</li></a>
<a href="#"><li>me</li></a>
<a href="#"><li>contact</li></a>
</ul>
</ul>
</nav>
Matthew
If you can’t use CSS:
Then you’ll need to rely on a javascript fix to force a variable
margin-topon#id.