div.module_menu div { background: url(img/mw_box_bl.png) 0 100% no-repeat; }
div.module_menu div div { background: url(img/mw_box_tr.png) 100% 0 no-repeat; }
div.module_menu div div div { background: url(img/mw_box_tl.png) 0 0 no-repeat; } */ /*Настройки типа "Список"*/ li { margin-left:-5px; padding-left:-5px; list-style: none;}
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Demoni
Есть сайт http://www.vms-print.ru/ (CMS Joomla 1.5)
Проблема: На локальной машине (Денвер) создал шаблон, оптимизировал его в браузерах Opera, FireFox, Chrome, Safari.
При переносе на хостинг появился отступ с верху во всех браузерах кроме Opera, а так же в FireFox перестала работать border.
Сначало грешил на хостинг) Залил не бесплатный, результат: отступ везде, в FireFox border не работает, в остальных норм.
В чём может быть проблема?
HTML
CSS
body { margin:0; padding:0;
}
.bg{background: url(img/bg.jpg)}
.font{font-family:Verdana; font-weight:bold; font-size:16px; color:#333399;}
.size{font-size:15px;}
.link{color:#09F;}
.otstup{margin-bottom:25px;}
#container {
margin:auto;
padding:0px;
width:1000px;
}
a:hover{color:#F03}
#header {
margin:0px;
padding:0px;
background:url(img/headr.jpg) 50% 50% no-repeat;
height:67px;
width:1000px;
}
#left{
margin:0px;
padding:0px;
padding-left:30px;
}
#right{
margin:0px;
padding:0px;
width:740px;
padding-left:25px;}
.tab{
margin-top:50px;
margin-bottom:50px;
padding:0px;
}
#footer {
background:url(img/footer.jpg) 50% 50% no-repeat;
width:1000px;
height:44px;
width:1000px;
height:44px;
font-family:Tahoma, Palatino, serif;
text-align:center;
font-size:12px;
}
.m{
margin-top:8px;
padding:0px;
font-family:arial;
}
.hovergallery img{
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-o-transform:scale(0.9);
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
}
.hovergallery img:hover{
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
opacity: 1;
}
.text {color: #39F;
font-size:16px;}
.date{color: #3C6;
}
h3{ font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #666;padding-left: 5px;}
ul.menu li ul{ font-family:"Arial Black", Gadget, sans-serif}
div.module_menu ul {
margin: 10px 0;
padding-left: 10px;
}
/* Ссылки */
div.module_menu a:visited, div.module_menu a:link {
color:#333;
font-family: Tahoma;
font-size:15px;
font-weight:bold;
text-decoration:none;
font-style: normal;
}
div.module_menu a:hover{
color:#F93;
text-decoration:none;
font-style: normal;
}
#current a {
color:#36C; }
.separator, .mainlevel{
font-weight: bold;
color:#039;
text-decoration:none;
font-size:18px;
font-family:Tahoma, Geneva, sans-serif;
font-style:italic;
}
/*Рамка меню*//*
#pillmenu a#active_menu-nav {
background: url(img/mw_menu_active_bg.png) repeat-x;
color: #fff;
}
div.module_menu {
background: url(img/mw_box_br.png) 100% 100% no-repeat;
}
div.module_menu div {
background: url(img/mw_box_bl.png) 0 100% no-repeat;
}
div.module_menu div div {
background: url(img/mw_box_tr.png) 100% 0 no-repeat;
}
div.module_menu div div div {
background: url(img/mw_box_tl.png) 0 0 no-repeat;
}
*/
/*Настройки типа "Список"*/
li {
margin-left:-5px;
padding-left:-5px;
list-style: none;}
ul {
margin-left:-5px;
padding-left:-5px;
list-style: none;
}
div.moduletable_hilite1 a:hover, div.moduletable_hilite1 a:active, div.moduletable_hilite1 a:focus, #active_menu {
color: #000000 !important;
font-weight: bold;
}
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.