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

WBOY
Release: 2016-06-24 12:16:19
Original
1739 people have browsed it

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.

source:php.cn
Previous article:css_html/css_WEB-ITnose cannot be loaded in html Next article:Hide