href="link here"对我不起作用。即单击更新按钮不会加载其页面。这是代码的那一部分:
<div class="st-container">
<input type="radio" name="radio-set" checked="checked" id="st-control-1"/>
<a href="home.html">Home</a>
<input type="radio" name="radio-set" id="st-control-2" />
<a href="../update/update.html">Updates</a>
<input type="radio" name="radio-set" id="st-control-3"/>
<a href="#">Gallery</a>
<input type="radio" name="radio-set" id="st-control-4"/>
<a href="#">Ideals</a>
<input type="radio" name="radio-set" id="st-control-5"/>
<a href="#">Support</a>
</div>