Jump to content
  • 0

Граница


Pomeo
 Share

Question

12 answers to this question

Recommended Posts

  • 0

Ни в этом дело!Вот код

css

body {

border: 4px double black;

background-image:url(fon.jpg);

background-repeat:no-repeat;

background-position:center;

height:1071;

width:803;

}

#akk {

background-image:url(akk.png);

position:absolute;

height:32px;

width:90px;

left:19%;

top:55%;

Вот html

<link href="style.css" rel="stylesheet" type="text/css">

<style type="text/css">

body {

margin-left: 20%;

margin-right: 20%;

}

</style><span id="akk"></span>

Мне надо чтобы все последующие элементы(Включая #akk)не выходили за границу )

Link to comment
Share on other sites

  • 0

Для body добавьте position:relative; так у вас блок хотя бы правильно ляжет, относительно body, но всё равно он будет выходить из своего блока-носителя если вы его сами за границу сдвините.

Link to comment
Share on other sites

  • 0
Спасибо!Вот еще узнать хочется,как сделать сайт,чтобы при любом разрешении он не менялся...)
Не менялся - в смысле в ширину не раздвигался? Задать явно размер обёрточному блоку.
Link to comment
Share on other sites

  • 0

Вот сайт http://pomeo.hop.ru/

Мне нужно чтоб табличка аккорды не меняла свое положение при изменении разрешения экрана,чтоб сайт не растягивался и все последующие элементы не выходили за границу фона.Один умный человек посоветовал сделать мне границу,да я вижу что она у левого края,но если я сделаю ставлю ее посередине,ничего не меняется(((

Вот код CSS

body {

border: 4px double black;

background-image:url(fon.jpg);

background-repeat:no-repeat;

background-position:center;

height:1071;

width:803;

}

#akk {

background-image:url(akk.png);

position:absolute;

height:32px;

width:90px;

left:19%;

top:55%;

Вот html

<link href="style.css" rel="stylesheet" type="text/css">

<style type="text/css">

</style><span id="akk"></span>

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