 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
emilev
Joined: 07 Sep 2009
Posts: 1
|
| Posted: Mon Sep 07, 2009 2:17 am 'a class' compatibility issue in IE 7, 8 |
|
|
Hi,
I'm having a small problem with my site.
On this site I have a few buttons that work well in Firefox, Chrome. In IE however the underlying link doesn'work.
Here's the code that isn't working in IE:
<a class="no-decore link-details" href="{{store url=""}}online-fietsenwinkel-mysite.html"><button class="button"><span><span><span>Details</span></span></span></button></a></td>
I'm working with Magento CMS by the way. Thanks for reading this and hope you can help. |
|
|
PayneLess Designs
Joined: 28 Feb 2007
Posts: 4289
Location: MS
|
| Posted: Mon Sep 07, 2009 1:10 pm |
|
|
Not a good idea to nest span tags. What is this part? "{{store url=""}}"
IE may be having problems with that link because it considers it a malformed link. Wont this work?:
Code: <a class="no-decore link-details" href="online-fietsenwinkel-mysite.html"><button class="button">Details</button></a>
Not able to test this for you as I'm not sure what all is being done to have the link written as you have it. |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|