Jump to content
  • 0

разместить фигуры относительно границ экрана


Arkada
 Share

Question

Помогите пожалуйста.

Нужно разместить квадраты на страничке (см. файл http://ifolder.ru/14188481), как показано на рисунке(см. тот же файл).

При этом пользоваться можно только средствами css, html-код трогать нельзя.

Заранее спасибо.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
Помогите пожалуйста.

Нужно разместить квадраты на страничке (см. файл http://ifolder.ru/14188481), как показано на рисунке(см. тот же файл).

При этом пользоваться можно только средствами css, html-код трогать нельзя.

Заранее спасибо.

Залей на нормальный хост и дай ссылку или покажи скрин того, что хочешь получить

Link to comment
Share on other sites

  • 0
Залей на нормальный хост и дай ссылку или покажи скрин того, что хочешь получить

а что в этом обменнике не устраивает?

вот что нужно сделать http://ifolder.ru/14189007 из вот этого http://ifolder.ru/14189016 исходника.

Link to comment
Share on other sites

  • 0
а что в этом обменнике не устраивает?

вот что нужно сделать http://ifolder.ru/14189007 из вот этого http://ifolder.ru/14189016 исходника.

да я тебе не про обменник говорю, а про нормальный хостинг на серваке, что бы нам не качать твои архивы, а просто зайти по ссылке на твой сайт и посмотреть проблему

И я не понимаю, что значит "Можно пользоваться только CSS" Во первых как я по рисунка пойму, какой у тебя там html ? А во вторых может он у тебя, даже скорее всего не подходит для этой задачи, и что тада делать? :)

Короче я бы сделал бы так наверное:

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Centr</title>
<style type="text/css">
*{ margin: 0; padding: 0;}
div.wrap {
width: 510px;
height: 306px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -255px;
margin-top: -153px;

}
div.center {
width: 100px;
height: 100%;
position: absolute;
left: 205px;
top: 0;

}
span {
display: block;
width: 98px;
height: 99px;
border: 1px solid #808080;
}
span.right { position: absolute; right: 0; top: 105px;}
span.left { position: absolute; left: 0; top: 105px;}
</style>
</head>

<body>
<div class="wrap">
<div class="center">
<span class="top"></span>
<span class="cent"></span>
<span class="bottom"></span>
</div>
<span class="right"></span>
<span class="left"></span>
</div>
</body>
</html>

Edited by psywalker
Link to comment
Share on other sites

  • 0
И я не понимаю, что значит "Можно пользоваться только CSS" Во первых как я по рисунка пойму, какой у тебя там html ? А во вторых может он у тебя, даже скорее всего не подходит для этой задачи, и что тада делать? :)

37 кб всего..

а в архиве исходник с кодом.

просто нужно на css задачу выполнить, а не в штмл.

Link to comment
Share on other sites

  • 0
здорово, посмотреть-то дашь, пока за флуд не выгнали?)

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Centr</title>
<style type="text/css">
*{ margin: 0; padding: 0;}
div.wrap {
width: 510px;
height: 306px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -255px;
margin-top: -153px;

}
div.center {
width: 100px;
height: 100%;
position: absolute;
left: 205px;
top: 0;

}
span {
display: block;
width: 98px;
height: 99px;
border: 1px solid #808080;
}
span.right { position: absolute; right: 0; top: 105px;}
span.left { position: absolute; left: 0; top: 105px;}
</style>
</head>

<body>
<div class="wrap">
<div class="center">
<span class="top"></span>
<span class="cent"></span>
<span class="bottom"></span>
</div>
<span class="right"></span>
<span class="left"></span>
</div>
</body>
</html>

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