Верстаю несложный шаблончик. Там в шапке есть меню вертикальное, выполненное в виде ненумерованого списка. Так вот это меню в осле и в лисе отображается абсолютно по разному(((
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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
rijy
Здравствуйте!
Верстаю несложный шаблончик. Там в шапке есть меню вертикальное, выполненное в виде ненумерованого списка. Так вот это меню в осле и в лисе отображается абсолютно по разному(((
Вот так в лисе (нормально):
а вот так в горячо любимом осле:
Вот кусок css для этого меню:
.menubox { float: left; background: #fff url(../images/menubox_1.png) no-repeat left top; width: 292px; height: 349px; }
.most_image { float: right; width:588px; height:349px; }
#spisok {
margin-left: -30px;
font-size: 2.8em;
font-family:"Times New Roman";
font-weight: normal;
font-variant: small-caps;
}
#spisok ul {
list-style-type: square;
color: #a8a8a8;
}
#spisok li a {
color: #d10800;
}
#spisok li a:hover {
color: #ED2A2A;
}
Вот кусок шаблона:
Скажите пожалуйста, откуда появились артефакты со шрифтом в осле?
Спасибо.
Link to comment
Share on other sites
4 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.