Jump to content
  • 0

Background


Travis44
 Share

Question

11 answers to this question

Recommended Posts

  • 0

Я имел ввиду, что background-repeat работает независимо от того какое значение background-position вы выставили. Поэтому можно начинать repeat c любой точки - на результат это не повлияет.

UPD:

А вообще psywalker прав - где-то вы мудрите батенька...

Edited by Great Rash
Link to comment
Share on other sites

  • 0
Я имел ввиду, что background-repeat работает независимо от того какое значение background-position вы выставили. Поэтому можно начинать repeat c любой точки - на результат это не повлияет.

UPD:

А вообще psywalker прав - где-то вы мудрите батенька...

да видно, что мутная тема, ТС помойму сам запутался, нужен скрин явно

Link to comment
Share on other sites

  • 0

вот скрин d45eb022d013.png

белая полоска справа - картинка высотой в 350 px, и я хочу чтобы она копировалась по Y как на картинке - не с самого верха, а с определённым отступом. можно ли так сделать?

Edited by Travis44
Link to comment
Share on other sites

  • 0

Так, ты можешь сделать обманный манёвр, можешь сделать правый фон у Боди, который тянется вниз, а сверху сделать блок с чёрным цветом, который будет высоты как раз до обреза фона. Если хочешь, можешь даже сделать его абсолютом, а на нём уже делать сайт

Edited by psywalker
Link to comment
Share on other sites

  • 0

Товарищ, ступайте учить HTML и CSS ибо походу вы не знаете, что такое margin-right и padding-right

UPD: Таки решил подкрепить свои слова кодом... хоть и не следовало.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en" lang="en">

<head>
<title>template</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />

<style type="text/css">
* {
margin: 0;
padding: 0;
font: 12px Tahoma;
}

body {
background: #000 url('http://www.un-real.eu/border%20right.jpg') right top repeat-y;
color: #fff;
}

.black {
height: 200px;
background: #000;
}

.cont {
margin-top: -200px;
margin-right: 208px;
border: red 1px solid;
}
</style>

<script type="text/javascript">

</script>
</head>

<body>

<div class="black"></div>
<div class="cont">
text<br />text<br />text<br />text<br />text<br />text<br />text<br />
text<br />text<br />text<br />text<br />text<br />text<br />text<br />
text<br />text<br />text<br />text<br />text<br />text<br />text<br />
</div>

</body>
</html>

Edited by Great Rash
Link to comment
Share on other sites

  • 0
Так вот я этим и занимаюсь))Учу html и css)большое спасибо)

Ваще последовательность следующая - сначала учите язык общения (тот же маргин) а потом приходите за советом, разве не так?

Интересно, вот Вы в чем-то спец, наверняка ведь грустно рассказывать человеку, который мало чего понимает?

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