Joomla 1.5 Сайт не работает в IE

Тема в разделе "Сайт умер, лежит и не дышит", создана пользователем shogun84, 16.11.2009.

?

Как часто созданый сайт на joomla конфликтует с IE

  1. Первый раз слышу о такой проблеме

    1 голосов
    12.5%
  2. Есть такая проблема но это не CMS, а хостинг

    0 голосов
    0.0%
  3. Да проблема актуальна

    7 голосов
    87.5%
  1. Offline

    shogun84 Недавно здесь

    Регистрация:
    16.11.2009
    Сообщения:
    3
    Симпатии:
    0
    Пол:
    Мужской
    Доброго времени суток. Подскажите пожалуйста в чем может быть проблема, сайт dniprotravel.com.ua некоректно работает в internet explorer или можно сказать вообще не работет. В Opera и Firefox работает нормально. И ногда не открывается вообще пишет не удалось открыть узел http://dniprotravel.com.ua, иногда открывается но после хождения по сайту (обчно пару страничек открывает) происходит таже ошибка с открытием узла.:'(
     
  2.  
  3. Gronpipmaster
    Offline

    Gronpipmaster Недавно здесь => Cпециалист <=

    Регистрация:
    21.01.2009
    Сообщения:
    1 392
    Симпатии:
    62
    Пол:
    Мужской
    shogun84, причем тут юмла? это верстка и как воспринимает ее ие, в любой цмс бывают глюки с ие, и даже на простом html тоже будет ехать в ие верстка
     
  4. Offline

    shogun84 Недавно здесь

    Регистрация:
    16.11.2009
    Сообщения:
    3
    Симпатии:
    0
    Пол:
    Мужской
    А Вы немогли б подсказать, что не так с версткой
    Вот код index странички. Спасибо большое.[!!!]
    Код (CODE):
    1. <?php
    2. defined( '_JEXEC' ) or die( 'Restricted access' );
    3. JPlugin::loadLanguage( 'tpl_SG1' );
    4. ?>
    5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
    7. <head>
    8. <jdoc:include type="head" />
    9. <link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
    10. <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
    11. <script type="text/javascript" src="js/prototype.js"></script>
    12. <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
    13. <script type="text/javascript" src="js/lightbox.js"></script>
    14. <link rel="stylesheet" href="js/lightbox.css" type="text/css" media="screen" />
    15. <meta http-equiv="Content-Type" content="text/html; charset="iso-8859-1" /></head>
    16. <body id="page_bg">
    17. <div id="top">
    18.         <div class="pill_m">
    19.             <div id="pillmenu">
    20.                 <jdoc:include type="modules" name="user3" />
    21.             </div>
    22.         </div> 
    23.     </div>
    24.     <div id="header">
    25.     <OBJECT codeBase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0
    26. height="173" width="100%">
    27.   <PARAM NAME="movie" VALUE="templates/<?php echo $this->template ?>/images/flash.swf">
    28.   <PARAM NAME="menu" VALUE="false">
    29.   <PARAM NAME="quality" VALUE="high">
    30.   <PARAM NAME="scale" VALUE="noscale">
    31.   <PARAM NAME="salign" VALUE="lt">
    32.   <PARAM NAME="bgcolor" VALUE="#FFFFFF">
    33.   <PARAM NAME="flashvars" VALUE="extras_num=11">
    34. <embed src="templates/<?php echo $this->template ?>/images/flash.swf" width="100%" height="173" quality="high" bgcolor="#FFFFFF" type="application/x-shockwave-flash" /></OBJECT>
    35.     <div id="header_top">
    36.     </div>
    37.    </div>  
    38.     </div>
    39.    
    40. <div class="clr"></div>
    41.    
    42.         <div class="center">
    43.             <div id="wrapper">
    44.             <div id="inner_shadows">   
    45.                 <div id="content">
    46.                     <div id="leftcolumn">  
    47.                         <jdoc:include type="modules" name="left" style="rounded" />
    48.                         <?php $sg = 'banner'; include "templates.php"; ?>
    49.                     </div>
    50.                    
    51.                     <div id="maincolumn">
    52.                                                 <div id="rightcolumn">
    53.                         <jdoc:include type="modules" name="right" style="rounded" />
    54.                         </div>
    55.                                                
    56.                         <div class="nopad">
    57.                                                    
    58.                               <jdoc:include type="modules" name="user8" style="horizontal"/>
    59.                             <?php if($this->params->get('showComponent')) : ?>
    60.                                                              
    61.                                                             <jdoc:include type="component" />
    62.  
    63.                                 <?php if($_REQUEST['view'] == 'frontpage') : ?>
    64.                                                                
    65.                                                                         <jdoc:include type="modules" name="user9" style="horizontal"/>
    66.                                     <jdoc:include type="modules" name="top" />
    67.  
    68.                                 <?php endif; ?>                            
    69.                             <?php endif; ?>
    70.                                                                    
    71.                     <div class="clr"></div>
    72.                 </div>
    73.             </div>
    74.         </div>
    75.         <div id="content_bottom"></div>        
    76.     </div> 
    77.     <jdoc:include type="modules" name="debug" />
    78.     </div>
    79.    
    80.     <div id="footer">
    81.         <div id="sgf">
    82.             <?php $sg = ''; include "templates.php"; ?>
    83.         </div>
    84.     </div> 
    85. </body>
    86. </html>
     
    Последнее редактирование: 17.11.2009
  5. Gronpipmaster
    Offline

    Gronpipmaster Недавно здесь => Cпециалист <=

    Регистрация:
    21.01.2009
    Сообщения:
    1 392
    Симпатии:
    62
    Пол:
    Мужской
    shogun84, в стилях проблема
     
  6. Offline

    _voland_ Местный => Cпециалист <=

    Регистрация:
    12.04.2008
    Сообщения:
    2 171
    Симпатии:
    102
    Пол:
    Мужской
    Какое отношение имеет качество вертски к самой CMS и тем более к хостингу? Тему в топку
     
  7. Asylum
    Offline

    Asylum Местный => Cпециалист <=

    Регистрация:
    09.02.2007
    Сообщения:
    2 744
    Симпатии:
    160
    Пол:
    Мужской
    В опросе нет ответа "кривая css" а именно она несет ошибки
     
  8. Offline

    shogun84 Недавно здесь

    Регистрация:
    16.11.2009
    Сообщения:
    3
    Симпатии:
    0
    Пол:
    Мужской
    А можно подсказать в каком направлении двигатся с CSS:

    Код (CODE):
    1. html {
    2.   height: 100%;
    3.   margin-bottom: 0px;
    4. }
    5.  
    6. form {
    7.   margin: 0;
    8.   padding: 0;
    9. }
    10.  
    11. img,table {
    12.     border: none;
    13. }
    14.  
    15. body {
    16.     font-family: Tahoma, Arial, sans-serif;
    17.     line-height: 1.3em;
    18.     margin: 0;
    19.     padding: 0;
    20.     font-size: 12px;
    21.     color: #333;
    22. }
    23.  
    24. body.contentpane {
    25.     background: #F8F8F8 url(../images/bodybg.jpg) top left repeat-x;
    26. }
    27.  
    28. a:link, a:visited {
    29.     text-decoration: underline;
    30.     font-weight: normal;
    31.     color: #555;
    32. }
    33.  
    34. a:hover {
    35.     text-decoration: none;
    36.     font-weight: normal;
    37.     color: #333;
    38. }
    39.  
    40. input.button, .validate  {
    41.     color: #333;
    42.     font-size: 10px;
    43.     border: 1px solid #555;
    44. }
    45.  
    46. .search input.button {
    47.     text-align: right;
    48. }
    49.  
    50. input.button:hover, .validate:hover  {
    51.    
    52. }
    53.  
    54. p {
    55.     margin-top: 0;
    56.     margin-bottom: 5px;
    57.         text-align: justify;
    58. }
    59.  
    60. .inputbox {
    61.     border: 1px solid #555;
    62.     color: #333;
    63.     padding: 2px;
    64. }
    65. .inputbox:hover {
    66.  
    67. }
    68.  
    69. /*****************************************/
    70. /*** Template specific layout elements ***/
    71. /*****************************************/
    72. #page_bg {
    73.     padding: 0;
    74.     background: #FFF url(../images/bodybg.jpg) top left repeat-x;
    75. }
    76.  
    77. div.center {
    78.     text-align: center;
    79.     margin: 0 auto;
    80.     padding: 0 auto;
    81.     width: 1106px;
    82. }
    83.  
    84. div#wrapper {
    85.     margin: 0 auto;
    86.     padding: 0 auto;
    87.     width: 1106px;
    88.     text-align: left;
    89.     background: url(../images/content.jpg) top center repeat-y;
    90. }
    91.  
    92. #top {
    93.     width: 1106px;
    94.     height: 90px;
    95.     margin: 0 auto;
    96.     padding: 0;
    97.     background: url(../images/top.jpg) top center no-repeat;
    98. }
    99.  
    100. #header {
    101.     height: 323px;
    102.     background: url(../images/flash.swf) top center no-repeat;
    103.     margin: 0 auto;
    104.     width: 1106px;
    105. }
    106.  
    107. #header_top {
    108.     height: 150px;
    109.     background: url(../images/Volna_1.jpg) top center no-repeat;
    110.     margin: 0 auto;
    111.     width: 1106px;
    112. }
    113.  
    114. #inner_shadows {
    115.     background: url(../images/inner_shadows.jpg) top center no-repeat;
    116. }
    117.  
    118. #content {
    119.     width: 1106px;
    120.     margin: 0 auto;
    121.         padding: 10px;
    122.     overflow: hidden;
    123. }
    124.  
    125. #content_bottom {
    126.     width: 1106px;
    127.     height: 120px;
    128.     background: url(../images/bg_b_.jpg) top center no-repeat;
    129. }
    130.  
    131. #logo {
    132.     padding: 220px 30px 0 0;
    133.     text-align: right;
    134.     margin: 0 auto;
    135.     width: 890px;
    136. }
    137.  
    138. #logo a, #logo a:link, #logo a:hover {
    139.     font-weight: normal;
    140.     font-family: Verdana, Arial, sans-serif;
    141.     font-size: 20px;
    142.     padding: 0;
    143.     margin: 0;
    144.     letter-spacing: 1px;
    145.     color: #F9F9F9;
    146.     text-decoration: none;
    147.     outline: none;
    148.     line-height: 36px;
    149. }
    150.  
    151. .pill_m {
    152.     padding: 0;
    153.     width: 700px;
    154.     height: 22px;
    155.     float: right;
    156. }
    157.  
    158. #pillmenu {
    159.     float: right;
    160.     margin: 0;
    161.     padding: 68px 0 0 0;
    162. }
    163.  
    164. #pillmenu ul {
    165.     margin: 0;
    166.     padding: 0 20px;
    167.     list-style: none;
    168. }
    169.  
    170. #pillmenu li {
    171.     float: left;
    172.     margin: 0 2px;
    173.     padding: 0;
    174.     height: 22px;
    175.     background: url(../images/menu_li.jpg) top right no-repeat;
    176. }
    177.  
    178. #pillmenu li:hover {
    179.  
    180. }
    181.  
    182. #pillmenu li a#active_menu-nav {
    183.     color: #f4f4f4;
    184. }
    185.  
    186. #pillmenu li a {
    187.     font-family: Verdana, Tahoma, sans-serif;
    188.     font-size: 12px;
    189.     float: left;
    190.     display: block;
    191.     line-height: 22px;
    192.     padding: 0 8px 0 8px;
    193.     color: #e2e2e2;
    194.     text-decoration: none;
    195.     font-weight: normal;
    196.     background: url(../images/menu_li_a.jpg) top left no-repeat;
    197. }
    198.  
    199. #pillmenu li a:hover {
    200.     color: #f4f4f4;
    201. }
    202.  
    203. #leftcolumn {
    204.     margin: 8px;
    205.     width: 180px;
    206.     float: left;
    207.     text-align: left;
    208.     padding: 0 1px 0 0;
    209. }
    210.  
    211. #rightcolumn {
    212.     margin: 1px;
    213.     width: 180px;
    214.     float: right;
    215.     text-align: left;
    216.     padding: 0px 1px 0 0;
    217. }
    218.  
    219. div#maincolumn {
    220.     float: left;
    221.     width: 880px;
    222.    
    223.  
    224. }
    225.  
    226. div.nopad {
    227.     overflow: hidden;
    228.     padding-right: 10px;
    229. }
    230.  
    231. div.nopad ul {
    232.     clear: both;
    233. }
    234.  
    235. td.middle_pad {
    236.     width: 20px;
    237. }
    238.  
    239. #banner_l {
    240.     text-align: left;
    241.     padding: 0 0 0 24px;
    242. }
    243.  
    244. #footer {
    245.     margin: 0 auto;
    246.     width: 902px;
    247.     height: 50px;
    248.     text-align: center;
    249.     vertical-align: top;
    250.     padding-bottom: 10px;
    251. }
    252.  
    253. #footer p {
    254.     height: 20px;
    255.     text-align: right;
    256.     padding: 10px 30px 0 0;
    257.     color: #666;
    258. }
    259.  
    260. /*****************************************/
    261. /*** Joomla! specific content elements ***/
    262. /*****************************************/
    263.  
    264. div.offline {
    265.     background: #fffebb;
    266.     width: 100%;
    267.     position: absolute;
    268.     top: 0;
    269.     left: 0;
    270.     font-size: 1.2em;
    271.     padding: 5px;
    272. }
    273.  
    274. /* headers */
    275. div.componentheading {
    276.     height: 22px;
    277.     padding: 8px 0 0 10px;
    278. }
    279. table.blog {
    280.    
    281. }
    282. h1 {
    283.     padding: 0;
    284.     font-family: Tahoma, Arial, sans-serif;
    285.     font-size: 1.3em;
    286.     font-weight: bold;
    287.     vertical-align: bottom;
    288.     color: #333;
    289.     text-align: left;
    290.     width: 100%;
    291. }
    292.  
    293. h2, .contentheading {
    294.     padding: 0;
    295.     font-family: Tahoma, Arial, sans-serif;
    296.     font-size: 12px;
    297.     vertical-align: middle;
    298.     color: #333;
    299.     text-align: left;
    300.     font-weight: bold;
    301. }
    302.  
    303. table.contentpaneopen h3 {
    304.     margin-top: 25px;
    305. }
    306.  
    307. h4 {
    308.     font-family: Tahoma, Arial, sans-serif;
    309.     color: #333;
    310. }
    311.  
    312. h3, .componentheading, table.moduletable th, legend {
    313.     margin: 0;
    314.     font-family: Tahoma, Arial, sans-serif;
    315.     font-size: 14px;
    316.     text-align: left;
    317.     color: #555;
    318.     padding: 0;
    319. }
    320. /* small text */
    321. .small {
    322.     font-size: 10px;
    323.     color: #555;
    324.     font-weight: normal;
    325.     text-align: left;
    326. }
    327.  
    328. .modifydate {
    329.     height: 20px;
    330.     vertical-align: bottom;
    331.     font-size: 10px;
    332.     color: #555;
    333.     font-weight: normal;
    334.     text-align: right;
    335. }
    336.  
    337. .createdate {
    338.     height: 20px;
    339.     vertical-align: top;
    340.     font-size: 10px;
    341.     color: #555;
    342.     font-weight: normal;
    343.     vertical-align: top;
    344.     padding-top: 0px;
    345. }
    346.  
    347. a.readon {
    348.     display: block;
    349.     float: right;
    350.     line-height: 14px;
    351.     font-size: 10px;
    352.     text-decoration: none;
    353.     padding: 1px 2px 1px 2px;
    354. }
    355.  
    356. a.readon:hover {
    357.     color: #333;
    358. }
    359.  
    360. /* form validation */
    361. .invalid { border-color: #ff0000; }
    362. label.invalid { color: #ff0000; }
    363.  
    364.  
    365. /** overlib **/
    366.  
    367. .ol-foreground {
    368.     background-color: #f1f1f1;
    369.     color: #333;
    370. }
    371.  
    372. .ol-background {
    373.     background-color: #f1f1f1;
    374.     color: #333;
    375. }
    376.  
    377. .ol-textfont {
    378.     font-family: Tahoma, Arial, sans-serif;
    379.     font-size: 10px;
    380. }
    381.  
    382. .ol-captionfont {
    383.     font-family: Tahoma, Arial, sans-serif;
    384.     font-size: 12px;
    385.     color: #f6f6f6;
    386.     font-weight: bold;
    387. }
    388. .ol-captionfont a {
    389.     background-color: #f1f1f1;
    390.     color: #333;
    391.     text-decoration: none;
    392.     font-size: 12px;
    393. }
    394.  
    395. .ol-closefont {}
    396.  
    397. /* menu links */
    398. a.mainlevel:link, a.mainlevel:visited {
    399.     padding-left: 5px;
    400. }
    401.  
    402. a.mainlevel:hover {
    403.  
    404. }
    405.  
    406. /* spacers */
    407. span.article_separator {
    408.     display: block;
    409.     height: 20px;
    410. }
    411.  
    412. .article_column {
    413.  
    414. }
    415.  
    416. .column_separator {
    417.    
    418. }
    419.  
    420. td.buttonheading {
    421.     text-align: right;
    422.     width: 0;
    423. }
    424.  
    425. .clr {
    426.     clear: both;
    427. }
    428.  
    429. table.blog span.article_separator {
    430.     display: block;
    431.     height: 20px;
    432. }
    433.  
    434.  
    435.  
    436. /* table of contents */
    437. table.contenttoc {
    438.   margin: 5px;
    439.   border: 1px solid #ccc;
    440.   padding: 5px;
    441. }
    442.  
    443. table.contenttoc td {
    444.   padding: 0 5px;
    445. }
    446.  
    447.  
    448. /* content tables */
    449. td.sectiontableheader {
    450.   color: #333;
    451.   font-weight: bold;
    452.   padding: 4px;
    453.   border-bottom: 1px solid #666;
    454. }
    455.  
    456. tr.sectiontableentry0 td,
    457. tr.sectiontableentry1 td,
    458. tr.sectiontableentry2 td {
    459.   padding: 4px;
    460. }
    461.  
    462. td.sectiontableentry0,
    463. td.sectiontableentry1,
    464. td.sectiontableentry2 {
    465.   padding: 3px;
    466.   color: #333;
    467.   font-size: 10px;
    468. }
    469.  
    470.  
    471. /* content styles */
    472. .contentpaneopen, table.contentpane {
    473.     margin: 0;
    474.     padding: 0;
    475. }
    476.  
    477. table.contentpane td{
    478.     text-align: left;
    479. }
    480.  
    481. table.contentpane td.contentdescription {
    482.     width: 100%;
    483. }
    484.  
    485. table.contentpane  {
    486.     text-align: left;
    487.     float: left;
    488.     width: 100%;
    489.     margin: 8px;
    490. }
    491.  
    492. table.contentpane ul li a .category {
    493.     color: #FF8800;
    494. }
    495.  
    496. table.contentpane ul li {
    497.     color: #333;
    498. }
    499.  
    500. table.contentpaneopen {
    501.     margin: 2px 8px;
    502. }
    503.  
    504. table.contentpaneopen li {
    505.     margin-bottom: 5px;
    506. }
    507.  
    508. table.contentpaneopen fieldset {
    509.     border: 0;
    510.     border-top: 1px solid #669933;
    511. }
    512.  
    513. table.contentpaneopen h3 {
    514.     margin-top: 25px;
    515. }
    516.  
    517. table.contentpaneopen h4 {
    518.     font-family: Tahoma, Arial, sans-serif;
    519.     color: #669933;
    520. }
    521.  
    522. .highlight {
    523.     background-color: #fffebb;
    524. }
    525.  
    526. /* module control elements */
    527. table.user1user2 div.moduletable {
    528.     margin-bottom: 0px;
    529. }
    530.  
    531. div.moduletable, div.module {
    532.   margin-bottom: 25px;
    533. }
    534.  
    535. div.module_menu, div.module {
    536.     margin: 0;
    537.     padding: 0;
    538. }
    539.  
    540. div.module_menu div, div.module {
    541.    
    542. }
    543.  
    544. div.module_menu div div, div.module div div {
    545.     margin-bottom: 14px;
    546.     padding: 0;
    547.     background: url(../images/left_body.gif) bottom center no-repeat;
    548. }
    549.  
    550. div.module_menu div div div, div.module div div div{
    551.     padding: 0;
    552.     width: auto;
    553.     margin: 0;
    554.     background: url(../images/left_top.gif) top center no-repeat;
    555. }
    556.  
    557. div.module_menu div div div div, div.module div div div div {
    558.     background: none;
    559.     padding: 4px 8px;
    560. }
    561.  
    562. div.module div div div form {
    563.     padding: 0;
    564.     width: 164px;
    565.     margin: 0 auto;
    566. }
    567.  
    568. div.module div div div form ul {
    569.     margin: 0;
    570.     padding: 0 0 10px 40px;
    571. }
    572.  
    573. div.module_menu ul {
    574.     list-style: none;
    575. }
    576.  
    577. div.module_menu ul li{
    578.     margin: 0;
    579.     padding: 0;
    580. }
    581.  
    582. div.module_menu ul li a:link, div.module_menu ul li a:visited {
    583.     font-weight: bold;
    584.     background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
    585.     padding: 2px 0 2px 25px;
    586.     line-height: 24px;
    587. }
    588.  
    589.  
    590. #leftcolumn div.module table ,#rightcolumn div.module table {
    591.    
    592. }
    593.  
    594. #leftcolumn div.module table.poll {
    595.  
    596. }
    597.  
    598. #leftcolumn div.module table.poll td {
    599.     text-align: left;
    600. }
    601.  
    602. /* LEFT COL H3 */
    603. #leftcolumn h3, #rightcolumn h3 {  
    604.     color: #F9F9F9;
    605.     font-family: Verdana, Tahoma, Arial, sans-serif;
    606.     font-size: 12px;
    607.     text-align: left;
    608.     height: 30px;
    609.     width: 174px;
    610.     text-decoration: none;
    611.     padding: 0 0 0 6px;
    612.     background: url(../images/h3.jpg) top center no-repeat;
    613.     font-weight: normal;
    614.     line-height: 24px;
    615.     margin: 0;
    616. }
    617.  
    618. #leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c,
    619. #rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
    620.     margin: 0 0 16px 0;
    621.     padding: 0 0 8px 0;
    622. }
    623.  
    624. #leftcolumn ul.menu, #rightcolumn ul.menu {
    625.     margin: 0 auto;
    626.     padding: 0;
    627.     list-style: none;
    628.     width: 164px;
    629. }
    630.  
    631. #leftcolumn ul.menu li, #rightcolumn ul.menu li {
    632.     margin: 0;
    633.     padding: 0;
    634. }
    635.  
    636. #leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {
    637.  
    638. }
    639.  
    640. /*LEFT COL LINK*/
    641. #leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
    642. #rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
    643.     line-height: 18px;
    644.     padding: 0 0 0 8px;
    645.     text-decoration: none;
    646.     color: #666;
    647.     font-weight: normal;
    648.     font-size: 11px;
    649.     background: url(../images/menu_row.gif) center left no-repeat;
    650.     margin: 0;
    651.     height: 18px;
    652. }
    653.  
    654. #leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
    655.     color: #333;
    656. }
    657.  
    658. /*LEFT COL CURRENT LINK*/
    659. #leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link,
    660. #rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
    661.     line-height: 18px;
    662.     padding: 0 0 0 8px;
    663.     text-decoration: none;
    664.     color: #333;
    665.     font-weight: normal;
    666.     font-size: 11px;
    667.     background: url(../images/menu_row.gif) center left no-repeat;
    668.     margin: 0;
    669.     height: 18px;
    670. }
    671.  
    672. #leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
    673.    
    674. }
    675.  
    676. /*LEFT COL SUB LINK*/
    677. #leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
    678.     text-decoration: none;
    679.     color: #666;
    680.     margin: 0 0 0 6px;
    681.     font-size: 11px;
    682.     background: url(../images/submenu_row.gif) center left no-repeat;
    683.     font-weight: normal;
    684.     display: block;
    685.     line-height: 18px;
    686.     padding: 0 0 0 18px;
    687.     border: none;
    688.     height: 18px;
    689. }
    690.  
    691. #leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
    692.     font-size: 11px;
    693.     margin: 0 0 0 6px;
    694.     padding: 0 0 0 18px;
    695.     text-decoration: none;
    696.     border: none;
    697.     color: #333;
    698.     background: url(../images/submenu_row.gif) center left no-repeat;
    699.     height: 18px;
    700.     line-height: 18px;
    701. }
    702. /*SUBMENU POSITION*/
    703. #leftcolumn ul.menu li#current ul {
    704.     margin: 0;
    705.     padding: 0;
    706. }
    707.  
    708. #leftcolumn ul.menu li#current ul li {
    709.     margin: 0;
    710.     padding: 0;
    711. }
    712.  
    713. /*CURRENT SUBMENU POSITION*/
    714. #leftcolumn ul.menu li ul {
    715.     margin: 0;
    716.     padding: 0;
    717. }
    718.  
    719. #leftcolumn ul.menu li#current ul li a:hover {
    720.     color: #333;
    721. }
    722.  
    723. #leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
    724.     list-style: none;
    725. }
    726.  
    727. /* forms */
    728. #leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
    729.     margin: 6px 0;
    730.     padding: 0;
    731.     list-style: none;
    732. }
    733.  
    734. #leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
    735.     margin: 0;
    736.     padding: 0 2px;
    737. }
    738.  
    739. table.adminform textarea {
    740.   width: 540px;
    741.   height: 400px;
    742.   font-size: 1em;
    743.   color: #000099;
    744. }
    745.  
    746. form#form-login fieldset {
    747.     border: 0 none;
    748.     margin: 0;
    749.     padding: 4px 7px 9px 7px;
    750. }
    751. form#form-login ul li{
    752.     padding: 0;
    753. }
    754.  
    755. form#form-login ul li a {
    756.     text-align: left;
    757.     padding: 0;
    758.     font-size: 10px;
    759.     color: #555;
    760. }
    761.  
    762. /* thumbnails */
    763. div.mosimage         {  margin: 5px; }
    764. div.mosimage_caption {  font-size: .90em; color: #333; }
    765.  
    766. div.caption       { padding: 0 10px 0 10px; }
    767. div.caption img   { border: 1px solid #CCC; }
    768. div.caption p     { font-size: .90em; color: #333; text-align: center; }
    769.  
    770. /* Parameter Table */
    771. table.paramlist {
    772.     margin-top: 5px;
    773. }
    774.  
    775. table.paramlist td.paramlist_key {
    776.     width: 128px;
    777.     text-align: left;
    778.     height: 30px;
    779. }
    780.  
    781. table.paramlist td.paramlist_value {
    782. }
    783.  
    784. div.message {
    785.     font-family: Tahoma, Arial, sans-serif;
    786.     font-weight: bold;
    787.     font-size : 14px;
    788.     color : #c30;
    789.     text-align: center;
    790.     width: auto;
    791.     background-color: #f9f9f8;
    792.     border: solid 1px #d5d5d5;
    793.     margin: 3px 0px 10px;
    794.     padding: 3px 20px;
    795. }
    796.  
    797. /* Banners module */
    798.  
    799. /* Default skyscraper style */
    800. .bannergroup {
    801. }
    802.  
    803. .banneritem {
    804. }
    805.  
    806. /* Text advert style */
    807.  
    808. .banneritem_text {
    809.     padding: 4px;
    810.     font-size: 11px;
    811. }
    812.  
    813. .bannerfooter_text {
    814.     padding: 4px;
    815.     font-size: 11px;
    816.     text-align: right;
    817. }
    818.  
    819. /* System Messages */
    820. /* see system general.css */
    821.  
    822. .pagination span { padding: 2px; }
    823. .pagination a    { padding: 2px; }
    824.  
    825. /* Polls */
    826. .pollstableborder td {
    827.     text-align: left;
    828. }
    829.  
    830. /* Frontend Editing*/
    831. fieldset {
    832.     border: 1px solid #ccc;
    833.     margin-top: 15px;
    834.     padding: 15px;
    835. }
    836.  
    837. legend {
    838.     margin: 0;
    839.     padding: 0 10px;
    840. }
    841.  
    842. td.key {
    843.     border-bottom:1px solid #eee;
    844.     color: #333;
    845. }
    846.  
    847. /* Tooltips */
    848. .tool-tip {
    849.     float: left;
    850.     background: #ffc;
    851.     border: 1px solid #D4D5AA;
    852.     padding: 5px;
    853.     max-width: 200px;
    854. }
    855.  
    856. .tool-title {
    857.     padding: 0;
    858.     margin: 0;
    859.     font-size: 100%;
    860.     font-weight: bold;
    861.     margin-top: -15px;
    862.     padding-top: 15px;
    863.     padding-bottom: 5px;
    864.     background: url(../../system/images/selector-arrow.png) no-repeat;
    865. }
    866.  
    867. .tool-text {
    868.     font-size: 100%;
    869.     margin: 0;
    870. }
    871.  
    872. /* System Standard Messages */
    873. #system-message dd.message ul {
    874.     background: #C3D2E5;
    875.     padding: 0;
    876.     margin: 0;
    877. }
    878.  
    879. /* System Error Messages */
    880. #system-message dd.error ul {
    881.     color: #c00;
    882.     background: #E6C0C0;
    883.     border-top: 3px solid #DE7A7B;
    884.     border-bottom: 3px solid #DE7A7B;
    885.     padding: 0;
    886.     margin: 0;
    887. }
    888.  
    889. /* System Notice Messages */
    890. #system-message dd.notice ul {
    891.     color: #c00;
    892.     background: #EFE7B8;
    893.     border-top: 3px solid #F0DC7E;
    894.     border-bottom: 3px solid #F0DC7E;
    895.     padding: 0;
    896.     margin: 0;
    897. }
    898.  
    899.  
    900.  
    901. /* ****************************************************************************** */
    902. /* blue */
    903. input, button {
    904.  
    905. }
    906. /* blue */
    907. input[type="checkbox"], input[type="radio"]{
    908.    background: transparent;
    909.    border: none;
    910. }
    911.  
    912. /* -------------------------- */
    913. a.sgfooter:link, a.sgfooter:visited {
    914.     color: #555;
    915.     font-family: Tahoma, Arial, sans-serif;
    916.     text-decoration: none;
    917. }
    918. a.sgfooter:hover {
    919.     color: #555;
    920.     font-family: Tahoma, Arial, sans-serif;
    921.     text-decoration: none;
    922. }
    923. #sgf {
    924.     font-size: 12px;
    925.     text-align: center;
    926.     width: 100%;
    927.     margin: 0 auto;
    928.     color: #555;
    929.     font-family: Tahoma, Arial, sans-serif;
    930. }
    931. .sgf {
    932.     text-align: right;
    933.     font-size: 12px;
    934.     font-family: Tahoma, Arial, sans-serif;
    935.     color: #555;
    936.     text-decoration: none;
    937. }
    938. .sgf1 {
    939.     font-size: 12px;
    940.     font-family: Tahoma, Arial, sans-serif;
    941.     color: #555;
    942.     text-align: left;
    943. }
    944.  
    945. a.sglink:link, a.sglink:visited {
    946.     color: #555;
    947.     font-size: 12px;
    948.     font-family: Tahoma, Arial, sans-serif;
    949.     text-decoration: none;
    950. }
    951. a.sglink:hover {
    952.     color: #555;
    953.     font-family: Tahoma, Arial, sans-serif;
    954.     text-decoration: none;
    955. }
    956.  
    957. .country_images img{
    958.     border: 1px solid #ccc;
    959.     padding: 5px;
    960. }
    961.  
    962. .menutitle, .h6, .h8{
    963.     font-weight: bold;
    964.     line-height: 30px;
    965.     text-transform: uppercase;
    966. }
    967.  
    968. .hotelstable td img{
    969.     border: 1px solid #ccc;
    970.     padding: 5px;
    971. }
    972.  
    973. .hotelstable{
    974.     border-top: 1px dotted #ccc;
    975.     margin-top: 20px;
    976. }
    977.  
    978. .hotelstable td{
    979.     text-align: center;
    980. }
    981.  
    982. a.hotel_title{
    983.     font-weight: bold;
    984. }
    985.  
    986. .hotel_country{
    987.     color: #555;
    988. }
     
  9. Offline

    siroga222 Недавно здесь

    Регистрация:
    21.01.2010
    Сообщения:
    3
    Симпатии:
    0
    Пол:
    Мужской
    подскажите плиз!
    не отображаются статьи сайта в IE.Когда заходишь в редактировать статью, статья не отображается. Но при отключении виз.редактора, хтмл код отображается.
    В Firefox все работает замечательно
    Подскажите как исправить?!
     
  10. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    siroga222, забыть об IE
     
  11. Offline

    siroga222 Недавно здесь

    Регистрация:
    21.01.2010
    Сообщения:
    3
    Симпатии:
    0
    Пол:
    Мужской
    я бы о нем и забыл, но люди которые будут смотреть через ИЕ, ничего не увидят, Статьи не отображаются.
    Пробовал ставить другие шаблоны ничего не меняется
     
  12. Gronpipmaster
    Offline

    Gronpipmaster Недавно здесь => Cпециалист <=

    Регистрация:
    21.01.2009
    Сообщения:
    1 392
    Симпатии:
    62
    Пол:
    Мужской
    siroga222, зачем редактировать через ие, если есть нормальны браузеры
     

Поделиться этой страницей

Загрузка...