Jump to content
  • 0

как добавить див через :before for ie6?


bot87
 Share

Question

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<style type="text/css">
*{padding:0;margin:0}
div{position:relative}
.zi{width:500px;
height:200px;
border:3px solid red;
z-index:expression(runtimeStyle.zIndex=1,insertAdjacentHTML('afterBegin','<div class="ab"></div>'));}
.ab{position:absolute;
left:100px;
height:100px;
width:100px;
background-color:yellow;
top:40px;}
</style>
</head>

<body>
<div>
<div class="zi">
</div>
</div>
</body>
</html>

где ошибка???всем кто помог пасиб

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Пример значит:

.rounded{ zoom: expression(
runtimeStyle.zoom = 1,
insertAdjacentHTML('afterBegin',
'<span style="background:url(images/sprite-bg.png) no-repeat 0 -20px;height:3px;margin:0 -1px;display:block;overflow:hidden;position:relative;text-align:left;"></span>'),
insertAdjacentHTML('beforeEnd',
'<span style="background:url(images/sprite-bg.png) no-repeat 0 -23px;height:3px;margin:0 -1px;display:block;overflow:hidden;position:relative;text-align:left;"></span>')
); }

  • Like 1
Link to comment
Share on other sites

  • 0

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Решение карты изображений на CSS</title>
<style type="text/css">

#test.on { background:red; }
#test.off { background:blue; }
</style>
</head>

<body>
<p id="test" class="off">thth</p>
</body>
</html>

смотреть в ие6!!

Link to comment
Share on other sites

  • 0
смотреть в ие6!!

Вы хотите сказать, что конструкция #test.off не работает. Охотно верю. Конституцию вида .test.test он тоже не поддерживает. Стоит ли из-за этого расстраиваться? Нет, не стоит, так как вариантов решение куча. Тут вам и .test-off и .test-block .off ит. д. Именно конструкция #test.off нужна не часто. Я вот сейчас не могу придумать адекватного применения для неё. К тому же от IE6 можно кое-где уже отказываться.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy