Jump to content
  • 0

Требуется небольшое пояснение


goodguy
 Share

Question

Всем доброго времени суток. Просьба сильно не пинать, если вопрос вам покажется глупым :P, я всего 3й день изучаю css и пока очень мало практики, сплошная теория.

Парни, поясните, плз, как опустить ссылки пониже с помощью css.

В общем вот код страницы:

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>trial</title>
<link rel="stylesheet" type="text/css" href="trial.css">
</head>

<body>
<div id="top"></div>
<div id="menubar"></div>
<div id="navi_bar"><a href="#" class="friends">Friends</a><a href="#" class="wall">Wall</a></div>
<p class="shit"></p>
</div>
</body>
</html>

Вот так я ее описал в css:

@charset "utf-8";
/* CSS Document */
body
{
padding:0px;
width:800px;
margin:0;
margin-left:auto;
margin-right:auto;
position:relative;
background-color:#dbf1da
}


.shit
{
position:relative;
background-color:#c2eac0;
width:278px;
float:right;
margin-top:0px;
margin-bottom:30px;
height:1000px;
padding:10px;
text-align:justify;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
}
#top
{
height:149px;
width:800px;
background-image:url(images/top.jpg)
}
#menubar
{
height:39px;
width:800px;
background-image:url(images/menu_bar.png)
}
#navi_bar
{
height:30px;
width:800px;
margin-top:0px;
background-image:url(images/navi_bar.png)
}
div#navi_bar > a:link, a:visited
{
color:#FFF;
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
font-size:12px;

}
div#navi_bar > a:hover
{
color:#360;
text-decoration:none;
font-size:12px
}
.friends /*стиль ссылки на страницу друзей*/
{
padding:30px;
}
.wall
{
padding:60px;
margin-bottom:10px
}

а вот так она выглядит:

4c922f56f8af.jpg

Короче говоря требуется опустить ссылки Friends и Wall так, чтобы они располагались по центру кнопок. Как двигать в лево и в право я понял, но как сделать снизу и сверху равные отступы разобраться не могу <_<

где у меня в коде ошибка?

Edited by goodguy
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Nekromancer, точно, спасибо <_<

Всё заработало, как я сам не додумался использовать такой подход.

небольшой оффтоп, А где у вас ссылка на правила форума? Или их тут нет?

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