Jump to content
  • 0

Проблемы с отображением В IE и Opera


drago17
 Share

Question

Добрый день!

Я не так давно занимаюсь веб строительством,

возникла проблема с отображением части сайта в разных браузерах:

CMP_browsers.jpg

вот код этой части сайта:

<div align="left" id="topMenu">
<img src="i/topMenuLeft.jpg">
<div id="topMenuContent">
<table>
<tr bgcolor="#052d0d">
<td><a href="......"> Вход </a></td>
<td><a href="......"> Регистрация </a></td>
<td><a href="......"> Кабинет </a></td>
<td><a href="......"> Корзина </a></td>
<td><a href="......"> Выход </a></td>
</tr>
</table>
</div>
<img src="i/topMenuRight.gif" >
</div>

CSS:

#topMenu {
height: 52px;
background: #052d0d;
}
#topMenu img {
/*display: block;*/
float: left;
}

#topMenuContent {
float: left;
width: 416px;
padding: 0 30px;
overflow: hidden;

}
#topMenuContent table {
width: 416px;
}
#topMenuContent td {
/*width: 20%; */
}
#topMenuContent td a {
display: block;
height: 52px;
padding: 0 17px;
line-height: 52px;
color: white;

text-decoration: none;
}

Если кто подскажет в чём причина "сдвига" структур в IE буду очень благодарен.

Edited by drago17
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
DOCTYPE выставлен? Если не знаете, что такое, то какая у вас первая строчка в коде хтмл?

насколько я понял да.

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

Почему то у меня такое ощущение что траблы в цсс'ке...

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