Jump to content
  • 0

Кроссбраузерная верстка (Windows VS Ubuntu)


Snek17
 Share

Question

Ребята, привет! Подскажите пожалуйста как решить следующую проблему:

делаю верстку страницы, в chrome (под Windows) меню отображается как "надо" , т.е. как на макете, вот скрин с сайта:

win_chrome.png

а вот при просмотре в chrome (через Ubuntu) текст и фоновая иконка

ubu_chrome.png

css


header{
padding-top: 10px;
margin: 0 auto;
width: 950px;
background: #fff;
display: block;
height: 123px;
}
header #moremenu{
float: left;
width: 100%;
margin-top: 10px;
}
header #moremenu .mail{
width: 159px;
float: left;
border-right: 1px solid #C2C7CC;
height: 33px;
padding-top: 17px;
}
header #moremenu .mail a{
background: url("images/mail.png") no-repeat scroll 19px 4px transparent;
color: #163d5f;
font-family: "HelveticaNeue";
font-size: 14px;
float: left;
position: relative;
padding-left: 42px;
}

html


<header>
...
<div id="moremenu">
...
<div class="mail">
<a href="#" title="E-mail підписка">E-mail підписка</a>
</div>
...
</div>
</header>

Подскажите, пожалуйста, как решить эту проблему чтобы в разных ОС отображалось одинаково:

win_chrome.png

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