Приветствую Вас Прохожий | RSS Воскресенье, 20.07.2025, 04:00
(Cайты из ТОП 100 | сайт: http://ucobest.my1.ru/ uCobest.my1.ru - шаблоны, скрипты и многое другое) [ Новые сообщения · Участники · Общие Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Модератор форума: LEO--MESSI  
длина шаблона
foxman Дата: Среда, 24.08.2011, 13:55 | Сообщение # 1

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Школьник
Группа: Пользователи
Сообщений: 22
Награды: 0
Репутация: 0
Замечания: 0%
как мне удлинить шаблон вот

оч надо
 
Dez Дата: Среда, 24.08.2011, 14:08 | Сообщение # 2

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Постоянные
Сообщений: 312
Награды: 6
Репутация: 745
Замечания: 0%
foxman, экстрасенсы отдыхают лето же) выложите код страницы сайта
 
foxman Дата: Среда, 24.08.2011, 14:14 | Сообщение # 3

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Школьник
Группа: Пользователи
Сообщений: 22
Награды: 0
Репутация: 0
Замечания: 0%
Code
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<?$META_DESCRIPTION$?>

<link href="/.s/src/css/799.css" rel="stylesheet" type="text/css" />
</head>
<body>
$ADMIN_BAR$

<?if(($MODULE_ID$ != 'tests') && ($PAGE_ID$ != 'add'))?>
<script type="text/javascript">
jQuery(document).ready(function(){
$(":radio").addClass('niceRadio');
jQuery(".niceRadio").each(
function() {
changeRadioStart(jQuery(this));
});
});
function changeRadio(el)
{
var el = el,
input = el.find("input").eq(0);
var nm=input.attr("name");
jQuery(".niceRadio input").each(
function() {
if(jQuery(this).attr("name")==nm) {
jQuery(this).parent().removeClass("radioChecked");
}
});
if(el.attr("class").indexOf("niceRadioDisabled")==-1) {
el.addClass("radioChecked");
input.attr("checked", true);
}
return true;
}
function changeVisualRadio(input)
{
var wrapInput = input.parent();
var nm=input.attr("name");
jQuery(".niceRadio input").each(
function() {
if(jQuery(this).attr("name")==nm)
{
jQuery(this).parent().removeClass("radioChecked");
}
});
if(input.attr("checked"))
{
wrapInput.addClass("radioChecked");
}
}
function changeRadioStart(el)
{
try
{
var el = el,
radioName = el.attr("name"),
radioId = el.attr("id"),
radioChecked = el.attr("checked"),
radioDisabled = el.attr("disabled"),
radioTab = el.attr("tabindex"),
radioValue = el.attr("value");
var radioClick = el.attr("onclick");
if (el.attr("onclick")) {
radioClick = "onmouseup='button_activate();'";
}
else { radioClick = "";}
if(radioChecked)
el.after("<span class='niceRadio radioChecked'"+radioClick+">"+
"<input type='radio'"+
"name='"+radioName+"'"+
"id='"+radioId+"'"+
"checked='"+radioChecked+"'"+
"tabindex='"+radioTab+"'"+
"value='"+radioValue+"' /></span>");
else
el.after("<span class='niceRadio'"+radioClick+">"+
"<input type='radio'"+
"name='"+radioName+"'"+
"id='"+radioId+"'"+
"tabindex='"+radioTab+"'"+
"value='"+radioValue+"' /></span>");

if(radioDisabled)
{
el.next().addClass("niceRadioDisabled");
el.next().find("input").eq(0).attr("disabled","disabled");
}

el.next().bind("mousedown", function(e) { changeRadio(jQuery(this)) });
el.next().find("input").eq(0).bind("change", function(e) { changeVisualRadio(jQuery(this)) });
if(jQuery.browser.msie)
{
el.next().find("input").eq(0).bind("click", function(e) { changeVisualRadio(jQuery(this)) });
}
el.remove();
}
catch(e)
{
}
return true;
}
</script>
<?endif?>

$GLOBAL_AHEADER$
<div id="gametitle-block">
<div id="gametitle"></div>
</div>
<div id="container">
<!-- <middle> -->
<div id="leftcol">
<div class="sidebar">
$GLOBAL_CLEFTER$
</div>
<div id="ls_bottom"></div>
</div>
<div id="maincol">
<div id="main-top"></div>
<div id="main-middle">
<div id="main-body">
<!-- <body> -->$CONTENT$<!-- </body> -->
</div>
</div>
<div id="main-bottom"></div>
</div>
<div id="rightcol">
<div class="sidebar">
$GLOBAL_DRIGHTER$
</div>
<div id="rs_bottom"></div>
</div>
<div style="clear: both"></div>
<!-- </middle> -->
<div id="leftcol-top"></div>
<div id="bad"></div>
<div id="rightcol-top1"></div>
<div id="rightcol-top2"></div>
<div id="rightcol-top3"></div>
</div>
$GLOBAL_BFOOTER$
</body>
</html>
 
Dez Дата: Среда, 24.08.2011, 14:23 | Сообщение # 4

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Постоянные
Сообщений: 312
Награды: 6
Репутация: 745
Замечания: 0%
foxman, у тя все размеры в css находятся, выкладывай таблицы стилей


Сообщение отредактировал Dez - Среда, 24.08.2011, 14:28
 
foxman Дата: Среда, 24.08.2011, 14:28 | Сообщение # 5

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Школьник
Группа: Пользователи
Сообщений: 22
Награды: 0
Репутация: 0
Замечания: 0%


css
Code
/*--------------------- General styles start ---------------------*/

body {
  margin: 0px;
  background-color: #0a0907;
  font: 11px 'Arial';
  color: #5d5d5d;
  text-align: center;
}

body table {
  font: 11px 'Tahoma', 'Arial';
}

body a {
  text-decoration: none;
  color: #e5891c;
}

body a:hover {
  text-decoration: underline;
}

* {}

img {border: 0px;}

/*--------------------- General styles end ---------------------*/

/*--------------------- All content start ---------------------*/
/*--------------------- All content end ---------------------*/

/*--------------------- Header start ---------------------*/

#top {
  height: 24px;
  width: 100%;
  min-width: 1000px;
  background: url(/.s/t/799/1.png);
}

#top2 {
  height: 37px;
  width: 100%;
  min-width: 1000px;
  background: url(/.s/t/799/2.png);
}

#top2_block {
  width: 1000px;
  height: 37px;
  margin: auto;
  background: url(/.s/t/799/3.jpg);
}

#today {
  margin-top: 1px;
  color: #a86e49;
  background: black;
  font: 11px 'Tahoma', 'Arial';
  float: left;
  padding: 0px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
}

#tm {
  margin-top: 1px;
  color: #a86e49;
  background: black;
  font: bold 11px 'Tahoma', 'Arial';
  float: right;
  padding: 0px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  text-transform: uppercase;
}

#tm a {
  color: #f8e048;
}

#header {
  clear: both;
  width: 1000px;
  height: 121px;
  background: url(/.s/t/799/4.jpg);
  margin: auto;
  text-align: left;
  font: 35px/110px 'Times New Roman';
  color: #fcd211;
}

#gametitle-block {
  width: 1000px;
  margin: auto;
}

#gametitle {
  position: relative;
  width: 560px;
  height: 74px;
  background: url(/.s/t/799/5.png);
  margin: auto;
  margin-top: -38px;
}

/*--------------------- Header end ---------------------*/

/*--------------------- Main content start ---------------------*/

#container {
  position: relative;
  width: 1000px;
  margin: auto;
  margin-top: -12px;
  padding: 0px;
  padding-top: 1px;
  text-align: left;
  background: url(/.s/t/799/6.png);
}

#leftcol {
  position: relative;
  float: left;
  width: 220px;
  text-align: justify;
  background: url(/.s/t/799/7.png);
}

#leftcol-top {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: -51px 0px 0px -5px;
  width: 226px;
  height: 51px;
  background: url(/.s/t/799/8.png);
}

#bad {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px -17px;
  width: 38px;
  height: 127px;
  background: url(/.s/t/799/9.png);
}

#rightcol {
  position: relative;
  float: left;
  width: 220px;
  text-align: justify;
  overflow: hidden;
  background: url(/.s/t/799/10.png);
}

#rightcol-top1 {
  position: absolute;
  top: 0px;
  left: 100%;
  margin: -36px 0px 0px -223px;
  width: 149px;
  height: 45px;
  background: url(/.s/t/799/11.png);
}

#rightcol-top2 {
  position: absolute;
  top: 0px;
  left: 100%;
  margin: -36px 0px 0px -74px;
  width: 34px;
  height: 58px;
  background: url(/.s/t/799/12.png);
}

#rightcol-top3 {
  position: absolute;
  top: 0px;
  left: 100%;
  margin: -36px 0px 0px -40px;
  width: 47px;
  height: 78px;
  background: url(/.s/t/799/13.png);
}

.sidebar {
  margin: 10px 20px 0px 20px;
  width: 180px;
}

#ls_bottom {
  width: 196px;
  height: 47px;
  margin-left: 14px;
  background: url(/.s/t/799/14.png);
}

#rs_bottom {
  width: 196px;
  height: 47px;
  margin-left: 10px;
  background: url(/.s/t/799/15.png);
}

#maincol {
  /*margin: 0px 220px 0px 220px;
  _width: 100%; /*FOR IE*/
  float: left;
  width: 560px;
  text-align: justify;
  padding-top: 1px;
}

#main-top {
  margin-top: 10px;
  width: 100%;
  height: 31px;
  background: url(/.s/t/799/16.gif);
}

#main-middle {
  width: 100%;
  background: url(/.s/t/799/17.gif);
}

#main-body {
  margin: 0px 20px;
  width: 520px;
  padding: 1px 0px;
}

#main-body a {
  color: #015e7d;
}

#main-bottom {
  width: 100%;
  height: 74px;
  background: url(/.s/t/799/18.gif);
}

.eTitle {
  font: 14px 'Tahoma', 'Arial';
  color: #631700;
  text-transform: uppercase;
}

#main-body .eTitle a {
  font: 14px 'Tahoma', 'Arial';
  color: #631700;
}

.eTitle a:hover {}

.eMessage, .eText, .eAnswer {
  font: 11px 'Arial';
  text-align: justify !important;
  color: #4d3326;
}

.cMessage {
  text-align: justify !important;
}

.eDetails, .eDetails1, .eDetails2 {
  background: #ceb07c;
  border: 1px solid #b2986b;
  padding: 2px 5px;
  margin-top: 5px;
}

.cBlock1, .cBlock2 {
  background: #ceb07c;
  color: #727272;
  background: url(/.s/t/799/19.png);
}

/*--------------------- Main content end ---------------------*/

/*--------------------- Containers start ---------------------*/

.block {
  width: 180px;
}

.blocktop {
  width: 180px;
  height: 10px;
  overflow: hidden;
  background: url(/.s/t/799/20.png);
}

.blockbottom {
  width: 180px;
  height: 9px;
  overflow: hidden;
  margin-bottom: 20px;
  background: url(/.s/t/799/21.png);
}

.blockmiddle {
  width: 180px;
  background: url(/.s/t/799/22.png);
}

.blocktitle {
  text-align: center;
  font: 14px 'Times New Roman';
  color: #ffd403;
  text-transform: uppercase;
}

.blockcontent {
  text-align: left;
  margin: 0px 6px 0px 6px;
  margin-top: 5px;
  width: 168px;
  padding: 1px 0px;
}

#MCaddFrm {
  overflow: hidden;
  width: 168px;
}

.blockcontent ul {
  margin: 0;
  padding: 0;
  margin-left: 16px;
}

.blockcontent li {
  margin-left: 10px;
}

.blockcontent li a {
  color: #5d5d5d;
}

.blockcontent li a:hover {
  color: #e5891c;
}

.blockcontent a {
  color: #e5891c;
}

.blockcontent a:hover {}

.calTable {
  font: 12px 'Arial';
}

.calTable td {
  padding: 3px;
}

.calMdayIs, .calMdayIsA {
  background: #200c00;
  border: 1px solid #411a02;
}

a.calMdayLink {
  color: #ffffff;
}

.calWday {
  color: #ffffff;
  background: #200c00;
  border: 1px solid #411a02;
}

.calWdaySe, .calWdaySu {
  color: #200c00;
  background: #fcd211;
  border: 1px solid #d2770f;
}

.calMday, calMdayA, .calMdayIs {}

.calMdayA {
  color: #e83f63;
  font-weight: bold;
}

a.calMonthLink {
  color: #ffffff;
}

a.groupAdmin {
  color: #e83f63;
}

.swchItem span, .swchItemA span {
  background: #ceb07c;
  border: 1px solid #b2986b;
  padding: 2px 5px;
  height: 20px;
  color: #755112;
}

a.swchItem {
  color: #755112 !important;
}

.swchItem span:active {}

.swchItem {}

.admBarCenter div, .myWinSuccess {}

#pagesBlock1 {
  height: auto;
  padding: 3px 0px;
}

/*---------------- Mainmenu start------------*/

ul.uMenuRoot {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.uMenuRoot li a {
  margin-left: 0px;
  font: bold 11px 'Tahoma', 'Arial';
  color: #5d5d5d;
  background: url(/.s/t/799/23.png) no-repeat;
  background-position: 0px -2px;
  display: block;
  width: 158px;
  margin-left: 4px;
}

.uMenuRoot li a:hover{
  color: #fcd211;
  text-decoration: none;
}

.uMenuRoot span {
  margin-left: 15px;
}

.uMenuRoot li {
  padding: 2px 0px;
  margin-top: 2px;
  margin-left: 0px;
  background: #200c00;
}

.uMenuRoot li:nth-child(odd) {
  background: #200c00;
}

.uMenuRoot li:nth-child(even) {
  background: #150800;
}

.blockcontent .uMenuRoot li {}

.blockcontent .uMenuRoot a {}

.blockcontent .uMenuRoot a:hover {}

.blockcontent .uMenuRoot a:active {}

.blockcontent .uMenuRoot a.uMenuItemA {}

.uMenuItem {}

.uMenuArrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 17px;
  background: url(/.s/t/799/24.png);
}

/*------------------- Mainmenu end -------------------*/
/*------------------- SubMenu start ------------------*/

.sidebar .u-menu .xw-tl, .sidebar .u-menu .xw-bl {
     display: none;
}

.sidebar .u-menu .xw-ml, .sidebar .u-menu .xw-mr {
     background: none !important;
     padding: 0px !important;
}

.sidebar .u-menu .xw-mc {
     background: none !important;
     border: 0px !important;
}

.sidebar .u-menubody {
     background-position: 0px -2px;
     border: 0px !important;
}

.sidebar .u-menu .u-menuvitem {
     background: #200c00 !important;
}

.sidebar .u-menu .u-menuvitem:nth-child(2n) {
     background: #150800 !important;
}

.sidebar .u-menu .u-menuitemhl {
     color: #fcd211 !important;
     text-decoration: none;
     background: #200c00 !important;
}

.sidebar .u-menu .u-menuitemhl span {
     color: #fcd211 !important;
}

.sidebar .uMenuItem a {
     font: bold 11px 'Tahoma', 'Arial';
     color: #5d5d5d !important;
     background-position: 0px -2px;
}

.sidebar .uMenuItem a:hover {
     color: #fcd211 !important;
}

.sidebar .u-menuarrow {
     top: -2px !important;
}

/*------------------- SubMenu end ------------------*/

/*--------------------- Containers end ---------------------*/

/*--------------------- Footer start ---------------------*/

#footer {
  position: relative;
  width: 1000px;
  height: 164px;
  background: url(/.s/t/799/25.png) no-repeat;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 1px;
}

#footer_block {
  width: 500px;
  height: 50px;
  margin: auto;
  margin-top: 104px;
}

#copyright {
  line-height: 50px;
  float: left;
  width: 200px;
  text-align: left;
  text-transform: uppercase;
}

#powered_by {
  float: right;
  line-height: 30px;
  margin-top: 10px;
  float: right;
  width: 300px;
  text-align: right;
}

#powered_by a {
  color: #e5891c;
}

#powered_by img {
  vertical-align: middle !important;
}

/*--------------------- Footer end ---------------------*/

/*--------------------- Forum start ---------------------*/

.forumContent {
  position: relative;
  z-index: 5;
  margin: 12px 0px 0px 35px;
  width: 930px;
  overflow: hidden;
  color: #4d3326;
}

.gDivLeft {
  background: url(/.s/t/799/26.jpg) no-repeat;
  padding-top: 30px;
}

.gDivBottomCenter {
  background: url(/.s/t/799/27.jpg) no-repeat;
  height: 61px;
}

.forumContent a {
  color: #015e7d;
}

.forumContent table td {
  color: #5d4031;
}

.gTable {
  border-collapse: collapse;
  background: none;
  width: 890px !important;
}

.postTable {
  border-collapse: collapse;
  background: none;
}

.gDivRight {
  background: url(/.s/t/799/28.jpg) repeat-y;
  padding: 0px 20px 0px 20px;
}

.gTable td {
  border: 1px solid #be886a;
}

.postTable td {
  border-collapse: collapse;
}

.gTable td.gTableTop, .gTableTop a {
  border: 0px;
  color: #631700;
  font: 14px 'Tahoma', 'Arial';
  text-transform: uppercase;
  padding-left: 0px;
}

.gTableTop a {}

.gTableTop a:hover {}

.gTable td.gTableSubTop {
  background: #ceb07c;
  color: #4d3326;
}

.gTableTop, .gTableSubTop, .forumNameTd, .forumThreadTd, .forumPosrTd, .forumLastPostTd, .threadNametd, .threadPostTd, .threadAuthTd, .threadViewTd, .threadLastPostTd, td.threadsDetails, td.forumOnlineBar {
  padding: 3px 10px;
}

#frM6 td, #frM14 td, #frM50 td, #frM56 td, #frM59 td {
  padding: 3px 10px;
}

td.threadsDetails, td.forumOnlineBar {
  border: 0px;
}

.gTableSubTop a {
  color: #4d3326;
}

.postTable td {
  padding: 3px 10px;
}

.postBottom table td {
  border: 0px;
}

.postSeparator {
  display: none;
}

.posttdMessage {
  text-align: justify;
}

.threadPostTd, .threadViewTd, .threadAuthTd, .forumThreadTd, .forumPostTd {
  text-align: center !important;
}

a.TopSortLink {}

a.TopSortLink:hover {}

a.postUser {
  font-weight: bold;
}

a.forum, a.threadLink {
  font: 12px 'Arial';
  color: #631700;
}

.quoteMessage {}

.forumDescr, .threadDescr {
  font: 10px 'Arial';
  color: #966b55;
}

td.pollQuestion, .pollResults td, td.pollResults, td.pollTotal, td.pollAnswer, td.pollButtons, .smiles td{
  border: 0px;
}

td.pagesInfo, td.switch, td.switchActive {
  background: #ceb07c;
  border: 1px solid #5d4031;
  padding-left: 5px;
  padding-right: 5px;
}

td.switch a {
  color: #5d4031;
}

.switchActive {
  font-weight: bold;
}

/*--------------------- Forum end ---------------------*/

/*--------------------- INPUTS start ---------------------*/

input, select {
  font: 11px 'Tahoma', 'Arial';
  padding: 3px 0px;
}

input[type=submit], input[type=reset], input[type=button] {
  color: #fcd211;
  font: 11px 'Tahoma', 'Arial';
  background: #200c00;
  border: 1px solid #e0b73f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  background: #3d1700;
}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
  background: #592201;
}

#container input[type=text], #container input[type=password], #container textarea, .popup input[type=text], .popup input[type=password], .popup textarea {
  border: 1px solid #463e1b;
  background-image: url(/.s/t/799/29.gif);
  background-repeat: repeat-x;
  background-color: #1e0b00;
  color: #ffffff;
  margin-bottom: 2px;
}

textarea {}

#mchatBtn, input.codeButtons, input.button {
  padding-left: 0px;
  padding-right: 0px;
}

.queryField {
  width: auto !important;
}

.niceRadio {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background: url(/.s/t/799/30.png);
  background-position: 0 -32px;
  overflow: hidden;
  vertical-align: middle;
}
.radioChecked {
  background-position: 0 0px !important;
}
.niceRadio input {
  margin-left: -17px;
}
span.niceRadio:hover {
  background-position: 0 -16px;
}

/*--------------------- INPUTS end ---------------------*/

/*--------------------- POPUP start ---------------------*/

.popup a {}

.popup {
  width: 95%;
  margin: auto;
}

.popuptitle {
  color: #631700;
  font: 14px 'Tahoma', 'Arial';
  text-transform: uppercase;
}

.popupbody a {
  margin-top: 5px;
  color: #631700;
}

.ptl {
  width: 35px;
  height: 31px;
  background: url(/.s/t/799/31.jpg);
}

.ptm {
  height: 31px;
  background: url(/.s/t/799/32.jpg);
}

.ptr {
  width: 35px;
  height: 31px;
  background: url(/.s/t/799/33.jpg);
}

.pml {
  width: 35px;
  background: url(/.s/t/799/34.jpg);
}

.pbody {
  background: url(/.s/t/799/35.jpg);
}

.pmr {
  width: 35px;
  background: url(/.s/t/799/36.jpg);
}

.pbl {
  width: 35px;
  height: 31px;
  background: url(/.s/t/799/37.jpg);
}

.pbm {
  height: 31px;
  background: url(/.s/t/799/38.jpg);
}

.pbr {
  width: 35px;
  height: 31px;
  background: url(/.s/t/799/39.jpg);
}

/*--------------------- POPUP end ---------------------*/
 
Dez Дата: Среда, 24.08.2011, 14:34 | Сообщение # 6

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Постоянные
Сообщений: 312
Награды: 6
Репутация: 745
Замечания: 0%
найди в css код
Code
#gametitle-block {  
   width: 1000px;  
   margin: auto;  
  }


и замени на
Code
#gametitle-block {  
   width: 100%;  
   margin: auto;  
  }
 
foxman Дата: Среда, 24.08.2011, 14:59 | Сообщение # 7

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Школьник
Группа: Пользователи
Сообщений: 22
Награды: 0
Репутация: 0
Замечания: 0%
как был так и остался!
 
Dez Дата: Среда, 24.08.2011, 15:00 | Сообщение # 8

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Постоянные
Сообщений: 312
Награды: 6
Репутация: 745
Замечания: 0%
Code
#container {  
   position: relative;  
   width: 1000px;  
   margin: auto;  
   margin-top: -12px;  
   padding: 0px;  
   padding-top: 1px;  
   text-align: left;  
   background: url(/.s/t/799/6.png);  
  }
в коде width: 1000px; замени на width:100%


Сообщение отредактировал Dez - Среда, 24.08.2011, 15:02
 
Dez Дата: Среда, 24.08.2011, 15:03 | Сообщение # 9

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Постоянные
Сообщений: 312
Награды: 6
Репутация: 745
Замечания: 0%
потом
Code
#footer {  
   position: relative;  
   width: 1000px;  
   height: 164px;  
   background: url(/.s/t/799/25.png) no-repeat;  
   margin: auto;  
   margin-top: -10px;  
   margin-bottom: 10px;  
   padding-top: 1px;
в коде width: 1000px; замени на width:100%
 
foxman Дата: Среда, 24.08.2011, 15:09 | Сообщение # 10

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Школьник
Группа: Пользователи
Сообщений: 22
Награды: 0
Репутация: 0
Замечания: 0%
вот что получилось :( скрин
 
Dez Дата: Среда, 24.08.2011, 15:18 | Сообщение # 11

Президент
Министр
Академик
Доктор
Кандидат
Аспирант
Магистр
Бакалавр
Абитуриент
Школьник
Звание: Магистр
Группа: Постоянные
Сообщений: 312
Награды: 6
Репутация: 745
Замечания: 0%
foxman, все верно мы шапку сделали на весь экран, терь давай дальше, но есть один нюанс те придеться картинки доделывать, потому что они все шириной 1000px/ если хочешь что бы шаблон был резиновым то придется поработать над картинками и самим кодом
 
  • Страница 1 из 1
  • 1
Поиск:

Статистика Форума
Новые пользователи Последние темы Лучшие пользователи

1 Baldvin (Александр Б)

US17:53 - 09.05.2025

2 uAdminist (Анатолий)

RU06:25 - 07.05.2025

3 arturkaas (arturkaas)

DE12:26 - 02.12.2024

4 Nynikak (Марина)

NL20:29 - 06.07.2024

5 Vladimrij (Vladimir)

UA08:13 - 06.04.2024

6 Highvard (Никита)

BY11:02 - 10.03.2024

7 Khaliff93 (Artem)

US14:28 - 26.02.2024

8 Vvvpol (Stepan)

UA16:43 - 22.02.2024

9 exvardi (Vladimir)

MD14:47 - 18.02.2024

10 Ja_Rule (Евгений Пил)

BY10:19 - 13.02.2024

11 funvaz (Gosha)

KZ20:46 - 22.12.2023

12 dj2nik (dj2nik)

UA11:22 - 11.12.2023

13 gluk123 (Max)

UA09:42 - 21.10.2023

14 AlexGrim (Alex)

RU09:22 - 17.10.2023

15 Renegat95 (Ромич)

RU09:08 - 08.10.2023

16 leon1965 (Bob Dutu)

CA15:43 - 13.08.2023

17 2ef005 (Андрей)

UA12:13 - 04.07.2023

18 Coresh100 (Сергей Моро)

BY23:22 - 28.06.2023

19 11smith11 (Smith Bonda)

UA18:49 - 18.06.2023

20 perimetr (Николай)

BY16:53 - 13.05.2023

21 elm2 (Андрей)

BY09:46 - 03.05.2023

22 qetruhdf2 (alx alex)

RU23:29 - 02.04.2023

23 3737 (Dudgos)

CA18:24 - 19.03.2023

24 ziercool (ziercool)

PL17:54 - 15.03.2023

25 dedtalash (Вадим)

BY14:32 - 27.02.2023

26 Robin113 (Andrei)

DE18:05 - 17.02.2023

27 vova_vova (Vov)

UA23:03 - 09.11.2022

28 Bull888 (Светлана)

UA09:08 - 25.10.2022

29 tigo1 (Tigo)

AM21:52 - 21.10.2022

30 fekin4321 (VladFekin)

UA00:32 - 14.10.2022

1 Работа на заводе

German Vikrumas [28]

2 Комплексный прогон сайтов ру и...

myod kysovue [54]

3 Армия

MarinaKli MarinaKli [0]

4 Остались честные СМИ?

KateKuz KateKuz [0]

5 Раздача подарков и стикеров в ...

KateKuz MDNdemon [1]

6 Дисковое пространство

KateKuz frolov1028 [3]

7 Может у кого есть!

MarinaKli Vistel [5]

8 Ручной прогон по трастовым сай...

kalip27 kalip27 [19]

9 бот для умножения денег на фор...

forexmone forexmone [0]

10 Программировние

forexmone Playmanovich [7]

11 Пропала реклама

forexmone frolov1028 [3]

12 У сайта вырос ТИЦ

Openair Vistel [8]

13 Нужны дизайнеры

Openair demons063 [2]

14 ⭐️Ручной статейный прогон⭐️

eternalli eternalli [0]

15 Как раскрутить кино сайт

eternalli JAko [6]

16 [100p] Нарисовать логотип.

XAMEJIUOH XAMEJIUOH [0]

17 Требуется человек для создания...

Vikrumas Vikrumas [0]

18 Качественный рерайт/копирайт о...

GaV GaV [161]

19 Календарь

frolov1028 Vikrumas [1]

20 Профильно-статейны прогон по с...

GaV GaV [0]

21 Файловик на сайт (копипаст) оп...

MDNdemon MDNdemon [58]

22 Изображение в CSS

xbalson GaV [2]

23 Файловый Менеджер - Высокая оп...

Freemekc Freemekc [2]

24 В каких интернет магазинах вы ...

Beowb428 GaV [9]

25 Скрипт и инструкция добавления...

DianaLebe мир [3]

26 Трафик на сайт по низким ценам...

brig2 vir4us [4]

27 Продам билеты в московский кин...

brig2 MDNdemon [1]

28 Создать лого на сайт

korel korel [0]

29 25 жирных ссылок. Яндекс Катал...

NikeNikol NikeNikol [0]

30 выровнять вид материалов

GaV frolov1028 [1]

1 frolov1028

UAРепа: 4431 Файлов: 29 Форум: 1317

2 Кирилл

RUРепа: 4292 Файлов: 15 Форум: 3818

3 мир

MDРепа: 4084 Файлов: 878 Форум: 1019

4 WinDiZ

Репа: 3943 Файлов: 2 Форум: 1252

5 mdbaner

MDРепа: 3756 Файлов: 713 Форум: 4723

6 GaV

RUРепа: 3621 Файлов: 0 Форум: 1262

7 Kapusha

RUРепа: 3371 Файлов: 35 Форум: 1177

8 PrADeN

FRРепа: 3318 Файлов: 84 Форум: 2076

9 martinis

RUРепа: 3247 Файлов: 46 Форум: 444

10 German

RUРепа: 2768 Файлов: 18 Форум: 258

11 STAFF

USРепа: 2720 Файлов: 72 Форум: 757

12 ALINA

RUРепа: 2677 Файлов: 277 Форум: 9

13 StraJ

UAРепа: 2243 Файлов: 12 Форум: 545

14 smart4on

BYРепа: 2232 Файлов: 4 Форум: 661

15 makcim19997

RUРепа: 2204 Файлов: 171 Форум: 1067

16 GaMeRgame

RUРепа: 2082 Файлов: 4 Форум: 722

17 TRANE73

RUРепа: 2015 Файлов: 34 Форум: 165

18 ivanfom

RUРепа: 1887 Файлов: 15 Форум: 319

19 Zhenikuls

RUРепа: 1884 Файлов: 6 Форум: 65

20 tmb

RUРепа: 1570 Файлов: 0 Форум: 214

21 xbalson

MDРепа: 1378 Файлов: 4 Форум: 561

22 Smile

RUРепа: 1311 Файлов: 23 Форум: 444

23 hjp^

RUРепа: 1248 Файлов: 14 Форум: 192

24 domovik21

UAРепа: 1237 Файлов: 16 Форум: 177

25 Prix

RUРепа: 1122 Файлов: 6 Форум: 91

26 LEO--MESSI

RUРепа: 1115 Файлов: 6 Форум: 468

27 Playmanovich

UAРепа: 1087 Файлов: 3 Форум: 981

28 WmMariupol

UAРепа: 1081 Файлов: 0 Форум: 55

29 K@rDeL

RUРепа: 1076 Файлов: 0 Форум: 382

30 LUIS75

RUРепа: 1033 Файлов: 1 Форум: 198

Избранные ссылки
5 последних закладок Описание и использование закладок
Закладки создаются при помощи "куков" которые хранятся в вашем браузере 30 дней, если жи вы почистили куки в своем браузере то закладки исчезнут.
отображаются только 5 последних закладок, предыдущие удаляются по мере обновления списка.
Вы можете любую не нужную закладку удалить нажатием X на против ссылки.
Бывает что запись кука пролетает, но это уже ошибки браузера и его записей.
Если при обновление страницы выводится ошибка 400 то что бы исправить необходимо удалить все куки браузера
Если вы заметили ошибки то сообщайте администратору.


Copyright UcozOn.ru™ © 2008-2025


Кнопка 88х31 сайта ucozon.ru