Jump to content
  • 0

При верстке в utf-8, IE-6 как-будто не видит css...


Sotnikov
 Share

Question

Привет. Такая проблема, есть страница к примеру.

В header'e расположены 2 блока ? 1. лого 2. правый блок, расположенный по правому краю.

Если заметить, кодривка стоит - utf-8, при этой кодировке IE-6 как будто не видит стилей..т.е. правый блок не выравнивается по правому и что бы я не делал, какие бы стили я не прописывал в CSS, он их игнорирует, а если прописать их в самом div'e то все нормально... и ЕЩЕ ! когда я меняю кодировку на windows-1251, то УРА, ЗАРАБОТАЛО!

В чем дело? Нужно разобраться... и надрать этому IE его наглый зад!)

CSS

body { margin: 0; padding: 0 15px 0 15px; font-family: Arial; font-size: small; background: #fff; color: #404040; background: url(../img/top-bg.gif) repeat-x top left; }
a { color: #2f6cb7; text-decoration: underline; }
a:hover { color: #2f6cb7; text-decoration: none; }
.clear { clear: both; font-size: 1px; height: 1px; }
img, div { behavior: url("css/png.htc"); }

/* голова сайта */
#header { height: 158px; margin: 0; padding: 0; list-style: none; }
#header .brand { float: left; margin: 0; padding: 0; }
#header .right-block { float: right; }

Html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<title>WM</title>

</head>

<body>

<div id="header">
<div class="brand">
<img src="img/logo.png" style="width: 215px; height: 144px;" />
</div>

<div class="right-block">
пример текста
</div>
</div>

</body>
</html>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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