Jump to content
  • 0

Ссылка с абсолютным позиционированием над рисуноком


Razor
 Share

Question

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<style type="text/css">
a {
border: 1px solid green;
display: block;
position: absolute;
top: 0;
width: 200px;
height: 150px;
}

img {
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<img src="/img/hhh.hhh" />
<a href="">link</a>
</body>
</html>

Путь рисунка - для примра, чтобы он его вывести пытался.

Конкретно ссылка над рисунком не работает - в других местах (где с рисунком не пересекается - норм) это для Опера 9.64 и ИЕ, в ФФ3 норм...

как можно поправить? или может я чего не так сделал? :/

Заранее спасибо

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Насчет фона - спасибо)

Нее, там такая штука что имеенно ссылка должна влиять не на все изображение.

Насчет onclick - вообще трушный способ. спасибо))

Итого пути решения:

- сделать фоном ссылки однопиксельный прозрачный .gif (извращение)

- добавление к ссылки атрибута onclick без значения

- background: url(about:blank); для ссылки

- погрузить img в тего <a> - но это немного отличается от условия

Edited by Razor
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