Jump to content
  • 0

Помогите!Проблема с фоновым рисунком!


Эскель
 Share

Question

6 answers to this question

Recommended Posts

  • 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>
<title>Пустая страница</title>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;}
.back {
width: 100%;
height: 100%;
left: 0; top: 0;
position: absolute;
z-index: 5;
background-color: #ffd0d0;}
.inner {
position: relative;
z-index: 10;}
p {
margin: 0 auto;
padding: 6px 0;
width: 50%;}
</style>
</head>
<body>
<img src="" class="back" alt="" />
<div class="inner">

<p>Как сообщили ?URA.Ru? в службе информации и общественных связей ПУрВО, в течение
месяца представители военного ведомства проинспектируют финансово-хозяйственную
деятельность соединений и воинских частей ПУрВО на Урале и в Поволжье.</p>

<p>Отметим, проверка является плановой и затронет практически все основные воинские части
военного округа.</p>

</div>
</body>
</html>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 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