Home >Web Front-end >HTML Tutorial >Novice asking for help, regarding the transparent color of DIV border_html/css_WEB-ITnose

Novice asking for help, regarding the transparent color of DIV border_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-24 12:16:191762browse

Make the DIV border color and BODY background translucent!


Reply to discussion (solution)

css{border-image:url(img.png)}

css{border-image:url(img. png)}


Is that so? Tried to no avail. BODY background color is background:#5D66A2;
.HEADIMAGES {
border:3px;
border-image:url(img.png);
float:right;
}

Quoting the reply from xodbc on the 1st floor: css{border-image:url(img.png)}


Is that so? Tried to no avail. BODY background color is background:#5D66A2;
.HEADIMAGES {
border:3px;
border-image:url(img.png);
float:right;
}
I mean to achieve a translucent border effect by setting a picture format that supports a transparent channel for the border. img.png refers to the translucent border picture

Your question is very empty. If I make a style for you alone and you put it in your project, it may not be useful. You'd better post the problems you encounter directly so that others can help you solve them.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn