I would like to place some links in that footer that doesn't work as they should do. it seems like that they are not clickable and i have no clue why this is happening.The footer itself is located at the end of the site and will be forced to stay at the bottom by a pushed div. My whole div-arrangement is like:\[code\]<body><div class="wrapper"> <div class="push"></div> </div><div class="footer"><div id="about"> <div id="list"> <span class="up">1. row</span> <ul class="nav"> <li><a href="http://stackoverflow.com/one.php">one</a></li> <li><a href="http://stackoverflow.com/two.php">two</a></li> <li><a href="http://stackoverflow.com/three.php">three</a></li> <li><a href="http://stackoverflow.com/four.php">four</a></li> </ul> </div></div><div id="legals"> <div id="list2"> <span class="down">2.row</span> <ul class="nav2"> <li><a href="http://stackoverflow.com/five.php">five</a></li> <li><a href="http://stackoverflow.com/six.php">six</a></li> <li><a href="http://stackoverflow.com/seven.php">seven</a></li> <li><a href="http://stackoverflow.com/eight.php">eight</a></li> </ul> </div></div>\[/code\]exampleWhy is this href not working?