Jump to content
  • 0

Подскажите нубу


IgnatVoronov
 Share

Question

Начал изучать сайто-строение, для примера решил сделать сайт о группе SOAD...

вот код:

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset="utf-8">
<title>SOAD</title>
<style>
.center {
width: 800px; /* Ширина элемента в пикселах */
height: 1000px;
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
background: #000000; /* Цвет фона */
}
body {
background: #333333; /* Цвет фона */
color: #fff; /* Цвет текста */
}
</style>
</head>
<body>
<div class="center">
<img src="shapka.png" width="800" height="65" alt="">
<img src="hand.png" width="338" height="316">
</div>
</body>
</html>

тело сайта, наверху шапка - картинка, еще одну вставил хочу ее в правый нижний угол сайта, какие параметры нужно задать и как правильно это сделать для этой строчке - <img src="hand.png" width="338" height="316">

спасибО :) сильно не судите за нубство)

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

.center {
width: 800px; /* Ширина элемента в пикселах */
height: 1000px;
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
background: #000000; /* Цвет фона */
position:relative;
}
img{position:absolute;right:0px; bottom:0px;}

Edited by Krote
Link to comment
Share on other sites

  • 0



position:relative;
}
img{position:absolute;right:0px; bottom:0px;}

он переносит сразу две картинки вниз-вправо, а мне нужно только одну, а чтоб картинка-шапка осталась наверху...

т.е. нужно чтоб только hand.png была внизу-справа

Edited by IgnatVoronov
Link to comment
Share on other sites

  • 0

<img class="right" src="hand.png" width="338" height="316">

.right {position:absolute;right:0px; bottom:0px;}

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset="utf-8">
<title>SOAD</title>
<style>
.right {position:absolute;right:265px; bottom:-366px;}
.center {
width: 800px; /* Ширина элемента в пикселах */
height: 1000px;
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
background: #000000; /* Цвет фона */
}
body {
background: #333333; /* Цвет фона */
color: #fff; /* Цвет текста */
}
</style>
</head>
<body>
<div class="center">
<img src="shapka.png" width="800" height="65" alt="">
</div>
<div class="right">
<img src="hand.png" width="224" height="273">
</div>
</body>
</html>

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

Link to comment
Share on other sites

  • 0
он переносит сразу две картинки вниз-вправо, а мне нужно только одну, а чтоб картинка-шапка осталась наверху...

т.е. нужно чтоб только hand.png была внизу-справа

а ты картинке класс задай и вместо img напиши класс картинки

.center {
width: 800px; /* Ширина элемента в пикселах */
height: 1000px;
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
background: #000000; /* Цвет фона */
position:relative;
}
.img{position:absolute;right:0px; bottom:0px;}

Link to comment
Share on other sites

  • 0

ага, получилось, спасиб)

 <style>

.center {
width: 800px; /* Ширина элемента в пикселах */
height: 1000px;
padding: 10px; /* Поля вокруг текста */
margin: auto; /* Выравниваем по центру */
background: #000000; /* Цвет фона */
position:relative;
}

.img{
position:absolute;
right:0px;
bottom:0px;
}

body {
background: #333333; /* Цвет фона */
color: #fff; /* Цвет текста */
}
</style>
</head>
<body>
<div class="center">
<img src="shapka.png" width="800" height="65" alt="">
<img class="img" src="hand.png" width="224" height="273">
</div>

как то так)

Link to comment
Share on other sites

  • 0

подскажите как сделать вот так:

sm_4e630400.png

вот код этого элемента что мне нужно поместить вправо-вниз

 <div id="centered_div">
<p>Time left:</p>
<div id="counter">
<div id="counter_item1" class="counter_item">
<div class="front"></div>
<div class="digit digit0"></div>
</div>
<div id="counter_item2" class="counter_item">
<div class="front"></div>
<div class="digit digit0"></div>
</div>
<div id="counter_item3" class="counter_item">
<div class="front"></div>
<div class="digit digit_colon"></div>
</div>
<div id="counter_item4" class="counter_item">
<div class="front"></div>
<div class="digit digit0"></div>
</div>
<div id="counter_item5" class="counter_item">
<div class="front"></div>
<div class="digit digit0"></div>
</div>
</div>
<p style="margin-top: 20px">
<a href="javascript:;" onclick="CounterInit(600); return false;">10 min</a>
</p>
<p>
<a href="javascript:;" onclick="CounterInit(10); return false;">10 sec</a>
</p>
</div>

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