开发者

Problem with CSS3Pie alpha inheritance in IE8

开发者 https://www.devze.com 2023-04-03 02:08 出处:网络
I have some markup kind of like this <div class=\"background\"> <ul> <li class=\"tab\">tab</li>

I have some markup kind of like this

<div class="background">
  <ul>
    <li class="tab">tab</li>
    <li class="tab">tab</li>
    <li class="tab">tab</li>
    <li class="tab">tab</li>
  </ul>
</div>

Using css3pie I have a the background wi开发者_运维百科th an rgba transparency but the alpha from the background is cascading down to the tabs in ie8 only.

Does anyone know how I can stop that inheritance or if there is some configuration in css3pie that I need to do to stop that?


The position needed to be set to position: relative on the tabs

0

精彩评论

暂无评论...
验证码 换一张
取 消