Jump to content
  • 0

нужна помощь в css


ask1503
 Share

Question

почему эта менюшка в браузерах по разному смотрится??

#menu_it {

font-size: 0.95em;

height:2.8em;

color: #000;

width: 568px;

float:right;

}

#menu_it a {

display:block;

float:left;

color: #003388;

background-color: #fff;

text-align:center;

padding: 8px 18px;

margin-right: 2px;

}

#menu_it a:hover {

color: #FFA500;

background-color: #f5f5f5;

}

/* Header */

#header {

width: 1024px;

height: 335px;

margin: 0 auto;

background: #FFA500 url(images/header2.jpg) no-repeat left top;

}

т.е. в IE видиться сверху header? а в Mozilla, Ghrome, Opera - внизу header/

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
почему эта менюшка в браузерах по разному смотрится??

#menu_it {

font-size: 0.95em;

height:2.8em;

color: #000;

width: 568px;

float:right;

}

#menu_it a {

display:block;

float:left;

color: #003388;

background-color: #fff;

text-align:center;

padding: 8px 18px;

margin-right: 2px;

}

#menu_it a:hover {

color: #FFA500;

background-color: #f5f5f5;

}

/* Header */

#header {

width: 1024px;

height: 335px;

margin: 0 auto;

background: #FFA500 url(images/header2.jpg) no-repeat left top;

}

т.е. в IE видиться сверху header? а в Mozilla, Ghrome, Opera - внизу header/

что бы правильно ответить на Ваш вопрос не помешал бы и HMTL код, конечно можно предположить какой код, но хотелось бы точный код :blink:

Link to comment
Share on other sites

  • 0

<div id="wrapper" style="border:5px solid #FFA500;">

<div style="clear: both;"> </div>

<div id="menu_it">

<a href="index.htm">Главная</a>

<a href="onas.htm">О нас</a>

<a href="uslugi.htm">Услуги</a>

<a href="akcii.htm">Акции</a>

<a href="contact.htm">Контакты</a>

</div>

<!-- end #menu_it -->

<div id="header">

<img src="images/logo3.jpg" alt="Яна" style="margin-left: 0px;" />

</div>

<!-- end #header -->

вот html код для той части сайта...

в IE менюшка ровно над header находится, а в Mozilla, Opera, Chrome менюшка падает прям на header...

мне надо чтоб она была как в IE... над header.

в IE менюшка ровно над header находится, а в Mozilla, Opera, Chrome менюшка падает прям на header...

мне надо чтоб она была как в IE... над header.

Edited by ask1503
Link to comment
Share on other sites

  • 0

#header {clear:both;}

где Вы это нашли... такого у меня нет!!!

этот div - <div style="clear: both;"> </div> находится в div wrapper как отступ что бы там впихнуть логотип.

к header никакого отношения не имеет...

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