Технический форум

Технический форум (http://www.tehnari.ru/)
-   Изготовление сайтов (http://www.tehnari.ru/f129/)
-   -   Помогите с JS (http://www.tehnari.ru/f129/t63836/)

mather1 09.02.2012 11:38

Помогите с JS
 
Вложений: 1
Доброе время стуок. Помогите убрать табличку появляющаяся при обновлении, открытии сайта сылка на сайт Good-Gaming - Главная страница.
Думаю что проблема в вложенном файле. За ранее большое спасибо.

kreol 09.02.2012 18:01

Если табличка о которой вы говорите это точки по всему сайту то вам нужно в файле "папка с сайтом"/style/base.css найти строчку
html, body {
background: url("../images/bg.png") repeat scroll 0 0 #1F1F1F;
и заменить на background-color: #1F1F1F;

Но уберутся не все точки... Там еще надо будет заменить картинку "папка сайта"/images/pagebg.gif т.к. тут точки "вшиты" в саму картинку.

п.с. если я правильно, понял то так

mather1 09.02.2012 19:22

html,body{height:100%; background:#1f1f1f url(../images/bg.png) repeat; color:#e5e3e3; font-weight:normal; word-wrap: break-word; font: 11px/12px Tahoma, Helvetica, sans-serif;}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, input, fieldset {margin:0;padding:0;}

a{color:#e5e3e3; text-decoration:none; outline:none;}
a:hover{text-decoration:none; color:#45CAEF;}
img{border:none;}
input, textarea, select, button, a { outline: none; font-size: 1em;font-family: Tahoma, Helvetica, sans-serif;}#body {display:none;}

h1, h2, h3, h4, h5 { line-height: normal; }
h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.30em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}

table { border-collapse: collapse; border-spacing: 0; }
.reset, .reset li { list-style: none; padding: 0; margin: 0; }
.clr{clear:both;}

.padding{padding:10px;}
.margin{margin:10px 0 10px 0;}
.dpad{ margin-top:10px; padding:0 10px 0 10px;}

.pagebg{background:url(../images/pagebg.gif) no-repeat 50% 0;}



:tehnari_ru_325:

kreol 09.02.2012 23:48

ну так вы получили что хотели?

mather1 10.02.2012 01:13

неа =( :tehnari_ru_837:

kreol 10.02.2012 10:10

тогда покажите что за таблицу вы имеете ввиду?


Часовой пояс GMT +4, время: 05:45.

Powered by vBulletin® Version 4.5.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.