Jump to content
  • 0

Проблема с кроссбраузерностью


Patriot_spb
 Share

Question

Здравствуйте! Помогите пожалуйста - очень надо, а то дело простаивает - пишу сайт www.zhivoyfest.ru

И вот проблема - собственно

#content { /* Основное содержание страницы */
background:
#6a6a6a
url("img/3.jpg")
no-repeat;
border: solid 1px black; /* Параметры рамки */
width: 700px;
min-height: 94px;
margin-left: 250px; /* Отступ слева */
margin-bottom: 20px /* Отступ снизу */
}

#content h{ /* Основное содержание страницы */
display: block;
font-size: 1.3em;
font-weight: bold;
text-decoration: none;
color: #bababa;
font-family: Verdana, Arial;
text-transform: uppercase;
padding: 12px 0px 14px 15px;
}

стиль content h в мозиле отображается как надо, а IE пофигу похоже на него, я и * html пробовал и форум почитал - не получается, может, я что не так пишу для IE?

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

Кто такое "h"

вот что дает валидатор

Cause:

You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

.........здесь он матерится......

line 36 column 2 - Ошибка: element "h" undefined

.........здесь он матерится......

Replace the tag with the equivalent in standard HTML.

References:

* http://www.w3.org/TR/CSS1#white-space

* http://www.w3.org/TR/html401/index/elements.html

* http://artikel.fabrice-pascal.de/xhtmlembed/

скорее всего надо ставить h с цифрой! почитать можно здесь = http://htmlbook.ru/html/h1...h6.html

и еще проверь сайт на валидность, исправь ошибки = все наладится Валидатор = <a href="http://validator.w3.org/" target="_blank">http://validator.w3.org/</a>

Edited by 3ABAPKA
Link to comment
Share on other sites

  • 0

Вот, вроде, уже более менее

пеменял h на h1 и в станице и в style.css

Это в style.css был код

в html к нему это

<div id="content">
<h1 style="color: white;"><span>НОВОСТИ</span></h1>

А теперь надпись 'НОВОСТИ' в IE не отстроена по вертикали и от левого края.

Не подстажите этот момент - как лучше сделать?

Все, отбой сам разобрался! ;)

Link to comment
Share on other sites

  • 0
А вообще-то интересно - могу ли я объявить в стилях css ну скажем

pp{

/*не важно*/

}

а потом уже в html пользоватся

<pp>ТЕКСТ</pp>

Вот такой вопрос.

На певрвый вопрос - да.

На второй - для XHTML да.

Link to comment
Share on other sites

  • 0

в пхп нельзя пользоваться тегами, там только функции и операторы) но если вы имели ввиду такую конструкцию:

<?

echo('<pp>WWW</pp>');

?>

То да)

to s0rr0w:

а все ли браузеры это поддерживают?(я про вторую часть вопроса))

Edited by Victor Ananiev
Link to comment
Share on other sites

  • 0

вот кусок кода на странице

<div id="niz">
<pp>
Все права защищены.
</pp><br />
<div id="niz">

Вот вырезка из style.css

pp{
color: white;
display: block;
padding: 0px; /* Поля вокруг абзаца текста */
font-size: 11px;
font-family: Verdana, Arial;
}

Как сделать так, чтоб во всех браузерах кореектно отображалось?

P.S. эталон - мозила 3.0.5 там как я хочу все.

Все это с сайта www.zhivoyfest.ru прямо в самом низу.

Link to comment
Share on other sites

  • 0
а все ли браузеры это поддерживают?(я про вторую часть вопроса))

Не испытывал на других браузерах после отрицательного результата в ИЕ.

Вопрос стоял, можно или нет. Можно. А вот где именно - это уже второй вопрос. ;)

Как сделать так, чтоб во всех браузерах кореектно отображалось?

Использовать только HTML-теги.

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