Lisa23 Posted May 10, 2010 Share Posted May 10, 2010 i have this link buttons they direct to the page on firefox but when i use explorer the links dont work any idea why and what can i do??? <li> <a href="resume.html"> <button class="rounded" > <span>Resume</span> </button> </a> </li> Quote Link to comment Share on other sites More sharing options...
n000bie Posted May 10, 2010 Share Posted May 10, 2010 You can do like this css .myButton { width:100px; height:25px; text-align:center; font-size:12px; text-decoration:none; line-height:25px; display:block; background-color:grey; color:#000; border:1px solid black;} html <li><a href="resume.html" class="myButton">Resume</a></li> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.