The Un-Official Proxomitron Forum
"Google Toggle: Left NavBar" transparency problem with Mozilla and Opera. - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+---- Forum: Fixed/Confirmed Bugs (/forumdisplay.php?fid=46)
+---- Thread: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera. (/showthread.php?tid=1786)



"Google Toggle: Left NavBar" transparency problem with Mozilla and Opera. - JJoe - Jun. 19, 2011 02:43 AM

The toggled div, prox-nav, isn't hiding the elements behind it.
[attachment=679]

To compensate I have added a z-index statement to google-css-alt.css.

Before
Code:
/* Fix borders for LeftNav toggle */
div.prox-nav {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: black;
}

After
Code:
/* Fix borders for LeftNav toggle */
div.prox-nav {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: black;
  z-index:1;
}

Any complaints or better (I'm not a css expert) solutions?


RE: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera. - sidki3003 - Jun. 20, 2011 04:35 PM

Cannot currently confirm issue for google.com from Berlin Germany and Boynton Beach US (i.e.: it works in Fx 3.6.17).


RE: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera. - JJoe - Jun. 22, 2011 03:54 AM

I knew somebody would say something like that. Problem persists after updated to 3.6.17 and then 5.0.

Will try fresh set installation and check again later. I don't use it often enough to connect a set change to the misbehavior. It did once work correctly.

Would adding a z-index statement cause problems?

Thanks


RE: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera. - sidki3003 - Jun. 22, 2011 06:22 PM

Most likely not. Thanks for caring. Smile!


RE: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera. - eclipse - Jun. 27, 2011 03:01 AM

I can confirm the problem in Opera 11.11, and I can also confirm the z-index fixed it!

Thanks JJoe!