|
This is a known bug and fairly well documented if you do a search on it. IE is wrong in the way it creates the stacking order z-indexing. Part of your problem is that the cartoon and the menu are in different 'containers' so you wind up with different stacking orders that don't relate to each other.
What I had to do in a similar situation was to force the stacking order by giving each parent element a z-index, starting with the main container with z-index:1 and adding a higher z-index to each of the child containers until the element I wanted on top would go where I wanted it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|