Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Horizontal dropdown menu on Opera

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?

like image 694
Krzysztof Oszczapiński Avatar asked Apr 21 '26 21:04

Krzysztof Oszczapiński


1 Answers

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

like image 94
Muhammad Bilal Avatar answered Apr 23 '26 15:04

Muhammad Bilal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!