如何在透明元素上添加不透明元素?

时间:2016-07-26 03:58:01

标签: php html css element

好的,我有“http://hastebin.com/julayefoto.xml”,我希望“测试测试”的内容不透明但气泡要透明。有人可以帮忙吗?谢谢:))

1 个答案:

答案 0 :(得分:0)

opacity: 1添加到css类one

div.one {
    color: white;
    position: relative;  
    width:100%;
    font-family: arial;
    opacity:1;
}