- This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
could anyone help?. my website is http://www.sewsublime.co.uk, the 6 boxes on the home page work perfect on firefox, chrome etc when you hover the drop box appears and can be selected. but when on internet explorer it all goes a bit wrong the hover works but you cannot select anything on the drop down menus. i think this is a css issue but cant find where.
Hey,
It does kind of work in ie. If you select if goes off but if you hover over back it has been selected. Are you using css 3 for the hover?
The actual code is java , it seems to be an issue with the blue hover, but i dont know enough about coding to work out if it is java or css.
It would appear that the hover animations are done with CSS, as they work with JavaScript disabled.
I think that it is line 450 of http://www.sewsublime.co.uk/uploads/10892753/File/hover/css/style.css causing the problem. Using Internet Explorer filters can often make child elements unclickable. Unfortunately, without this, you will not be able to hide the blue hovers in Internet Explorer the way your code currently works.
Perhaps something with `visibility: hidden` and `visibility: visible` could help you there.