Create non-transparent div on top of transparent parent element

前端 未结 7 1683
渐次进展
渐次进展 2020-12-29 04:35

EDIT: Changed title to actually be correct

I\'m trying to simulate a modal popup in all HTML and CSS and am having a bit of bad luck w

相关标签:
7条回答
  • 2020-12-29 05:28

    Try this

    <div  class="" id="" style=" background: none repeat-x scroll 4px 3px lightgoldenrodyellow; left: 450px;  width:470px; text-align:center; height: 45px; position: fixed; 
      opacity:0.90;
        filter:alpha(opacity=40);
        z-index: 1000; ">
    </div>
    
    0 讨论(0)
提交回复
热议问题