I’m having an issue with a client website, there are shadows or borders appearing around divs in the header. I don’t actually want these and don’t know how to get rid of them. This is only happening in IE7 / 8. IE9, Firefox, Safari and Chrome are all fine. Site is go-movil.es
Any help appreciated.
Regards,
Stephen
If you only want the shadows to show up in everything but ie7/8 you can use conditional comments to implement a specific css that has styles that clear the shadows.
in head of html:
css (lte-ie-8.css and lte-ie-7.css):
source: http://mathiasbynens.be/notes/safe-css-hacks
Hope this helps