|
|
|
| <html>
<head>
<title>Untitled Document</title>
<STYLE type="text/css">
DIV { font-size: 72; font-weight: bold }
#div1 { top: 50; left: 50; position: absolute; z-index: 1}
#div2 { top: 50; left: 100; position: absolute; z-index: -1}
#div3 { top: 50; left: 150; position: absolute; z-index: 1}
#div4 { top: 50; left: 200; position: absolute; z-index: -1}
</STYLE>
</head>
<body>
<div id="div1">J</div>
<div id="div2">A</div>
<div id="div3">V</div>
<div id="div4">A</div>
</body>
</html>
Помогите разобраться:
Этот скрипт взял из книжки. В IE ничего не выходит? Вместо слова получается козябр в верхнем левом углу. В чем дело? | |
|
|
|
|
|
|
|
для: and200
(30.04.2009 в 11:44)
| | Всегда-всегда указывай размерность. px, pt, em или %.
top:50px;... | |
|
|
|
|
|
|
|
для: DJ Paltus
(30.04.2009 в 11:54)
| | Все получилось, спасибо!!! | |
|
|
|