apptoychest
12-14-2010, 05:01 PM
Hey all, long time fan of Coding Forums, and recently have gotten some great help here so I thought I'd try again:
http://www.kidseducationalapps.com/
Note the links in the top:
<ul>
<li><a href="http://www.kidseducationalapps.com/app-ipad-iphone-android-faq/">Submit an App</a></li>
<li><a href="http://www.kidseducationalapps.com/app-ipad-iphone-android-faq/">FAQ</a></li>
<li><a href="http://www.kidseducationalapps.com/app-ipad-iphone-android-faq/">Advertise</a></li>
<li><a href="http://www.kidseducationalapps.com/app-ipad-iphone-android-faq/">Contact</a></li>
</ul>
When I move this snippet of code outside of the main "wrapper" div, the links work fine. However, when I move them inside the div so the links sit nicely on top of the page, they stop working. This is across browsers...
What would cause the links to go dead like that?
http://www.kidseducationalapps.com/
Note the links in the top:
<ul>
<li><a href="http://www.kidseducationalapps.com/app-ipad-iphone-android-faq/">Submit an App</a></li>
<li><a href="http://www.kidseducationalapps.com/app-ipad-iphone-android-faq/">FAQ</a></li>
<li><a href="http://www.kidseducationalapps.com/app-ipad-iphone-android-faq/">Advertise</a></li>
<li><a href="http://www.kidseducationalapps.com/app-ipad-iphone-android-faq/">Contact</a></li>
</ul>
When I move this snippet of code outside of the main "wrapper" div, the links work fine. However, when I move them inside the div so the links sit nicely on top of the page, they stop working. This is across browsers...
What would cause the links to go dead like that?