Jump to content
  • 0

Проблема cо ссылкой


fa_t
 Share

Question

Доброго времени суток друзья! Первый раз взялся что то пытаться сверстать. Естественно сразу проблема. 

 

Вот проблема:

0_103061_aedf3091_XL.jpg

 

В правом нижнем углу фотографии - ссылка(будущий логотип) EnjoyTrip. Собственно проблема в том, что при нахождении курсора чуть ли ни на моём лице, он уже меняется на ссылку. Т.е. находясь очень далеко от ссылки, он её уже видит.

 

Вот код:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>EnjoyTrip</title>
</head>
 
<body>
<div class="main">
    <div class="head">
        <h2><span>Добро пожаловать на блог Святослава Бойко!</span><br> Всё о самостоятельных бюджетных путешествиях, а так же о мире, дружбе и жвачке!</h2>
        <a href="/">EnjoyTrip</a>
        </div>
        
</div>
 
</body>
</html>
 
 
 
@charset "utf-8";
/* CSS Document */
*{
padding:0; margin:0;
}
body{
background:#DFD7B4 url(images/bg-body.jpg) center 50px no-repeat;
    }
 
.main{
width:970px; margin:0 auto;
     }
.head{
 }
 .head h2{
padding:80px 0 0 220px;
font: 16px "Arial"; color: #514C35;
 }
 .head h2 span{
 font-weight:bold;
 }
 .head a{
 display:block;
 text-decoration:none;
 color:white;
 padding:100px 0 0 1090px;
 }
 .head a:hover{
 color:green;
 }
 
  
 
Прошу Вас не не судить строго, так как первый раз сел делать что то подобное.
Заранее спасибо за помощь!

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
.head a {    display: block;    text-decoration: none;    color: white;    padding: 100px 0 0 1090px; } .head a:hover {    color: green; }

Скорее всего из-за этого. Во-первых, она блочная (т.е. на всю ширину), во вторых, зачем такой страшный padding? О_о

Edited by Aleksandr.L
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