Menu disappears in Thickbox

ssperlich / 2012-10-08 08:17:26   

Hello have searched the forum on this and realize it could be my bad html/ or perhaps it is something I can fix in the jquery.thickbox.css? Is someone kindly able to help me :)

sperlich.tv/root/dark-days/

lx / 2012-10-08 08:53:44   

Seems as if the thickbox background is completely opaque. It should be slightly transparent by default. What is the entry #TB_overlay looking like in your jquery.thickbox.css?

lx / 2012-10-08 08:56:36   
  1. This is what I have:
  2. /* white background - default */
  3. #TB_overlay {
  4.     position: absolute;
  5.     z-index:100;
  6.     top: 0px;
  7.     left: 0px;
  8.     background-color:#fff;
  9.     filter:alpha(opacity=9);
  10.     -moz-opacity: 0.9;
  11.     opacity: 0.9;
  12.     min-height:100%; 
  13.     height: auto; 
  14.     _height:100%;
  15. }
Vaska A / 2012-10-08 11:26:14   

This is always an indication that you have malformed html somewhere - usually it's the stuff you input into the PreNav space.

ssperlich / 2012-10-09 07:37:03   

Hello! Thank you for the response. I want the background to be opaque as the semi transparency looks messy to me.

Vaska this is what I have in my pre-nav:


anything look strange to you?

ssperlich / 2012-10-09 07:39:35   
  1.  <%obj_name%>
  2. <a href='<%baseurl%><plug:ndxz_rewriter url='/about-this-site/' />'></a> 

eeek hope that works!

This thread has been closed, thank you.