Jump to content
  • 0

Не работают ссылки


vzdrizd
 Share

Question

Здравствуйте. Я начинающий молодой web-программист столкнулся с проблемой при верстке сайта для IE7 и IE8 обнаружил, что в некоторых слоях <div> ссылки работают, а в других нет, в чем разница между ними понять не могу.

Вот CSS и HTML-код с неработающими ссылками.

<div class="header" style>

<a href="index.html">текстовая ссылка</a>

<a href="index.html"><img src="images/buttoms/passive/onmain_but.jpg" height="40" alt="Фотография" border="0" ></a>

<a href="aboutus.html"><img src="images/buttoms/passive/aboutus_but.jpg" height="40" alt="Фотография" border="0"></a>

<a href="ourservice.html"><img src="images/buttoms/passive/services_but.jpg" height="40" alt="Фотография" border="0"></a>

<a href="ourproject.html"><img src="images/buttoms/passive/projects_but.jpg" height="40" alt="Фотография" border="0"></a>

<a href="contacts.html"><img src="images/buttoms/passive/contacts_but.jpg" height="40" alt="Фотография" border="0"></a>

</div>

div.header{

min-width: 900px;

width: 100%;

height: 170px;

position:absolute;

margin: 0;

padding-top: 57px;

}

Ссылка <a href="index.html">текстовая ссылка</a> добавлена для примера, чтобы показать, что не работают не только ссылки-изображения.

Вот HTML-код и CSS с работающими ссылками.

<div class="mainbody">

<div class="leftpart">

<div id="forwhat">

Здесь ссылки работают <a href="ourservice.html">ссылка</a>

</div>

</div>

</div>

div.mainbody{

font-family: Segoe script;

position:absolute;

border: solid 2px brown;

}

div.leftpart{

border: solid 2px brown;

width:60%;

min-width: 340px;

height: 40%;

max-height: 300px;

padding-top:8%;

text-align: left;

direction: rtl;

color: white;

margin-left: 50px;

overflow: auto;

}

Такая ситуация под всеми браузера. Ка решить эту проблему я не знаю. Может кто-нибудь помочь?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

сделайте для всех ссылок hover чтобы при наведении они меняли цвет. Далее смотрите если при наведении цвет не меняется значит сверху лежит слой, который и препятствует этому. Скорее всего у этого слоя не задана ширина или высота или наоборот стоит слишком большая.

Firebug поможет

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