Anthony Leboeuf(Worcester Wide Web) schrieb:
Hello everyone,
Having a problem with thickbox, if you click "send to a friend" on the
top right of this page http://wcmp.org/ You can see that some elements
show through, I tried fixing this with z-index. I believe its because
the menu css is set to absolute. Is there any way to fix this?
Thanks
-Tony
You have here set to 999 in thickbox is set to 100 for the overlay, you
can fix this so:
.topnav li {
float:left;
list-style:none;
position:relative;
z-index:99;
}
in your styles.css
--
Viele Grüße, Olaf
-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------