Вопрос по 404.html

S
На сайте с 18.09.2012
Offline
1
362

Вопрос по 404.html

Хочу сделать страничку ошибки 404.html, не могу разобраться в стиле..

html, body{

width: 1000px;
height: 980px;
margin:0 auto;
padding: 0px;
background: url(../img/error-404_4.jpg);
font-size: 16px;
font-family: Tahoma;
}

a{
text-decoration: none;
color: #9099A2;
}

a:hover{
color: #000;
}

a img{
border: 0;
}

ul {
width: 207px;
height: 100%;
list-style-type: none;
list-style-image: url(../img/nav.jpg);
font-size: 14px;
overflow: hidden;
position: relative;
left: -30px;
top: -20px;
}

p{
border: 1px dotted;
border-right-width: 0px;
border-left-width: 0px;
border-top-width: 0px;
}

.box{
width: 1000px;
height: 100%;

}

.nav{
position: relative;
left: -3%;
top: 18%;
color: #9099A2
}

.searchform {
float: left;
width: 233px;
height: 28px;
background: url(../img/search.jpg);
overflow: hidden;
margin-top: 80px;
margin-left: 140px;
background-color: #fff;
}

.search{
float: left;
margin-top: 7px;
margin-left: 10px;
font-size: 12px;
color: #9099A2
}

.simg{
width: 28px;
height: 26px;
float: left;
background: url(../img/simg.png);
margin-top: 1px;
margin-left: 115px;
}

.follow{
float: left;
margin-top: 140px;
margin-left: -220px;
}

.ftxt{
float: left;
color: #9099A2
}

.twitter{
width: 16px;
height: 16px;
float: left;
background: url(../img/twitter.png);
margin-left: 20px;
margin-top: 3px;
overflow: hidden;
text-indent: -90000px;
}

.twitter a{
display: block;
padding: 16px;
}

.fbook{
width: 16px;
height: 16px;
float: left;
background: url(../img/fbook.png);
margin-left: 5px;
margin-top: 3px;
overflow: hidden;
text-indent: -90000px;
}

.fbook a{
display: block;
padding: 16px;
}

.in{
width: 16px;
height: 16px;
float: left;
background: url(../img/in.png);
margin-left: 5px;
margin-top: 3px;
overflow: hidden;
text-indent: -90000px;
}

.in a{
display: block;
padding: 16px;
}

.copyright{
float: right;
margin-right: 100px;
margin-top: 210px;
text-align: center;
font-size: 12px;
color: #FFFFFF
}

Хочу чтоб картинка была права по центру а меню слева, и страница фиксированая, спс за ранее

пример страницы кода выше можите посмотреть тут http://onlyweb.info/4848.php

http://onlyweb.info/ - Все для настоящего Вебмастера. Шаблоны, скрипты, модификации, плагины, Всё для DLE. Всё для IPB.
bigton
На сайте с 17.08.2009
Offline
43
#1

Картинка справа по центру


html, body {
background: url("../img/error-404_4.jpg") no-repeat scroll right center transparent;
font-family: Tahoma;
font-size: 16px;
height: 700px;
margin: 0 auto;
padding: 0;
width: 800px;
}

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий