Thread: Z-index problem
View Single Post
  #3  
Old 10-23-2010, 10:52 AM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: Z-index problem

I have the same problem! Everything was fine while I had the line
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
in
/customer/meta.tpl
but I had to comment that out because it was causing problems with vertical centring in IE8. When I commented it out, my dialog title disappeared, and I too have the inline style:

<div class="title" style="z-index: -1;">
(when viewed with IE Developer Tools)

yet when I view the source HTML in IE8, it just says
<div class="title">

Why would you want to set the heading to z-index -1 anyway?

Sorry for all the bold text, but bugs in the forum stop me from removing it.
__________________
X-Cart Gold Version 4.3.2
Reply With Quote