Jump to content
  • 0

картинка перекрывает ссылку


Иван98
 Share

Question

Здравствуйте! Подскажите пожалуйста.

При наведении курсора на ссылку появляется картинка, но она перекрывает ссылку.

ДО наведения курсора http://hkar.ru/G26z

После наведения курсора http://hkar.ru/G26A

Хотя в стилях для картинки задано: 

a image {visibility: hidden; position: absolute; z-index:1;}

А для ссылки при наведении:

a:hover text {text-decoration: underline; position: absolute; z-index:100;}

Весь код:

<html> <head>  <meta charset="utf-8">  <title></title>   </head> <body>    <svgxmlns="http://www.w3.org/2000/svg" version="1.1"xmlns:xlink="http://www.w3.org/1999/xlink"width="330" height="330" viewBox="-18 -15 330 330"><path id="link1" d="M20,150 A130,130 0 1,1 20,150.01"stroke="grey" fill="none"/><style>  a image {visibility: hidden;  position: absolute; z-index:1;}  a:hover image {visibility: visible;}  a:hover text {text-decoration: underline; position: absolute; z-index:100;}         </style>	<a xlink:href="http://www.tolstoy.ru"  xlink:show="new"><text font-size="16" font-family="arial" fill=" #0000FF"><textPath xlink:href="#link1" startOffset="0%">tolstoy.ru</textPath></text><image xlink:href="images/okr2.png" height="330" width="330" x="-18" y="-15"/></a></svg> <object data="link.svg" type="image/svg+xml" width="400" height="400" style="position: absolute; opacity: 1; ; top: 300px; left: 460px;" ></object></body></html>

Также код вот здесь: http://codepen.io/anon/pen/vLZxea

Заранее спасибо за помощь.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

z-index вроде не работает для svg. Зависит от порядка элементов, поставьте картинку перед текстом.

http://codepen.io/corvus-007/pen/LGLyJK?editors=100

Я так тоже пробывал, но к сожалению когда ссылок больше чем одна, при переводе курсора с одной ссылки на другую предыдущая исчезает. http://codepen.io/anon/pen/PZjxVR

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