Jump to content
  • 0

Рамка вокруг тела сайта.


MaXeL85
 Share

Question

8 answers to this question

Recommended Posts

  • 0
Приветствую!

Подскажите, пожалуйста, как на html можно создать бордер в один пиксель заданного цвета вокруг всего тела сайта?

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

Можно и на форуме уже поднималась эта тема, пользуйся поиском.

Link to comment
Share on other sites

  • 0

господа модераторы... Я тут с телефона и причем далеко не с комуникатора или смартфона. Так что я просто не в состоянии перерыть весь форум не зная его структуры. Если можно, дайте линк на ту тему.

Link to comment
Share on other sites

  • 0
Сайт пишем тоже с телефона? Ну это мегагемор :) Я как раз и дал ссылку на тему.

простите, мне опера ссылочку не подсветила.

Мегагемор это поднимать сайт на апаче, установленном в девятом симбиане. Год назад я и таким занимался...

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>test</title>
<style type="text/css">
html{height:100%;}
body{
margin:0;
height:100%;
background:#d03900;
}
.bt, .bb{
height:10px;
background:#d03900;
overflow:hidden;
margin:-10px 0 0;
position:relative;
}
.bt{margin:0 0 -10px;}
#wrapper{
min-height:100%;
margin:0 10px;
background:#fff;
}
* html #wrapper{height:100%;}
#main{
padding:10px;
}
</style>
</head>
<body>
<div class="bt"></div>
<div id="wrapper">

<div id="main">
<p>Lorem ipsum dolor sit amet consectetuer auctor sed neque rhoncus elit. Malesuada quis leo pretium Nulla consectetuer quam sit Suspendisse at sed. Vestibulum nunc Integer Lorem eget Phasellus convallis neque convallis ut Nulla. Nibh quis eleifend nec et habitant senectus eget wisi morbi ante. Neque adipiscing nec pede nunc a tellus semper eget nibh Vivamus. Diam.</p>
<p>Ligula eleifend ac dictum ut elit felis massa Maecenas congue in. Justo et id et pretium enim consequat feugiat nascetur auctor Nam. Id vestibulum justo parturient diam pretium lorem ante dui gravida auctor. Lorem Sed egestas a Curabitur Quisque et sociis aliquam commodo suscipit. Consectetuer mauris Ut turpis wisi.</p>
</div>
</div>
<div class="bb"></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