Forum
[PROBLEM] Top menu in Opera - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Community (/forum-5.html)
+--- Forum: Feedback (/forum-12.html)
+---- Forum: The website (/forum-13.html)
+---- Thread: [PROBLEM] Top menu in Opera (/thread-164.html)



Top menu in Opera - p4trykx - 2nd Jan, 2013 07:21 AM

There seems to be a problem with expanded menu item. The background becomes transparent.
I think it's because the bacgorund-image in stylesheet is set to non existing gif. It seems to work in other browsers but somehow Opera treats it different.


Code:
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81 sf-ul sfHover">ev
<a href="#" class="sf-with-ul" style="position: relative;">ev
<ul class="sub-menu" style="background-image: url("http://xbian.org/2012/12/xbian-1-0-alpha-4-out-now/x.gif"); visibility: visible; display: block;">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-507 sfHover" style="background-image: url("http://xbian.org/2012/12/xbian-1-0-alpha-4-out-now/x.gif");">
<a href="http://xbian.org/getting-started/" style="background-image: url("http://xbian.org/2012/12/xbian-1-0-alpha-4-out-now/x.gif"); position: relative;">ev
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588" style="background-image: url("http://xbian.org/2012/12/xbian-1-0-alpha-4-out-now/x.gif");">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-506" style="background-image: url("http://xbian.org/2012/12/xbian-1-0-alpha-4-out-now/x.gif");">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-505" style="background-image: url("http://xbian.org/2012/12/xbian-1-0-alpha-4-out-now/x.gif");">
</ul>
</li>



RE: Top menu in Opera - raspberry_pd - 7th Jan, 2013 04:32 AM

The problem is inOperaBle Smile Sorry, had to say it. Gawd do I hate that little < 3% PITA in the browser market.


RE: Top menu in Opera - p4trykx - 13th Jan, 2013 07:55 AM

Bu what's the point having a nonexistent image as a background anyway? Can't it just be removed?


RE: Top menu in Opera - BartOtten - 14th Jan, 2013 05:37 AM

It's something that is added by a script for some reason. Looking into it (Yes, we do support the 3% market as I believe the browser used by those 3% is responsible for 70% of the innovations in Firefox and IE Tongue)


RE: Top menu in Opera - BartOtten - 14th Jan, 2013 06:18 AM

Call it a day for now. It has something to do with Javascript cause the images are loaded but replaced with x.gif. As soon as you disable Javascript for the website, all images show up.

If someone is a javascript+Opera debugger, please help Wink