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> Link to comment https://forums.phpfreaks.com/topic/201241-link-works-on-firefox-but-not-on-explorer/ 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> Link to comment https://forums.phpfreaks.com/topic/201241-link-works-on-firefox-but-not-on-explorer/#findComment-1055916 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.