Opacity error on sticky bar
Author: Marius T.
Visited 1429,
Followers 1,
Shared 0
Like I said earlier and seevral times, every day and every operation brings to us new malfunctions of a great software which escaped from control.
Today, Opacity error on sticky bar. Only at few items, the others works properly.
Posted on the
?????
sticky bar....
Author
Hi Alexsey, I did solev it last night but don't had the time to update here.
I modifiyied all opacity to 0% theh again to 100% and it works with a new fresh export.
Author
Hi, Alexsei
after this update the problem is back again :-)
You can see it for example here: http://softedu.eu/autocad-2015-.html where you can see an odd transparency in main menu and in sticky bar and only at the "item on current page". But not on every item :-)
Like attached, checked from 2 computers. Am I dreaming? Began to have nightmares with Incomedia? :-)
its not issue of X5!! you use transparent background (current page) and short background picture (3\4 width menu)! because of this, what happens is what you see
if you want both a picture and a white background you can use this:
before closed head in statistics seo and code......
<style>
#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper, #imHeader_imMenuObject_10 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {
background-color: white !important;
}
</style>
Author
Alexsei, I want only a white background. At some items there are some elements behinds seen trough the menu as you can see.
I have already explained to you why this happens ... you have a picture in the background of the menu item and the background color is transparent. the picture itself is shorter than the width of the drop-down menu. or you need to remove the picture and set a white background. or remove the transparency of the current menu item with my code.
hahaha I looked at the code and came to the conclusion that if your project was done earlier (before 16.1.1) then the style code for the current page of the drop-down menu is not generated by the program !!!! but if you create a new project, everything works! this is their mistake !!!! you can temporarily use my code that I gave you ... and you will have a white background on the current page ...
Author
thank you, I will try to use style there. it is strange menu behavior but ... this is what we've got.