Forum Moderators: open
I've writing this webpage for some time, and i am on the process of finishing it. But, before, i am stuck in one problem - some of the links don't work, whatever i do. I think it has something to do with the nested table design, because if i cut and paste it somewhere else, it works. The problem is that i can't figure WHERE's the problem.
Here's the link for the webpage : <Sorry, no personal URLs. See TOS [webmasterworld.com]>
Also, when IE blocks the active content, the links also works...any clues?
Thanks,
Ivan Jangoux
[edited by: tedster at 7:10 am (utc) on Jan. 4, 2005]
[validator.w3.org...]
Kaled.
Te line is :
.popup { POSITION: absolute; visibility: hidden; BACKGROUND-COLOR: white; LAYER-BACKGROUND-COLOR: white; width: 200; BORDER-LEFT: 1px solid black; BORDER-TOP: 1px solid black; BORDER-BOTTOM: 3px solid black; BORDER-RIGHT: 3px solid black; PADDING: 3px; z-index: 10 ; text-color:#888888; } When i change the position to anything but absolute, the links work, but the design gets totally messed up, even if i change position values. Any clues?
If you don't use the z-index property on a layer, the document layers and divs just stack up from top to bottom (or is it bottom to top. Sorry.) Putting one above the other in a document would fix this, or put all your content in layers and assign the link layers the highest z-index.
Sorry for the explanomanglaphobia. :-)