Jump to content
  • 0

Не работает стиль в Мозиле


okunev2
 Share

Question

Собственно есть сайт на нем стиль ссылок в листалке сообщений, в Опере и ИЕ выглядит одинаково и применяется стиль, но в Мозиле и Сафари стиль ссылок не применеятся!

<div id="number_vo"><span class="stil1">1</span> <span class="stil1_1"><a href="#">2</a></span></div>


#number_vo {
padding-bottom: 20px;
padding-top: 50px;
padding-right: 15px;
text-align: right;
}

.stil1 {
font-family: Trebuchet MS;
font-size: 1.5em;
font-weight: lighter;
color: #ef6e12;
padding-right: 3px;
padding-left: 3px;
}

.stil1_1 a {
font-family: Trebuchet MS;
font-size: 1.5em;
font-weight: lighter;
color: #516669;
padding-right: 6px;
padding-left: 6px;
text-decoration:underline;
}

.stil1_1 a:hover {
color: #ef6e12;
padding-right: 6px;
padding-left: 6px;
text-decoration:underline;
}

Как правильно поступить со стилями ссылок и прописать их, чтобы во всех браузерах это сработало? В чем моя ошибка?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Разобрался:

Если в имени шрифта содержатся пробелы, например, Trebuchet MS, оно должно заключаться в одинарные или двойные кавычки.

Ещё файрбаг показал, что часть кода которая написана в css в другой кодировке, перепечатал в ручную без копирования етот код и все заработало.

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