Jump to content
  • 0

Хак для Оперы


Vlad
 Share

Question

Opera 9.27 не поддерживает конструкцию HTML:root DIV, которую понимают FF и Sa. Однако некоторые люди утверждают, что 9.62 версии Опера уже все поддерживает. У кого есть 9.50 версия или 9.62, проверьте пожалуйста следующий код. Если работает, цвет увидите оранжевый, нет - синий.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Хаки</title>
<style type="text/css">
HTML:root DIV {
background: #fc0; /* Для Firefox и Safari */
padding: 10px;
}
DIV {
background: #005b9a; /* Для IE и Opera */
}
</style>
</head>
<body>
<div>Lorem ipsum dolor sit amet...</div>
</body>
</html>

Заодно и вот этот код в указанных версиях. Принцип тот же - оранжевый цвет - работает, зеленый - не работает.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Хаки</title>
<style type="text/css">
HTML:first-child DIV {
background: orange; /* Для браузера Opera */
padding: 10px;
}
DIV {
background: green; /* Для IE, Firefox и Safari */
padding: 10px;
color: white;
}
</style>
</head>
<body>
<div>Lorem ipsum dolor sit amet...</div>
</body>
</html>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Опера не ИЕ. Оперу можно установить сколько угодно разных версий в разные папки.

Опера не ФФ. Оперу можно запустить сколько угодно разных версий одновременно.

Рендер разный, да. Но в чем проблема посмотреть в обоих я не понял :blink:

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