Why won’t my main menu buttons open a URL link once you click it? The main green buttons not the drop down. Is it a CSS, jQuery or HTML noob mistake?
Is it possible to have both the drop down and for the main button to be click able?
Click on the ‘Contact’ button on the actual website layout/
http://www.restoredestates.com/
The Code that won’t work:
<ul>
<li class="button"><a href="contact.html" target="_blank" class="green">Contact<span></span></a></li>
Oddly it works for the jsfiddle code: http://jsfiddle.net/VCUgrad08/rapat/1/embedded/result/
It doesn’t work on the actual website. 🙁 I need the button that says “contact” to actually link to “contact.html” (not the drop down, the link up there now is only temporary)
Disclaimer: I was in a hurry with coding this website.
Try this code. hope it will work
js