ok, is this possible and if so what would the code look like? I want to put 2 exact same size tables in one div, top table is transparent so basically u can see through to the bottom table, now if this is possible how would links work, would links on the bottom table be clickable seeing as there is a table over top of them? or would it be better to do exact size div over exact size div? What im trying to ultimately get to is this... bottom layer has background image plus links... i want to put a transparent gif over EXACT coordinates of the bottom/background image while being able to still click the links. something like: background on z-index 1 transparent image on z-index 2 Now to achieve ^ that, rather it be table/div or whatever, ultimately will that top table/div negate being able to click links that are below it even if that top index is transparent? Let me give u another example using z-index... if there are scrollbars on z-index1, but I have a transparent div over it on z-index 2, will the scrollbars still be able to be used?
It would be much easier to put all your images as one layer in the background and position your links over it so thats the way it looks. It's really hard to say without seeing the page you're creating but your way seems unnecessarily complicated
but im trying to place a transparent gif on top div, but want to be able to click on link directly under that top div... where the link is on bottom div. like, say there is a link of the letter "A" in text on bottom div. If i make another div/transparent and higher zindex with a transparent gif image on that top div that is a circle with the center cut out exposing the letter/link "A" on the bottom div... visually it is not a prob, the question is will u still be able to click the link/letter "A"?