Jump to content
  • 0

Проблема с сайтом


Demoni
 Share

Question

Есть сайт http://www.vms-print.ru/ (CMS Joomla 1.5)

Проблема: На локальной машине (Денвер) создал шаблон, оптимизировал его в браузерах Opera, FireFox, Chrome, Safari.

При переносе на хостинг появился отступ с верху во всех браузерах кроме Opera, а так же в FireFox перестала работать border.

Сначало грешил на хостинг) Залил не бесплатный, результат: отступ везде, в FireFox border не работает, в остальных норм.

В чём может быть проблема?

HTML

<?php defined( '_JEXEC' ) or die( 'Restricted access' ); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link href="<?php echo $this->baseurl ?>/templates/VMS2/styles.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/VMS2/imagesize.css" type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/VMS2/js.js"></script>

</head>
<body>
<div id="container">
<div id="header">
<table width="1000" border="0">
<tr>
<td align="center"><a border="0" href="http://www.vms-print.ru/"><img border="0" src="<?php echo $this->baseurl ?>/templates/VMS1/img/vms.png" width="142" height="50" /></a></td>
<td align="center" width="564">

<table width="564px" border="0">
<tr>
<td><a border="0" href="index.php?option=com_content&view=article&id=8&Itemid=2"><img border="0" src="<?php echo $this->baseurl ?>/templates/VMS2/img/menu_01.gif" width="152" height="31" /></a></td>
<td><a border="0" href="index.php?option=com_content&view=article&id=6&Itemid=3"><img border="0" src="<?php echo $this->baseurl ?>/templates/VMS2/img/menu_02.jpg" width="110" height="31" /></a></td>
<td><a border="0" href="index.php?option=com_content&view=article&id=9&Itemid=4"><img border="0" src="<?php echo $this->baseurl ?>/templates/VMS2/img/menu_03.gif" width="147" height="31" /></a></td>
<td><a border="0" href="index.php?option=com_content&view=article&id=7&Itemid=5"><img border="0" src="<?php echo $this->baseurl ?>/templates/VMS2/img/menu_04.gif" width="155" height="31" /></a></td>
</tr>
</table>
</td>
<td align="center"><a border="0" href="index.php?option=com_content&view=article&id=6&Itemid=3"><img border="0" src="<?php echo $this->baseurl ?>/templates/VMS2/img/tel.jpg" width="179" height="42" /></a></td>
</tr>
</table>
</div>
<table width="1000px" border="0" class="tab">
<tr>
<td width="220px" valign="top">

<div id="left"><?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
</div>

</td>

<td style="border-left:1px solid #000; width:0.1px;">
</td>

<td width="740px" valign="top"> <div id="right">
<jdoc:include type="component" />
</div>

</td>

</tr>
</table>

<div id="footer">
<br>
<p class="m"><b>Полиграфическое предприятие ВМС-Принт 2011 | Московская область, г. Подольск, Нефтебазовский проезд, д.6</b></p>
</div>
</div>
</div>

</body>
</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

  • 0

Вот это убрать, так писать безграмотно.

  <style type="text/css">
<!--
#ais_18_wrapper,#ais_18{width:922px;height:400px;}#ais_18_wrapper .nivoSlider
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border:#333;
}
-->
</style>

Link to comment
Share on other sites

  • 0

Это стиль прописанный к модулю слайдшоу (в админке), он взят в комментарий, так как вскоре его придется разкоментить. Он служит отключением тени у слайдшоу.

По каким еще причинам сайт может так глючить?

Edited by Demoni
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy