Is it possible to create "CSS3 Transform Skew One Side"
I found one solution, but it's not useful to me, because I need to use a image for background (not color)
#skewOneSide {
border-bottom: 40px solid #FF0000;
border-left: 50px solid rgba(0, 0, 0, 0);
height: 0;
line-height: 40px;
width: 100px;
}
Even this JsFiddle is not useful as well (skewed area should be transparent)
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…