I have problem with displaying dropdown menu on my site: http://lotzen.eu/jkowalczuk/ I works fine on most browsers: Firefox, IE, Chrome, Safari
Problem starts on Opera. Links disappear when mouse is over the menu item.
I'm new in CSS and i can'f find any solution to this problem. Could someone please help?
Change display value to inline-block in your class #nav li and it's done.
#nav li {
position: relative;
display: inline-block;
}
see the screenshot here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With