0

我正在尝试为 TeamSpeak 3 创建一个新主题,我需要一个具有透明背景的图像来悬停和缩放背景。我该怎么做呢?

我尝试在背景图像:下添加常规图像:,图像位置:等,但它不起作用。

编辑:这是我需要添加图像的聊天的 CSS。

ChatTab {
border-image: url('Styles/Valor/Images/chatarea.png');
border-right: 5px transparent;
border-left: 5px transparent;
background-color: #121212;
text-transform: normal;
font-family: Helvetica, Arial, sans-serif;
color: #cccccc;
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
padding-bottom: 4px;
show-decoration-selected: 0;
background-image:url('Styles/Valor/Images/top2.png');
background-position:right bottom;
background-repeat: repeat-xy;
background-attachment: fixed;

}
4

0 回答 0