CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] IE Compatability Please Help!
Jon_N
Permalink to comment
#
January 2012
Hey Guys,
I used the button maker from this site. It looks great. However, none of my links are working in Internet Explorer. I can't figure it out. Any ideas?
Here's
the link
Hompimpa
Permalink to comment
#
January 2012
You don't need to add the
<button>
inside
<a>
. Simply write
<a class="button" href="blahblah">Click here to...</a>
Jon_N
Permalink to comment
#
January 2012
When I do that, the button splits into two lines and doesn't look how it should
see example
.
Add a Comment
I used the button maker from this site. It looks great. However, none of my links are working in Internet Explorer. I can't figure it out. Any ideas?
Here's the link
<button>inside<a>. Simply write<a class="button" href="blahblah">Click here to...</a>