Перейти к публикации

Рекомендованные сообщения

у меня проблема, смотрите пожалуйста в всех браузеров показывает Backgrfunds а в firefox нету его,,,,,, в чем может быть проблема?

http://potapov.16.com

Ссылка на сообщение
Поделиться на других сайтах

разорвите меня семеро, ТС переживает, что фона не видно? так это же хорошо, что не видно этого психодела! что ваш дизайнер употреблял, когда вам сайт рисовал?

Ссылка на сообщение
Поделиться на других сайтах

oborocv, у тебя на сайте подключен такой .css http://www.calculato...r/stili-out.css, в котором прописаны следующие строки

body {

	font-family: Verdana, Arial, sans-serif;

	font-size: 14px;

	color: #000;

	margin: 0px;

	padding: 0px;

	background-color: #FFF;

}

а тут уже принцип иерархии, что стоит выше, обрабатывается в первую очередь. Основной .css файл идёт первый в нём прописан фон, но потом идём другой .css файл, в котором написано, что цвет фона белый, и Мозила, как самый умный и честный, проигнорировал то, что было в начале и отобразил то, что идёт потом. По моему очень правильно и логично.

Он не может мысли читать, не может угадать то, что вы хотите видеть

Изменено пользователем odys
Ссылка на сообщение
Поделиться на других сайтах

ТС, проблема в том, что у вас бардак в стилях и никак иначе

Ссылка на сообщение
Поделиться на других сайтах

ТС, вам все правильно написали:

Основной .css файл идёт первый в нём прописан фон, но потом идём другой .css файл, в котором написано, что цвет фона белый, и Мозила, как самый умный и честный, проигнорировал то, что было в начале и отобразил то, что идёт потом.

илит опустите стиль с фоном в самый низ или убейте то, что ниже. честно говоря, в первый раз вижу, чо бы боди несколько раз стили задавали. Нет, это конечно не возбраняется, но как то неправильно. Короче, у вас стиль, который ниже указывает цвет фона #fff, из-за чего и теряется фон

Ссылка на сообщение
Поделиться на других сайтах

вот это там было

--------------------ТАБЛИЦА-----------------------------------------------

/* NULL */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

margin:0;

padding:0;

border:0;

outline:0;

font-weight:inherit;

font-style:inherit;

font-size:100%;

font-family:inherit;

vertical-align:baseline;

background:transparent;

}

/*Do not forget to describe the styles for:focus!*/

:focus {

outline:0;

}

body {

line-height:1;

}

ol, ul {

list-style:none;

}

/*For tables still need to write 'cellspacing="0"' in code*/

table {

border-collapse:collapse;

border-spacing:0;

}

caption, th, td {

text-align:left;

font-weight:normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

content:"";

}

blockquote, q {

quotes:"" "";

}

/*End NULL*/

body {

font-family:Tahoma, Verdana, Arial, 'Sans Serif';

margin:20px;

}

.simple-little-table {

font-family:Arial, Helvetica, sans-serif;

color:#666;

font-size:12px;

text-shadow: 1px 1px 0px #fff;

background:#eaebec;

margin:20px;

border:#ccc 1px solid;

border-collapse:separate;

-moz-border-radius:3px;

-webkit-border-radius:3px;

border-radius:3px;

-moz-box-shadow: 0 1px 2px #d1d1d1;

-webkit-box-shadow: 0 1px 2px #d1d1d1;

box-shadow: 0 1px 2px #d1d1d1;

}

.simple-little-table th {

font-weight:bold;

padding:21px 25px 22px 25px;

border-top:1px solid #fafafa;

border-bottom:1px solid #e0e0e0;

background: #ededed;

background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));

background: -moz-linear-gradient(top,  #ededed,  #ebebeb);

}

.simple-little-table th:first-child{

text-align: left;

padding-left:20px;

}

.simple-little-table tr:first-child th:first-child{

-moz-border-radius-topleft:3px;

-webkit-border-top-left-radius:3px;

border-top-left-radius:3px;

}

.simple-little-table tr:first-child th:last-child{

-moz-border-radius-topright:3px;

-webkit-border-top-right-radius:3px;

border-top-right-radius:3px;

}

.simple-little-table tr{

text-align: center;

padding-left:20px;

}

.simple-little-table tr td:first-child{

text-align: left;

padding-left:20px;

border-left: 0;

}

.simple-little-table tr td {

padding:18px;

border-top: 1px solid #ffffff;

border-bottom:1px solid #e0e0e0;

border-left: 1px solid #e0e0e0;


background: #fafafa;

background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));

background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);

}

.simple-little-table tr:nth-child(even) td{

background: #f6f6f6;

background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));

background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);

}

.simple-little-table tr:last-child td{

border-bottom:0;

}

.simple-little-table tr:last-child td:first-child{

-moz-border-radius-bottomleft:3px;

-webkit-border-bottom-left-radius:3px;

border-bottom-left-radius:3px;

}

.simple-little-table tr:last-child td:last-child{

-moz-border-radius-bottomright:3px;

-webkit-border-bottom-right-radius:3px;

border-bottom-right-radius:3px;

}

.simple-little-table tr:hover td{

background: #f2f2f2;

background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));

background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);

}

.simple-little-table a:link {

color: #666;

font-weight: bold;

text-decoration:none;

}

.simple-little-table a:visited {

color: #999999;

font-weight:bold;

text-decoration:none;

}

.simple-little-table a:active,

.simple-little-table a:hover {

color: #bd5a35;

text-decoration:underline;

}

он отвечял за таблиуц

всё проблема решена спс за помошь

Изменено пользователем oborocv
Ссылка на сообщение
Поделиться на других сайтах

разорвите меня семеро, ТС переживает, что фона не видно? так это же хорошо, что не видно этого психодела! что ваш дизайнер употреблял, когда вам сайт рисовал?

Это он сам учиться)

Ссылка на сообщение
Поделиться на других сайтах

вотон весь style.css

что надо поменять чтобы в filefox был виден фон САЙТ


/* Designed by SanderArt.com */

* {

margin-top:0;

margin-bottom:0;

margin-right:0;

margin-left:0;

padding:0;

}

image{

border:0;

}

html{

padding:0px;

}

body{

background:#15060d url(../images/a2.jpg) no-repeat fixed;

background-size: 100% auto;

font-family:"Arial", Tahoma sans-serif;

font-size:12px;

height:100%;

margin:0px;

padding:0px;

}

a img,:link img,:visited img,:hover img {

border:0;

}

a {

color:#505050;

font-size:12px;

text-decoration:underline;

}

a:hover {

color:#000;

text-decoration:none;

}

h1,h2,h3,h4,h6,pre,form,p,blockquote,fieldset,input {

margin:0;

padding:0;

}

#container {

width:1000px;

margin:0px auto;

padding:0px 0 0 0;

}

#header{

width:1000px;

background:#000;

height:336px;

}

.nav ul{

width:1000px;

height:40px;

font-size: 13px;

font-weight: bold;

list-style: none;

padding:0;

margin:0;

background:url(../images/nav.png) 0 0 repeat-x;

}

.nav li

{

float: left;

position: relative;

}

.nav li a

{

font-family:"Arial";

font-size: 12px;

color:#FFFFFF;

line-height:40px;

padding:0 10px;

display: block;

text-decoration:none;

border-right:1px solid #333333;

}

.nav li a:hover {

z-index:100;

background:#202020 url(../images/bg4.png);

color: #000;

text-decoration: none;

}

.nblock {

display: none;

}

#block1{

width:990px;

height:100px;

padding:0 10px 0 0;

background:url(../images/block1.png) ;

}

#logo{

margin-left:0px;

width:400px;

height:100px;

float:left;

background:url(../images/logo.png) no-repeat;

}

#banner{

width:468px;

height:60px;

margin:20px auto;

float:right;

}

.searchblock{

width:240px;

height:35px;

margin:5px;

background:url(../images/search.png) 0 0  no-repeat;

}

.searchblock ul{

margin:5px 5px 5px 10px;

height:23px;

list-style:none;

padding:6px 0;

}

.searchblock li

{

float:left;

position: relative;

}

.searchblock li a

{

float:left;

position: relative;

}

.searchblock .searchbt input{

width:50px;

height:23px;

background:url(../images/searchbt.png) 0 0 no-repeat;

}

.searchblock .searchbt input:hover{

background:url(../images/searchbt.png) 0 -23px no-repeat;

}

.searchform{

color:#fff;

width:174px;

line-height:18px;

padding:4px 0 0 0;

border:0px;

font-size:14px;

background:transparent;

overflow: hidden;

}

#block2{

background:#fff url(../images/bg2.png) repeat-x;

width:1000px;

height:25px;

}

#block3{

background:#fff url(../images/bg3.png) repeat-x;

color:#ec6400;

font-size: 12px;

font-family: Arial;

font-weight:bold;

height:16px;

padding:3px 25px;

}

#block3 a {

font-size: 12px;

font-family: Arial;

font-weight:bold;

color:#fff;

text-decoration: none;

}

#block3 a:hover {

text-decoration:none;

color:#ec6400;

}

#day{

font-size:13px;

padding:5px 10px 0 0;

font-style:italic;

float:right;

color:#aeaeae;

text-align:center;

width:230px;

}

.menu1{

list-style:none;

float:left;

margin:0;

padding:2px 5px;

}

.menu1 li{

float:left;

display:block;

}

.menu1 li a{

float:left;

font-size:11px;

line-height:15px;

color:#303030;

padding:4px 25px 0 20px;

display: block;

background:url(../images/dot.png) 0 4px no-repeat;

text-decoration:none;

font-weight:bold;

}

.menu1 li a:hover{

color:#ec6400;

}

#social{

margin:10px 0 2px 20px;

width:250px;

height:34px;

}

#rss{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/rss.png) top no-repeat;

cursor:pointer;

border:0;

}

#fb{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/facebook.png) top no-repeat;

cursor:pointer;

border:0;

}

#vkontakte{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/vkontakte.png) top no-repeat;

cursor:pointer;

border:0;

}

#tw{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/twitter.png) top no-repeat;

cursor:pointer;

border:0;

}

#feedback{

float:left;

margin:1px 12px 0 0;

width:32px;

height:32px;

background:url(../images/feedback.png) top no-repeat;

cursor:pointer;

border:0;

}

#rss:hover{

background:url(../images/rss.png) 0 2px no-repeat;

}

#tw:hover{

background:url(../images/twitter.png) 0 2px no-repeat;

}

#fb:hover{

background:url(../images/facebook.png) 0 2px no-repeat;

}

#feedback:hover{

background:url(../images/feedback.png) 0 2px no-repeat;

}

#vkontakte:hover{

background:url(../images/vkontakte.png) 0 2px no-repeat;

}

/* login begin  */

.login{

padding:10px;

width:230px;

height:80px;

background:url(../images/login_bg.png);

}

.login130{

width:130px;

height:100px;

float:left;

}

.profilemenu{

margin:0;

padding:0 10px 0 0;

list-style:none;

}

.profilemenu li{

position: relative;

height:15px;

padding:3px 0 0 8px;

color:#fff;

}

.profilemenu li a{

align:center;

padding:4px 0 0 0;

font-size:14px;

color:#ec6400;

text-decoration:none;

}

.profilemenu li a:hover{

color:#fff;

}

.exit{

background:url(../images/exit.png) top no-repeat;

width:80px;

height:30px;

border:0;

cursor:pointer;

margin:10px 0 0 10px;

}

.exit:hover{

background:url(../images/exit.png) 0 -30px no-repeat;

}

.login100{

width:100px;

height:100px;

float:left;

}

.foto{

width:60px;

height:60px;

margin:10px;

}

.userlogin{

margin:10px 0 0 10px;

}

.userlogin a{

font-size:14px;

color:#000;

}

.usermenu{

width:230px;

padding:10px;

height:180px;

background:url(../images/usermenu.png) no-repeat;

}

.usermenu ul{

list-style:none;

margin:5px 0 0 35px;

width:180px;

}

.usermenu li a{

display: block;

font-size:13px;

color:#fff;

padding:0 20px;

line-height:24px;

background:url(../images/usermenubt.png) no-repeat;

text-decoration:none;

text-shadow:0 1px 2px #000;

}

.usermenu li a:hover{

background:url(../images/usermenubt.png) 0 -25px no-repeat;

text-decoration:none;

color:#000;

text-shadow:0 1px 2px #fff;

}

.enter{

width:80px;

height:30px;

background:url(../images/enter.png) top no-repeat;

border:0;

cursor:pointer;

margin:10px 0 0 10px;

}

.enter:hover{

background:url(../images/enter.png) 0 -30px no-repeat;

}

.loginmenu{

margin:5px 0 0 0;

padding:0 10px 0 0;

list-style:none;

}

.loginmenu li{

position: relative;

float:right;

height:15px;

}

.loginmenu li a{

align:center;

padding:4px 0 0 5px;

font-size:11px;

color:#ec6400;

text-decoration:none;

}

.loginmenu li a:hover{

color:#fff;

}

.login_field{

margin:10px 0 0 8px;

height:25px;

vertical-align: middle;

background:url(../images/login_field.png) 0 0 no-repeat;

}

.login_field:hover{

background:url(../images/login_field.png) 0 -25px no-repeat;

}

.field{

padding:4px 8px;

margin-top:1px;

width:104px;

height:17px;

color:#fff;

font-size:12px;

border:0px;

vertical-align: middle;

background:url(../images/login_field.png) no-repeat;

}

/* login end  */

#content{

width:1000px;

background:#101010;

border-bottom:1px solid #000;

color:#aeaeae;

}

#middle {

width:750px;

margin:0 250px 0 0;

background:#202020;

}

#right {

padding:0;

float:right;

width:250px;

background:#101010;

}

.block{

width:250px;

color:#909090;

}

.menu{

width:250px;

font-size: 12px;

list-style: none;

margin:0;

padding: 0;

}

.menu li a

{

font-family:Arial;

float:left;

width:190px;

padding:0 20px 0 40px;

line-height:25px;

font-size: 12px;

color: #cdcdcd;

text-decoration:none;

display: block;

background:url(../images/menu.png) top left no-repeat;

margin:0 0 1px 0;

}

.menu li a:hover

{  

color:#fff;

text-decoration:none;

background:url(../images/menu.png) 0 -30px no-repeat;

}

.calendar-archives{

list-style:none;

width:250px;

height:40px;

margin:0;

padding: 0;

background:#000 url(../images/nav.png) repeat-x;

}

.calendar-archives a{

margin:5px 10px;

float:left;

display:block;

width:105px;

padding:0 ;

text-align:center;

line-height:25px;

font-size:12px;

color:#fff;

text-decoration:none;

background: ;

border-radius:5px;

-webkit-border-radius:5px;

-moz-border-radius: 5px;

font-weight:bold;

}

.calendar-archives a:hover{

color:#ec6400;

}

#calen{

background:url(../images/bg6.png);

}

#archives {

width:230px;

vertical-align: top;

text-align:center;

font-size:11px;

line-height:20px;

display:none;

}

#archives a{

width:100%;

color:#ff40d4;

padding:2px 7px;

-webkit-border-radius: 6px;

-moz-border-radius: 6px;

border-radius: 6px;

text-decoration: none;

}

#archives a:hover {

background:#ff40d4;

color:#ffffff;

text-decoration:none;

}

.topnews{

margin:10px;

width:230px;

background:#303030 url(../images/topnews.png) no-repeat;

border-radius:10px;

-webkit-border-radius: 10px;

-moz-border-radius: 10px;

min-height:150px;

}

.topnews_title{

height:20px;

padding:5px 30px;

color:#fff;

font-size:15px;

font-weight:bold;

}

.topnews ul{

color:#009cff;

font-weight:bold;

list-style:none;

padding:0 0 10px 0;

}

.topnews li{

position:relative;

padding:5px;

border-bottom:1px dashed #505050;

}

.topnews a{

color:#ffa4e4;

margin-top:5px;

font-size:12px;

font-weight:normal;

padding: 1px 0 4px 0;

text-decoration:none;

}

.topnews a:hover{

color:#fff;

text-decoration:underline;

}

.tagscloud{

width:230px;

padding:40px 10px 10px 10px;

background:#000 url(../images/tagscloud.png) no-repeat;

}

.tagscloud a{

color:#808080;

}

/* ГОЛОСОВАНИЕ */

.blockvote{

background: #202020 url(../images/vote.png) no-repeat;

width:230px;

margin:10px;

padding:40px 0 0 0;

border-radius:10px;

-webkit-border-radius: 10px;

-moz-border-radius: 10px;

border:1px solid #8a0093;

}

.blockvote a{

color:#fff;

font-size:12px;

background:#b12e94;

border-radius: 7px;

-webkit-border-radius: 7px;

-moz-border-radius: 7px;

padding:5px;

margin:0 0 0 50px;

text-decoration:none;

}

.blockvote a:hover{

background:#000;

}

.vbutton{

font-family:Arial;

background:url(../images/votebutton.png) 0 0;

cursor:pointer;

width:100px;

height:40px;

border:0;

float:left;

font-size:12px;

font-weight:bold;

margin:0 0 0 10px;

color:#aeaeae;

}

.vbutton:hover{

background:url(../images/votebutton.png) -100px 0;

color:#000;

}

.ads{

padding:5px;

}

/* FOOTER		 */

.footer {

border-top:1px solid #505050;

width:1000px;

height:60px;

background:url(../images/footer.png) no-repeat;

color:#fff;

padding:0;

}

.ftr{

width:180px;

float:right;

padding:13px 10px 0 120px;

height:47px;

}

.ftl{

font-weight:bold;

text-align:left;

margin:0 0 0 400px;

padding:23px 10px 12px 25px;

height:25px;

color:#aaaaaa;

float:left;

width:250px;

}

.ftl a{

color:#e7baef;

font-size:10px;

}

.ftl a:hover{

text-decoration:underline;

color:#fff;

}

.input1{

width:312px;

height:13px;

padding:3px 0;

font-family:verdana;

font-size:12px;

}

.input1:hover, .input3:hover, .txsh:hover, textarea:hover{

-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

}

.input2{

width:100px;

height:13px;

padding:3px 0;

font-size:12px;

}

.input3{

width:223px;

height:18px;

font-family:"Tahoma";

font-size:12px;

}


.clear {

margin:0;

padding:0;

height:1px;

clear:both;

width:100%;

}

.alert{

background:url(../images/alert.png) left top no-repeat;

padding:0 0 0 70px;

min-height:64px;

}

.line{

color:#404040;

background:#f1f7ef ;

padding:5px 30px;

border:1px solid #e6e6e6;

font-weight:bold;

}

.line h{

width:100px;

float:left;

padding:3px;

}

.line a{

color:#ec6400;

}

.row{

font-size:14px;

color:#404040;

background:#f6f6f6;

border-bottom:1px solid #e4e4e4;

padding:5px;

margin:10px 0;

}

.row a{

color:#202020;

}

.row h{

min-width:150px;

float:left;

padding:3px;

}

/* NEWS POST */

/* ПОЛНАЯ НОВОСТЬ  */

.fullstory{

width:730px;

background:#fff;

padding:0 10px;

}

.data{

font-size:12px;

color:#909090;

height:25px;

font-weight:bold;

}

.data a {

font-size:12px;

color:#ec6400;

}

.data a:hover{

color:#000000;

}

.cell{

height:13px;

padding:5px;

float:left;

}

.post-story-full {

color:#303030;

font-size:12px;

line-height:150%;

text-align:justify;

padding: 1px 5px 5px 5px;

}

.post-story-full a {

color:#ec6400;

}

.post-story-full a:hover {

color:#000000;

text-decoration:none;

}

.post-story-full img {

margin:5px;

}

.post-story-full ul {

margin-left:15px;

}

.data2{

font-size:12px;

color:#909090;

height:25px;

font-weight:bold;

background:#e8e8e8 url(../images/bg5.png) repeat-x;

}

.data2 a {

font-size:12px;

color:#ec6400;

}

.data2 a:hover{

color:#000000;

}


.post{

width:750px;

background-color: #202020;

border-top:1px solid #505050;

border-bottom:1px solid #000;

border-radius:0 10px 10px 0;

-webkit-border-radius:0 10px 10px 0;

-moz-border-radius:0 10px 10px 0;

}

.post-title{

padding:5px;

font-size:16px;

color:#ec6400;

font-weight:bold;

text-decoration:none;

font-family:"Arial";

}

.post-title a{

color:#000;

font-size:16px;

text-decoration:none;

font-family:"Arial";

}

.post-title a:hover{

color:#ec6400;

text-decoration:underline;

}

.post-data{

float:left;

width:90px;

padding:5px;

font-size:11px;

color:#cbcbcb;

}

.post-data ul{

list-style:none;

}

.post-data li {

padding:3px 0 10px 0;

border-bottom:1px dotted #505050;

text-align:center;

font-size:12px;

min-height:10px;

display:block;

}

.post-data a {

font-size:12px;

color:#ec6400;

text-decoration:none;

}

.post-data a:hover {

color:#fff;

text-decoration:underline;

}

.format1{

font-size:20px;

}

.format2{

font-size:25px;

}

.more{

padding:0;

float:right;

clear:bottom;

margin:10px 5px 10px 0;

}

.more span a{

width:90px;

height:40px;

padding:5px 10px;

background: url(../images/more.png) left top repeat-x;

font-family:Arial;

font-weight:bold;

text-shadow:0 1px 1px #fff;

color:#000;

font-size:12px;

border-radius: 7px;

-webkit-border-radius: 7px;

-moz-border-radius: 7px;

text-decoration:none;

box-shadow: 0 1px 3px #505050;

-moz-box-shadow: 0 1px 3px #505050;

-webkit-box-shadow: 0 1px 3px #505050;

border:1px solid #d0d0d0;

}

.more span a:hover{

color:#000;

cursor: pointer;

background: url(../images/more.png) 0px -25px repeat-x;

border:1px solid #a5a5a5;

box-shadow: 0 1px 3px #000;

-moz-box-shadow: 0 1px 3px #000;

-webkit-box-shadow: 0 1px 3px #000;

}

.post-story {

margin: 0px;

color:#303030;

font-size:12px;

line-height:150%;

text-align:justify;

padding: 1px 5px 5px 5px;

}

.post-story a {

color:#ec6400;

}

.post-story a:hover {

color:#000000;

text-decoration:none;

}

.post-story img {

margin:5px;

}

.post-story ul {

margin-left:15px;

}

.related{

background:#505050 ;

color:#fff;

padding:5px 10px 10px 10px;

border-bottom:1px solid #000;

border-top:1px solid #909090;

}

.related b{

padding:0 0 0 20px;

font-size:15px;

font-family:Arial;

}

.related ul{

list-style:none;

padding:5px 0 0 5px;

}

.related li a{

color:#ffa4e4;

background:url(../images/relatedli.png) 2px 2px no-repeat;

padding:0 0 0 15px;

text-decoration:none;

font-size:12px;

}

.related li a:hover{

color:#fff;

text-decoration:underline;

background:url(../images/relatedli.png) 2px -28px no-repeat;

}

.tags{

background:#f7f7f7;

padding:3px 5px 5px 30px;

color:#717375;

font-size:15px;

}

.tags a{

color:#717375;

}

/* COMMENTS */

.addcomment1{

width:680px;

padding:0;

background: url(../images/addcomment.png) 0 0 repeat-y;

}

.addcomment2{

width:680px;

padding:20px 0 0 0;

background: url(../images/addcomment.png) -680px top no-repeat;

}

.addcomment3{

width:640px;

padding:0 20px 30px 20px;

background: url(../images/addcomment.png) -1360px bottom no-repeat;

}

.title{

width:620px;

height:25px;

background:#000 url(../images/nav.png) repeat-x ;

padding:5px 10px 0 10px;

color:#fff;

font-size:18px;

border-top:1px solid #606060;

-webkit-border-radius:10px 10px 0 0;

-moz-border-radius:10px 10px 0 0;

border-radius:10px 10px 0 0;

}

.addcomment-post{

padding:10px;

}

.comment{

padding:0;

width:700px;

background:#fff url(../images/commentbg.png) top left repeat-y;

border-radius:10px;

-webkit-border-radius:10px;

-moz-border-radius:10px;

margin:0 25px 10px 25px;

}

.comment a{

color:#1ea4cb;

}

.comment table{

margin:0;

}

.comment-left{

float:left;

height:100%;

width:110px;

font-size:12px;

padding:7px;

color:#515151;

}

.comment-right{

color:#515151;

margin-left:130px;

min-height:100px;

padding:0 10px 5px 0;

font-size:12px;

}

.comment-title{

height:30px;

padding:5px 5px 0 0;

font-size:12px;

color:#7a7a7a;

}

.comment-title a{

font-weight:bold;

color:#ec6400;

font-size:12px;

text-decoration:none;

}

.comment-title a:hover{

color:#000;

}

.comment-number{

border-radius:0 10px 0 10px;

-webkit-border-radius:0 10px 0 10px;

-moz-border-radius:0 10px 0 10px;

margin:-7px -17px 0 0;

min-width:20px;

padding:2px 0 0 10px ;

font-weight:bold;

height:23px;

color:#fff;

font-size:15px;

float:right;

background:#909090 url(../images/bg6.png) repeat-x;

}

.compost{

background:#f5f5f5;

width:554px;

padding:5px;

border:1px solid #e4e4e4;

}

.mass_comments_action{

padding:0 5px 5px 10px;

}

.stat{

height:15px;

margin:0 20px 0 20px;

padding:2px 0 5px 0;

border-bottom:1px solid #e4e4e4;

}

.stat span{

float:right;

}

table{

background:transparent;

border:0px;

border-collapse:separate;

}

table td{

text-align:left;

padding:0px;

background:transparent;

}

select {

font-size: 11px;

font-family: tahoma;

}

.stext {

color: #727272;

font-size: 11px;

font-family: tahoma;

}

.stext a:active,

.stext a:visited,

.stext a:link {

color: #0084ff;

text-decoration:none;

}

.stext a:hover {

color: #FFFFFF;

text-decoration: underline;

}

.ntitle {

color: #CC00FF;

font-size: 15px;

font-family: tahoma;

font-weight: bold;

padding:11px 0 0 6px;

}

.ntitle a {

color: #0084ff;

text-decoration: underline;

}

.ntitle a:hover {

text-decoration:none;

}

.userstop{

font-family:Tahoma;

font-size:11px;

color:#606D77;


}

.userstop thead {

font-family:Arial;

padding:5px 0 0 5px;

height:20px;

font-size:13px;

	font-weight: bold;

color:#ec6400;

background:#909090 url(../images/nav.png) top left repeat-x;

}

.userstop td {

text-align:center;

height:25px;

padding:0px;

border:1px solid #909090;

}

.userstop a {

color:;

text-decoration:none;

}

.userstop a:hover {

text-decoration: underline;

}


.navigation{

height:30px;

width:80%;

color:#000;

padding:5px 0;

margin:0 auto 10px auto;

border:1px solid #

}

.navigation b{

font-size:25px !important;

}

.navigation a:link,

.navigation a:visited,

.navigation a:active {

margin:1px;

line-height:20px;

text-decoration:none;

color:#ec6400;

padding:1px 5px;

font-size:18px;

background:#fff;

-webkit-border-radius: 15px;

-moz-border-radius: 15px;

border-radius: 15px;

}

.navigation a:hover{

background:#505050;

color:#fff;

text-decoration:none;

}

.navigation span {

text-decoration:none;

padding:1px 5px;

color:#303030;

font-size:18px;

background:#ec6400;

-webkit-border-radius: 15px;

-moz-border-radius: 15px;

border-radius: 15px;

}

.pm_status {

	float:left;

	border: 1px solid #d8d8d8;

	padding: 0px;

	background-color: #fff;

	width: 280px;

	height: 100px;

	margin-left: 20px;

	margin-right: 5px;

}

.pm_status_head {

	border-bottom: 1px solid #d8d8d8;

	font-size: 0.9em;

	background: #fff url("../images/bbcodes.png") repeat-x 0 100%;

	height: 22px;

	padding: 0;

	font-weight: bold;

	text-align: center;

	color: #4e4e4e;

}

.pm_status_content {

	padding: 5px;

}

--------------------ТАБЛИЦА-----------------------------------------------

/* NULL */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

margin:0;

padding:0;

border:0;

outline:0;

font-weight:inherit;

font-style:inherit;

font-size:100%;

font-family:inherit;

vertical-align:baseline;

background:transparent;

}

/*Do not forget to describe the styles for:focus!*/

:focus {

outline:0;

}

body {

line-height:1;

}

ol, ul {

list-style:none;

}

/*For tables still need to write 'cellspacing="0"' in code*/

table {

border-collapse:collapse;

border-spacing:0;

}

caption, th, td {

text-align:left;

font-weight:normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

content:"";

}

blockquote, q {

quotes:"" "";

}

/*End NULL*/

body {

font-family:Tahoma, Verdana, Arial, 'Sans Serif';

margin:20px;

}

.simple-little-table {

font-family:Arial, Helvetica, sans-serif;

color:#666;

font-size:12px;

text-shadow: 1px 1px 0px #fff;

background:#eaebec;

margin:20px;

border:#ccc 1px solid;

border-collapse:separate;

-moz-border-radius:3px;

-webkit-border-radius:3px;

border-radius:3px;

-moz-box-shadow: 0 1px 2px #d1d1d1;

-webkit-box-shadow: 0 1px 2px #d1d1d1;

box-shadow: 0 1px 2px #d1d1d1;

}

.simple-little-table th {

font-weight:bold;

padding:21px 25px 22px 25px;

border-top:1px solid #fafafa;

border-bottom:1px solid #e0e0e0;

background: #ededed;

background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));

background: -moz-linear-gradient(top,  #ededed,  #ebebeb);

}

.simple-little-table th:first-child{

text-align: left;

padding-left:20px;

}

.simple-little-table tr:first-child th:first-child{

-moz-border-radius-topleft:3px;

-webkit-border-top-left-radius:3px;

border-top-left-radius:3px;

}

.simple-little-table tr:first-child th:last-child{

-moz-border-radius-topright:3px;

-webkit-border-top-right-radius:3px;

border-top-right-radius:3px;

}

.simple-little-table tr{

text-align: center;

padding-left:20px;

}

.simple-little-table tr td:first-child{

text-align: left;

padding-left:20px;

border-left: 0;

}

.simple-little-table tr td {

padding:18px;

border-top: 1px solid #ffffff;

border-bottom:1px solid #e0e0e0;

border-left: 1px solid #e0e0e0;


background: #fafafa;

background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));

background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);

}

.simple-little-table tr:nth-child(even) td{

background: #f6f6f6;

background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));

background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);

}

.simple-little-table tr:last-child td{

border-bottom:0;

}

.simple-little-table tr:last-child td:first-child{

-moz-border-radius-bottomleft:3px;

-webkit-border-bottom-left-radius:3px;

border-bottom-left-radius:3px;

}

.simple-little-table tr:last-child td:last-child{

-moz-border-radius-bottomright:3px;

-webkit-border-bottom-right-radius:3px;

border-bottom-right-radius:3px;

}

.simple-little-table tr:hover td{

background: #f2f2f2;

background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));

background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);

}

.simple-little-table a:link {

color: #666;

font-weight: bold;

text-decoration:none;

}

.simple-little-table a:visited {

color: #999999;

font-weight:bold;

text-decoration:none;

}

.simple-little-table a:active,

.simple-little-table a:hover {

color: #bd5a35;

text-decoration:underline;

}


Изменено пользователем oborocv
Ссылка на сообщение
Поделиться на других сайтах

oborocv, давай, вместе перечитаем моё сообщение.

oborocv, у тебя на сайте подключен такой .css http://www.calculato...r/stili-out.css, в котором прописаны следующие строки body { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #000; margin: 0px; padding: 0px; background-color: #FFF; } а тут уже принцип иерархии, что стоит выше, обрабатывается в первую очередь. Основной .css файл идёт первый в нём прописан фон, но потом идём другой .css файл, в котором написано, что цвет фона белый, и Мозила, как самый умный и честный, проигнорировал то, что было в начале и отобразил то, что идёт потом. По моему очень правильно и логично. Он не может мысли читать, не может угадать то, что вы хотите видеть
Ссылка на сообщение
Поделиться на других сайтах

oborocv,Нет, нужно слить с калькулятора ксс файл, править его и заливать на ваш сайт, либо добавлять в ксс вашего сайта.

Изменено пользователем VMelnik
Ссылка на сообщение
Поделиться на других сайтах

я в main.tpl тока ето вбил в блок


<iframe width="219" height="302" src="http://www.calculator888.ru/outdoor/?f=666666&r=000000" scrolling="no" frameborder="0"></iframe>

и если даже удаляю этот код то проблема не исчезает :(

Ссылка на сообщение
Поделиться на других сайтах

Попробуйте в style.css изменить

background:#15060d url(../images/a2.jpg) no-repeat fixed;

на

background: url(../images/a2.jpg) no-repeat fixed;

То есть, убрать #15060d

Ссылка на сообщение
Поделиться на других сайтах

Попробуйте в style.css изменить

background:#15060d url(../images/a2.jpg) no-repeat fixed;

на

background: url(../images/a2.jpg) no-repeat fixed;

То есть, убрать #15060d

пробовал, не помогает

Ссылка на сообщение
Поделиться на других сайтах

2-я страница...

откройте файл стилей (http://potapov.16mb....k/css/style.css)

Найдите


applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	background: none repeat scroll 0 0 transparent;

	border: 0 none;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0 none;

	padding: 0;

	vertical-align: baseline;

}

и замените на

applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0 none;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0 none;

	padding: 0;

	vertical-align: baseline;

}

тоесть без "background:transparent;"

Изменено пользователем master27
Ссылка на сообщение
Поделиться на других сайтах

Присоединяйтесь к обсуждению

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

Гость
Ответить в тему...

×   Вставлено в виде отформатированного текста.   Вставить в виде обычного текста

  Разрешено не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отобразить как ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставить изображения напрямую. Загрузите или вставьте изображения по ссылке.

×
×
  • Создать...