Post Reply 
"Google Toggle: Left NavBar" transparency problem with Mozilla and Opera.
Jun. 19, 2011, 02:43 AM
Post: #1
"Google Toggle: Left NavBar" transparency problem with Mozilla and Opera.
The toggled div, prox-nav, isn't hiding the elements behind it.

.png  transparentb.png (Size: 58.55 KB / Downloads: 883)

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?
Add Thank You Quote this message in a reply
Jun. 20, 2011, 04:35 PM
Post: #2
RE: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera.
Cannot currently confirm issue for google.com from Berlin Germany and Boynton Beach US (i.e.: it works in Fx 3.6.17).
Add Thank You Quote this message in a reply
Jun. 22, 2011, 03:54 AM
Post: #3
RE: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera.
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
Add Thank You Quote this message in a reply
Jun. 22, 2011, 06:22 PM
Post: #4
RE: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera.
Most likely not. Thanks for caring. Smile!
Add Thank You Quote this message in a reply
Jun. 27, 2011, 03:01 AM
Post: #5
RE: "Google Toggle: Left NavBar" transparency problem with Mozilla and Opera.
I can confirm the problem in Opera 11.11, and I can also confirm the z-index fixed it!

Thanks JJoe!
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: