Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 UiBinder 文件中看到这段代码
<g:AbsolutePanel> <g:at left='10' top='20'> <g:Label>Lorem ipsum...</g:Label> </g:at> <g:Label>...dolores est.</g:Label> </g:AbsolutePanel>
Gwt,如何使上述AbsolutePanel具有透明背景?
你可以使用 css 来做到这一点。
.transparent { z-index: 2; opacity: 0.9; }
根据您的喜好更改不透明度级别。然后将此类添加到您的绝对面板