* Problems with the new computer ...
* Why float: le doesn't work ...
* How to decide to marry for ...
1. ABCDEFGHIJKLMNOPQRSTUUVWXYZ;
2. png'shka (it is located here );
3. PNG human processing tool for IE5-6 (I use CSS - expression);
4. code that you will see below;
body {
background:#fff;
}
h2 {
background:#fff;
font:18px verdana, serif;
margin:0;
position: relative;
overflow: hidden;
width: 200px;
white-space:nowrap;
}
h2 span {
position: absolute;
width: 100%;
height: 20px;
background: url(bg.png);
background-position: right;
background-repeat: repeat-y;
}
.png { filter:expression(PNG(this)) }
ABCDEFGHIJKLMNOPQRSTUUVWXYZ
body {
background:#fff;
}
h2 {
background:#fff;
font:18px verdana, serif;
margin:0;
position: relative;
overflow: hidden;
width: 200px;
white-space:nowrap;
}
h2 span {
position: absolute;
width: 100%;
height: 20px;
background: url(bg.png);
background-position: right;
background-repeat: repeat-y;
}
.png { filter:expression(PNG(this)) }
ABCDEFGHIJKLMNOPQRSTUUVWXYZ
Source: https://habr.com/ru/post/22289/
All Articles