The Un-Official Proxomitron Forum

Full Version: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Cannot currently confirm issue for google.com from Berlin Germany and Boynton Beach US (i.e.: it works in Fx 3.6.17).
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
Most likely not. Thanks for caring. Smile!
I can confirm the problem in Opera 11.11, and I can also confirm the z-index fixed it!

Thanks JJoe!
Reference URL's