Hello Peeps,
I have a problem that may or may not be with my html on my new site. My navigation bar has no funtionality in "preview for web" in IE or Firefox. When I click the links on nav bar, nothing happens. I am submitting the html below:
<div id="topnav">
<ul id="list-nav">
<li><a href="#">Home</a></li>
<li><a href="#">Birthday</a></li>
<li><a href="#">Anniversary</a></li>
<li><a href="#">For Her</a></li>
<li><a href="#">For Him</a></li>
<li><a href="#">For Mom</a></li>
<li><a href="#">For Dad</a></li>
<li><a href="#">Just Because</a></li>
<li><a href="#">Making Up</a></li>
</ul>
</div>
Can anyone see what my problem may be.


Reply With Quote
Bookmarks