The link only works when i click on the actual text not the area around it even though the hover effect is working so i know the button is being targeted?
this is also happening on a list within the site where I'm using left-padding and placing images there, if i click where the padding is it doesn't work?
could .js scripts effect this, it all for a lightbox I'm using
Any ideas??
ul#navigation { list-style-type: none; margin: 0; padding: 0; padding: 0; } ul#navigation li a { position: absolute; bottom: 10px; display: block; width: 5em; padding: .5em 0; color: #FFF; background: #92da3a; text-align: center; text-decoration: none; font-size: 11px; } ul#navigation li a:hover { color: #05554f; } ul#navigation .back { float: left; width: 4em; padding: 10px; } ul#navigation .close { float: right; width: 4em; padding: 10px; } ul#navigation li.mt { border-bottom: 2px solid #92da3a; width: 480px; position: absolute; bottom: 30px; left: 20px; }
Many thanks :)