新しいページを作成したところ、リンクはローカル マシンの Chrome と IE 10 で機能しますが、サイトをサーバーにアップロードすると、リンクは chrome でしか機能しませんか? IE はそこに何もないように動作しますか?
これはコード ビハインドです。自分で試してみたい場合は、こちらのリンクを参照してください。Firefox もまだ試していません。私はそれが何をするかを恐れています。
http://www.AnthonyRussell.info
前もって感謝します!
<hr>
<a href="index.html"><button style="width:180px; height:40px" >Home</button></a>
<a href="bio.html"><button style="width:180px; height:40px">Biography</button></a>
<a href="projects.html"><button style="width:180px; height:40px">Projects</button></a>
<a href="resume.html"><button style="width:180px; height:40px">Abv Resume</button></a>
<a href="goals.html"><button style="width:180px; height:40px">Goals</button></a>
<a href="contact.html"><button style="width:180px; height:40px">Contact</button></a>
<hr>