Jump to content
  • 0

В IE6 в стилях не работает тег BODY


Stran
 Share

Question

Приветствую.

Ситуация следующая:

Создаю встроеную таблицу стилей, например:

<html>
<head>
<style type="text/css">
<!--
BODY {
background-color: #99653e;
color: #f0f;
}
-->
</style>
</head>
<body>
текст
</body>
</html>

Вс? прекрасно работает в IE 6, однако стоит вынести таблицу стилей в отдельный файл как тег BODY в IE 6 переста?т работать (все остальные теги работают нормально а вот BODY не работает) в Opera все теги работают нормально.

Подскажите, так ли это или я в ч?м то не прав, В ч?м ошибка и как исправить?

Вот листинг раздельных html и css:

<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
текст
</body>
</html>

<style type="text/css">
BODY {
background-color: #99653e;
color: #f0f;
}
</style>

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
 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