Jump to content
  • 0

Перекрывание дивом навигационных кнопок в IE


Lex4e
 Share

Question

Здравствуйте!

Суть проблемы: Конттент рассположен в диве по центру окна. Кнопки меню по бокам от него и сверху (радугой). В ИЕ (в Опере и Мозиле глюка нет) кнопки по бокам не работают как ссылки.

Вот листинг:

<div align=center style="margin-top: 20px;">

<div class="menu">

<a href="index.php" onmousemove="big('glavnaya')" onmouseout="small('glavnaya')">

<img src="images/glavnaya.gif" id="glavnaya"/>

</a>

</div>

<div class="menu" style="width: 800px;">

<a href="dostatky.php" onmousemove="big('dostatky')" onmouseout="small('dostatky')"><img align=left src="images/dostatky.gif" id="dostatky" /></a>

<a href="order.php" onmousemove="big('order')" onmouseout="small('order')"><img align=right src="images/order.gif" id="order"/></a>

</div>

<div class="menu" style="width: 1000px; margin-top: 100px;">

<a href="haracteristic.php" onmousemove="big('haracteristic')" onmouseout="small('haracteristic')"><img align=left src="images/haracteristic.gif" id="haracteristic" /></a>

<a href="kontacts.php" onmousemove="big('kontacts')" onmouseout="small('kontacts')"><img align=right src="images/kontacts.gif" id="kontacts" /></a>

</div>

<style type="text/css" rel="stylesheet">

<!--В IE устраняются разрывы у бэкграунда в контенте-->

img {

margin-top: -2px;

margin-bottom: -4px;

}

</style>

<div width="500px" style="width: 500px; margin-top: -170px; ">

<img src="images/divTop.gif" />

<div align="justify" style="background-color: white; padding: 20px; width: 460px; ">

<div style="text-align: center;">

<img src="images/flashka.jpg" />

</div>

</div>

<img src="images/divBottom.gif" />

</div>

</div>

В ИЕ не работает CSS-свойство width(((

Заранее благодарен за помощь

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Не судите строго - сайт только начал писать. В инете его ещё не выложил.

Относительно дива - <div width="500px" style="width: 500px; margin-top: -170px; "> - этот див в IE растянут на всю ширину окна и перекрывает кнопки меню

Link to comment
Share on other sites

  • 0

дайте полный листинг с кодом, не очень хочется собирать все по частям, думаю ошибки у вас в не закрытх тегах или перекрытии тегов, проверяйте на валидность: http://validator.w3.org/

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