Jump to content
  • 0

Позиционирование картинки


Иван98
 Share

Question

Добрый день, друзья!

Помогите пожалуйста разобраться.

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

 <image xlink:href="images/okr1.jpg" width="100%" height="100%" x="200" y="100"/> 

Хотелось чтобы картинка целиком появлялаяь снизу под окружностью.

Ниже весь размещён код:

<!DOCTYPE html><html> <head>  <meta charset="utf-8">  <title></title>   </head> <body> <object data="link.svg" type="image/svg+xml" width="400" height="450" ></object></body></html>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400">    <title></title>    <desc></desc>    <style>        a image {            visibility: hidden;        }        a:hover image {            visibility: visible;        }    </style>    <path id="mypath2" d="M50,150 A130, 130 0 1,1 50,150.01" stroke="grey" fill="none"/>    <a class="okrug" xlink:href="http://www.ya.ru" xlink:show="new">        <text font-size="17" font-family="arial" fill=" #0000FF">            <textPath xlink:href="#mypath2" startOffset="35%">ya.ru</textPath>        </text>        <image xlink:href="images/okr1.jpg" width="100%" height="100%" x="200" y="100"/>    </a></svg>

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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