растягиваются картинки в IE. Как с эти бороться

Тема в разделе "Изменение шаблона (кастомизация)", создана пользователем sertiger, 09.10.2008.

  1. Offline

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

    Регистрация:
    07.10.2008
    Сообщения:
    16
    Симпатии:
    0
    Столкнулся с проблемой некорректного отображения картинок в IE. В опере все нормально работает. Может подскажете как эту проблемку устранить. Скриншот прилагаю
     

    Вложения:

    • Joom_1.jpg
      Joom_1.jpg
      Размер файла:
      26.8 КБ
      Просмотров:
      23
  2.  
  3. -=phenix=-
    Offline

    -=phenix=- Недавно здесь

    Регистрация:
    01.09.2008
    Сообщения:
    64
    Симпатии:
    2
    Пол:
    Мужской
    А можно посмотреть, css и верстку - скриншот ничего не даст :(
     
  4. Offline

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

    Регистрация:
    07.10.2008
    Сообщения:
    16
    Симпатии:
    0
    Не понял что произошло. Само собой прошло. Мистика. Вообше использовал стандартный шаблон joomway
     
  5. -=phenix=-
    Offline

    -=phenix=- Недавно здесь

    Регистрация:
    01.09.2008
    Сообщения:
    64
    Симпатии:
    2
    Пол:
    Мужской
    :) Я редко пользую стандартные шаблоны ... Потому сложно сказать - но знаю одно - просто так папа маму не целует.
    Что бы не появлялось ошибок впредь рекомендую проверять что творится в коде http://www.totalvalidator.com/ или еще лучше тута http://jigsaw.w3.org/css-validator/
    Вполне возможно что картинки указаны в %, какой то див растянулся и потянул за собой всю картину
     
  6. Offline

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

    Регистрация:
    07.10.2008
    Сообщения:
    16
    Симпатии:
    0
    Увы. Проблема опять выползла наружу. Как в воду смотрели. Посему прощу помощи. Файл css и index прилагаю.

    css
    Код (CODE):
    1. /* ñëîé îòîáðàæàþùèé âðåìÿ ãåíåðàöèè ñòðàíèöû */
    2. #time_gen {
    3.     position: absolute;
    4.     top: 10px;
    5.     right: 10px;
    6.     width: 62px;
    7.     height: 15px;
    8.     text-align: center;
    9.     border: 1px solid steelblue;
    10.     background: #262626;
    11.     color: white;
    12.     font-weight: bold;
    13. }
    14. #jdebug{
    15.     /*position: absolute;
    16.     bottom: 10px;
    17.     right: 10px;*/
    18.     width: auto;
    19.     text-align: left;
    20.     border: 1px solid steelblue;
    21.     background: #262626;
    22.     color: white;
    23. }
    24. /*****************************/
    25. /*** Core html setup stuff ***/
    26. /*****************************/
    27. html {
    28.     height: 100%;
    29.     margin-bottom: 1px;
    30. }
    31. form {
    32.     margin: 0;
    33.     padding: 0;
    34. }
    35. body {
    36.     margin: 0px 0px 0px 0px;
    37.     height: 100%;
    38.     font-size: 12px;
    39. }
    40. a img {
    41.     border: 0
    42. }
    43. a:link, a:visited {
    44.     color: #1B57B1;
    45.     text-decoration: none;
    46.     font-weight: normal;
    47. }
    48. a:hover {
    49.     color: #00c;
    50.     text-decoration: underline;
    51.     font-weight: normal;
    52. }
    53. p {
    54.     margin-top: 0;
    55.     margin-bottom: 5px;
    56. }
    57. div, p, table, td, th {
    58.     font-family: Tahoma, Helvetica, Arial, sans-serif;
    59.     line-height: 1.3em;
    60.     font-size: 1em;
    61.     color: #333;
    62. }
    63. /*****************************************/
    64. /*** Template specific layout elements ***/
    65. /*****************************************/
    66. .pollstableborder{
    67.     text-align: left;
    68. }
    69. #page_bg {
    70.     height: 100%;
    71.     padding: 10px 0;
    72.     margin-bottom: 1px;
    73.     background: url(../images/body_andr.gif);
    74. }
    75. div.center {
    76.     text-align: center;
    77. }
    78. div#wrapper {
    79.     background: #f7f7f7 url(../images/mw_shadow_blue_l.png) 0 0 repeat-y;
    80.     margin-left: auto;
    81.     margin-right: auto;
    82.     min-width: 750px;
    83.     max-width: 1050px;
    84. }
    85. div#wrapper_r {
    86.     background: url(../images/mw_shadow_blue_r.png) 100% 0 repeat-y;
    87. }
    88. div#header {
    89.     background: url(../images/mw_header_blue_t.png) 0 0 repeat-x;
    90. }
    91. div#header_l {
    92.     background: url(../images/mw_header_blue_t_l.png) 0 0 no-repeat;
    93.     position: relative;
    94. }
    95. div#header_r {
    96.     height: 90px;
    97.     background: url(../images/mw_header_blue_t_r.png) 100% 0 no-repeat;
    98.     padding-left: 370px;
    99.     padding-right: 30px;
    100.     padding-top: 25px;
    101.     overflow: hidden;
    102.     text-align: left;
    103. }
    104. a#logo, a#logo:hover {
    105.     text-decoration: none;
    106.     position: absolute;
    107.     left: 0;
    108.     top: 0;
    109.     float: left;
    110.     width: 298px;
    111.     height: 75px;
    112.     background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
    113.     margin-left: 30px;
    114.     margin-top: 25px;
    115. }
    116. div#newsflash {
    117.     width: auto;
    118.     margin-left: 350px;
    119.     margin-right: 30px;
    120.     border: 1px solid #00f;
    121. }
    122. div#tabarea {
    123.     background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
    124.     margin: 0 11px;
    125. }
    126. div#tabarea_l {
    127.     background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
    128.     padding-left: 32px;
    129. }
    130. div#tabarea_r {
    131.     height: 30px;
    132.     background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
    133.     padding-right: 1px;
    134. }
    135. div#footer {
    136.     background: #f7f7f7 url(../images/mw_footer_blue_b.png) 0 100% repeat-x;
    137. }
    138. div#footer_l {
    139.     background: url(../images/mw_footer_blue_b_l.png) 0 0 no-repeat;
    140. }
    141. div#footer_r {
    142.     background: url(../images/mw_footer_blue_b_r.png) 100% 0 no-repeat;
    143.     padding-top: 10px;
    144.     height: 47px;
    145.     overflow: hidden;
    146. }
    147. div#footer_r div {
    148.     text-align: center;
    149.     font-size: .90em;
    150.     color: #aaa;
    151. }
    152. div#footer_r a:link, div#footer_r a:visited {
    153.     color: #999;
    154. }
    155. div#footerspacer {
    156.     height: 10px;
    157. }
    158. div#liveInternet{
    159.     float: right;
    160.     margin-right: 30px;
    161.     overflow: hidden;
    162. }
    163. #pathway {
    164.     padding: 0px 10px 8px;
    165.     width: auto;
    166.     margin-right: 250px;
    167.     text-align: left;
    168. }
    169. #search {
    170.     float: right;
    171.     width: 160px;
    172.     margin-top: -20px;
    173.     margin-right: 60px;
    174.     height: 40px;
    175.     overflow: hidden;
    176. }
    177. #area {
    178.     padding: 0;
    179. }
    180. #whitebox {
    181.     margin: 0 21px 0px 21px;
    182.     background: #fff;
    183.     width: auto;
    184. }
    185. #whitebox div {
    186.     text-align: left;
    187. }
    188. #whitebox_t {
    189.     background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
    190. }
    191. #whitebox_tl {
    192.     background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
    193. }
    194. #whitebox_tr {
    195.     height: 10px;
    196.     overflow: hidden;
    197.     background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
    198. }
    199. #whitebox_m {
    200.     border-left: 1px solid #ccc;
    201.     border-right: 1px solid #ccc;
    202.     width: auto;
    203.     padding: 1px 8px;
    204. }
    205. #whitebox_b {
    206.     margin-top: -5px;
    207.     background: url(../images/mw_content_b.png) 0 100% repeat-x;
    208. }
    209. #whitebox_bl {
    210.     background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
    211. }
    212. #whitebox_br {
    213.     height: 13px;
    214.     background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
    215. }
    216. /* horizontal pill menu */
    217. table.pill {
    218.     margin-left: auto;
    219.     margin-right: auto;
    220.     padding: 0;
    221. }
    222. td.pill_m {
    223.     background: url(../images/mw_menu_normal_bg.png) repeat-x;
    224.     padding: 0;
    225.     margin: 0;
    226.     width: auto;
    227. }
    228. #pillmenu {
    229.     white-space: nowrap;
    230.     height: 32px;
    231.     float: left;
    232. }
    233. #pillmenu ul {
    234.     margin: 0;
    235.     padding: 0;
    236.     list-style: none;
    237. }
    238. #pillmenu li {
    239.     float: left;
    240.     background: url(../images/mw_menu_seperator.png) top right no-repeat;
    241.     margin: 0;
    242.     padding: 0;
    243. }
    244. #pillmenu a {
    245.     font-family: Arial, Helvetica, sans-serif;
    246.     font-size: 12px;
    247.     font-weight: bold;
    248.     float: left;
    249.     display: block;
    250.     height: 24px;
    251.     line-height: 24px;
    252.     padding: 0 20px;
    253.     color: #000;
    254.     text-decoration: none;
    255. }
    256. #pillmenu a:hover {
    257.     color: #00f;
    258. }
    259. #pillmenu a#active_menu {
    260.     background: url(../images/mw_menu_active_bg.png) repeat-x;
    261.     color: #fff;
    262. }
    263. #pillmenu a#active_menu:hover {
    264.     color: #fff;
    265. }
    266.  
    267. #leftcolumn {
    268.     padding: 0;
    269.     margin: 0;
    270.     width: 20%;
    271.     float: left;
    272. }
    273. #rss {
    274.    padding-top: 10px;
    275.     padding-bottom: 10px;
    276.     background: #faf4f4;
    277. }
    278. #maincolumn {
    279.     margin-left: 20%;
    280.     float: none;
    281.     padding-left: 15px;
    282.     width: auto;
    283. }
    284. table.nopad {
    285.     width: 100%;
    286.     border-collapse: collapse;
    287.     padding: 0;
    288.     margin: 0;
    289.     margin-bottom: 15px;
    290. }
    291. table.nopad td.middle_pad {
    292.     width: 20px;
    293. }
    294. /*****************************************/
    295. /*** Joomla! specific content elements ***/
    296. /*****************************************/
    297. #mod_login_username, #mod_login_password{
    298.     width: 90%;
    299. }
    300. a.contentpagetitle:link, a.contentpagetitle:visited {
    301.     font-family: Tahoma, Arial, tahoma, Helvetica, sans-serif;
    302.     text-decoration: none;
    303.     font-size: 14px;
    304.     font-weight: bold;
    305.     color: #666666;
    306. }
    307. a.contentpagetitle:hover {
    308.     text-decoration: underline;
    309. }
    310. .syndicate a{
    311.     margin-left: 62px;
    312.     float: left;
    313.     text-align: center;
    314. }
    315. .mod_login_remember{
    316.     width: 10px;
    317. }
    318. div.offline {
    319.     background: #fffebb;
    320.     width: 100%;
    321.     position: absolute;
    322.     top: 0;
    323.     left: 0;
    324.     font-size: 1.2em;
    325.     padding: 5px;
    326. }
    327. span.pathway {
    328.     display: block;
    329.     margin: 0 20px;
    330.     height: 16px;
    331.     line-height: 16px;
    332.     overflow: hidden;
    333. }
    334. /* headers */
    335. div.componentheading {
    336.     padding-left: 0px;
    337. }
    338. h1 {
    339.     padding: 0;
    340.     font-family: Helvetica , Arial, sans-serif;
    341.     font-size: 1.3em;
    342.     font-weight: bold;
    343.     vertical-align: bottom;
    344.     color: #666;
    345.     text-align: left;
    346.     width: 100%;
    347. }
    348. h2, .contentheading {
    349.     padding: 0;
    350.     font-family: Arial, Helvetica, sans-serif;
    351.     font-size: 1.4em;
    352.     font-weight: normal;
    353.     vertical-align: bottom;
    354.     color: #333;
    355.     text-align: left;
    356.     width: 100%;
    357. }
    358. table.contentpaneopen h3 {
    359.     margin-top: 25px;
    360. }
    361. h4 {
    362.     font-family: Arial, Helvetica, sans-serif;
    363.     color: #333;
    364. }
    365. h3, .componentheading, table.moduletable th {
    366.     margin: 0;
    367.     font-weight: bold;
    368.     font-family: Helvetica, Arial, sans-serif;
    369.     font-size: 1.1em;
    370.     color: #135cae;
    371.     padding-left: 0px;
    372.     margin-bottom: 10px;
    373.     text-align: left;
    374. }
    375. h2 {
    376.     font-weight: bold;
    377.     font-family: Helvetica, Arial, sans-serif;
    378.     font-size: 1.1em;
    379.     color: #135cae;
    380.     padding-left: 0px;
    381.     margin-bottom: 10px;
    382.     text-align: left;
    383. }
    384. /* small text */
    385. .small {
    386.     font-size: .90em;
    387.     color: #999;
    388.     font-weight: normal;
    389.     text-align: left;
    390. }
    391. .modifydate {
    392.     height: 20px;
    393.     vertical-align: bottom;
    394.     font-size: .90em;
    395.     color: #999;
    396.     font-weight: normal;
    397.     text-align: left;
    398. }
    399. .createdate {
    400.     height: 20px;
    401.     vertical-align: top;
    402.     font-size: .90em;
    403.     color: #999;
    404.     font-weight: normal;
    405.     vertical-align: top;
    406.     padding-bottom: 5px;
    407.     padding-top: 0px;
    408. }
    409. a.readon {
    410.     margin-top: 10px;
    411.     background: url(../images/mw_readon.png) top right no-repeat;
    412.     padding-right: 20px;
    413.     line-height: 14px;
    414.     height: 16px;
    415. }
    416. /* menu links */
    417. a.mainlevel:link, a.mainlevel:visited {
    418.     padding-left: 5px;
    419. }
    420. a.mainlevel:hover {
    421. }
    422. a.mainlevel#active_menu {
    423.     font-weight: bold;
    424. }
    425. a.mainlevel-nav#active_menu-nav {
    426.     color: red;
    427. }
    428. /* spacers */
    429. span.article_seperator {
    430.     display: block;
    431.     height: 20px;
    432. }
    433. .article_column {
    434.     padding-right: 5px;
    435. }
    436. .column_seperator {
    437.     border-left: 1px dashed #e0e0e0;
    438.     padding-left: 10px;
    439. }
    440. td.buttonheading {
    441. }
    442. .clr {
    443.     clear: both;
    444. }
    445. td.greyline {
    446.     width: 20px;
    447.     background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
    448. }
    449. div#maindivider {
    450.     border-top: 1px solid #ddd;
    451.     margin-bottom: 10px;
    452.     overflow: hidden;
    453.     height: 1px;
    454. }
    455. table.blog span.article_seperator {
    456.     display: block;
    457.     height: 20px;
    458. }
    459. /* table of contents */
    460. table.contenttoc {
    461.     margin: 5px;
    462.     border: 1px solid #ccc;
    463.     padding: 5px;
    464. }
    465. table.contenttoc td {
    466.     padding: 0 5px;
    467. }
    468. /* content tables */
    469. td.sectiontableheader {
    470.     background: #efefef;
    471.     color: #333;
    472.     font-weight: bold;
    473.     padding: 4px;
    474.     border-right: 1px solid #fff;
    475. }
    476. tr.sectiontableentry1 td, tr.sectiontableentry2 td {
    477.     padding: 4px;
    478. }
    479. td.sectiontableentry1, td.sectiontableentry2 {
    480.     padding: 3px;
    481. }
    482. /* content styles */
    483. table.contentpaneopen, table.contentpane {
    484.     margin: 0;
    485.     padding: 0;
    486.     width: auto;
    487. }
    488. .contentpaneopen td {
    489.     padding: 0 10px 0 0;
    490.     width: 100%;
    491.     text-align: justify;
    492. }
    493. table.contentpaneopen li {
    494.     margin-bottom: 5px;
    495. }
    496. table.contentpaneopen fieldset {
    497.     border: 0;
    498.     border-top: 1px solid #ddd;
    499. }
    500. table.contentpaneopen h3 {
    501.     margin-top: 25px;
    502. }
    503. table.contentpaneopen h4 {
    504.     font-family: Arial, Helvetica, sans-serif;
    505.     color: #333;
    506. }
    507. /* module control elements */
    508. table.user1user2 div.moduletable {
    509.     margin-bottom: 0px;
    510. }
    511. div.moduletable, div.module {
    512.     margin-bottom: 25px;
    513. }
    514. div.module_menu h3 {
    515.     font-family: Helvetica, Arial, sans-serif;
    516.     font-size: 12px;
    517.     font-weight: bold;
    518.     color: #eee;
    519.     margin: -23px -4px 5px -5px;
    520.     padding-left: 10px;
    521.     padding-bottom: 2px;
    522. }
    523. div.module_menu {
    524.     background: url(../images/mw_box_blue_br.png) 100% 100% no-repeat;
    525.     margin: 0;
    526.     padding: 0;
    527.     margin-bottom: 15px;
    528. }
    529. div.module_menu div {
    530.     background: url(../images/mw_box_blue_bl.png) 0 100% no-repeat;
    531. }
    532. div.module_menu div div {
    533.     background: url(../images/mw_box_blue_tr.png) 100% 0 no-repeat;
    534. }
    535. div.module_menu div div div {
    536.     background: url(../images/mw_box_blue_tl.png) 0 0 no-repeat;
    537.     padding: 10px;
    538.     padding-top: 30px;
    539.     padding-bottom: 15px;
    540.     width: auto;
    541. }
    542. div.module_menu div div div div {
    543.     background: none;
    544.     padding: 0;
    545. }
    546. div.module_menu ul {
    547.     margin: 10px 0;
    548.     padding-left: 20px;
    549. }
    550. div.module_menu ul li a:link, div.module_menu ul li a:visited {
    551.     font-weight: bold;
    552. }
    553. #leftcolumn div.module {
    554.     padding: 0 10px;
    555. }
    556. #leftcolumn div.module table {
    557.     width: auto;
    558. }
    559. /* forms */
    560. table.adminform textarea {
    561.     width: 540px;
    562.     height: 400px;
    563.     font-size: 1em;
    564.     color: black;
    565. }
    566. div.search input {
    567.     width: 145px;
    568.     border: 1px solid #ccc;
    569.     margin: 15px 0 10px 0;
    570. }
    571. /* thumbnails */
    572. div.mosimage {
    573.     margin: 5px;
    574. }
    575. div.mosimage_caption {
    576.     font-size: .90em;
    577.     color: #666;
    578. }
    579. textarea.inputbox {
    580.     height: 150px;
    581.     line-height: 12px;
    582.     font-size: 10px;
    583. }
    584. /* Parameter Table */
    585. table.paramlist {
    586.     margin-top: 5px;
    587. }
    588. table.paramlist td.paramlist_key {
    589.     width: 128px;
    590.     text-align: left;
    591.     height: 30px;
    592. }
    593. table.paramlist td.paramlist_value {
    594. }
    595. div.message {
    596.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    597.     font-weight: bold;
    598.     font-size: 14px;
    599.     color: #c30;
    600.     text-align: center;
    601.     width: auto;
    602.     background-color: #f9f9f9;
    603.     border: solid 1px #d5d5d5;
    604.     margin: 3px 0px 10px;
    605.     padding: 3px 20px;
    606. }
    607. .half {
    608.     width: 50%
    609. }
    610. .button {
    611.     height: 18px;
    612.     line-height: 12px;
    613.     font-size: 10px;
    614. }
    615. .button1 {
    616.     height: 18px;
    617.     line-height: 12px;
    618.     font-size: 10px;
    619.     padding: 0px 2px 0px 14px;
    620.     background: #dddddd url(/images/tick.png) 3px 1px  no-repeat
    621. }
    622. .moduletable_bottom tr td {
    623.     font-size: 90%;
    624.     text-align: left;
    625.     padding: 0px 20px
    626. }
    627. .moduletable_bottom a:link, .moduletable_bottom a:visited {
    628.     color: #1B57B1
    629. }
    630. .moduletable_footer td , .moduletable_footer th, .moduletable_footer a {
    631.     color: #0C3A6D;
    632.     font: normal 5px/1px Tahoma
    633. }
    634. .contentitem {
    635.     padding: 0 0 10px 0;
    636.     margin: 0 0 15px 0;
    637.     border-bottom: 1px dotted #ddd
    638. }
    639. #up {
    640.     position: absolute
    641. }


    index.php
    Код (PHP):
    1. <?php
    2.  
    3. defined( "_VALID_MOS" ) or die( "Прямой вызов файла запрещён." );
    4.  
    5. $iso = explode( '=', _ISO );
    6.  
    7. echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    8. ?>
    9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    10. <html xmlns="http://www.w3.org/1999/xhtml">
    11. <head>
    12. <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    13. <?php mosShowHead(); ?>
    14. <link href="<?php echo $mosConfig_live_site;?>/templates/android/css/template_css.css" rel="stylesheet" type="text/css" />
    15. <!--[if lte IE 6]>
    16. <link href="<?php echo $mosConfig_live_site;?>/templates/android/css/ieonly.css" rel="stylesheet" type="text/css" />
    17. <![endif]-->
    18. <script defer type="text/javascript" src="<?php echo $mosConfig_live_site;?>/includes/js/pngfix.js"></script>
    19. <link rel="icon" href="/favicon.ico" type="image/x-icon">
    20. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
    21. </head>
    22. <body id="page_bg">
    23. <div class="center" align="center">
    24.     <div id="wrapper">
    25.         <div id="wrapper_r">
    26.             <div id="header">
    27.                 <div id="header_l">
    28.                     <div id="header_r">
    29.                         <a href="<?php echo $mosConfig_live_site;?>" id="logo">&nbsp;</a>
    30.                         <?php mosLoadModules ( 'top' ,-2); ?>
    31.                     </div>
    32.                 </div>
    33.             </div>
    34.             <div id="tabarea">
    35.                 <div id="tabarea_l">
    36.                     <div id="tabarea_r">
    37.                         <div id="tabmenu">
    38.                         <table cellpadding="0" cellspacing="0" class="pill">
    39.                             <tr>
    40.                                 <td class="pill_l">&nbsp;</td>
    41.                                 <td class="pill_m">
    42.                                 <div id="pillmenu">
    43.                                     <?php mosLoadModules ( 'user3',-1); ?>
    44.                                 </div>
    45.                                 </td>
    46.                                 <td class="pill_r">&nbsp;</td>
    47.                             </tr>
    48.                         </table>
    49.                         </div>
    50.                     </div>
    51.                 </div>
    52.             </div>
    53.  
    54.             <div id="search">
    55.                 <?php mosLoadModules ( 'user4' , -1); ?>
    56.             </div>
    57.             <div id="pathway">
    58.                 <?php mosPathWay(); ?>
    59.             </div>
    60.             <div class="clr"></div>
    61.             <div id="whitebox">
    62.                 <div id="whitebox_t">
    63.                     <div id="whitebox_tl">
    64.                         <div id="whitebox_tr">&nbsp;</div>
    65.                     </div>
    66.                 </div>
    67.  
    68.                 <div id="whitebox_m">
    69.                     <div id="area">
    70.                         <div id="leftcolumn">
    71.                             <?php mosLoadModules ( 'left' , -3); ?>
    72.                             <?php mosLoadModules ( 'user8' ); ?>
    73.                             <?php if (mosCountModules('user9')) { ?>
    74.                              <div id="rss">
    75.                             <?php mosLoadModules ( 'user9' ); ?>
    76.                             </div>
    77.                             <?php } ?>                            
    78.                         </div>
    79.                         <div id="maincolumn">
    80.                 <?php if ( mosCountModules( 'user1' ) > 0 || mosCountModules( 'user2' ) > 0 ) {?>
    81.                 <div id="maindivider"></div>
    82.                 <?php }?>
    83.                             <table class="nopad content">
    84.                                 <tr valign="top">
    85.                                     <td>
    86.                                         <?php mosLoadModules ( 'user7' ); ?>
    87.                                         <?php mosMainBody(); ?>
    88.                                         <?php if ( mosCountModules( 'user5' ) > 0 ) {?><div id="maindivider"></div>
    89.                                         <?php }?>
    90.                                         <?php mosLoadModules ( 'user5' ); ?>
    91.                                     </td>
    92.                                     <?php
    93.                                         if(mosCountModules('right') && $task != 'edit' ) {
    94.                                     ?>
    95.                                     <td class="greyline">&nbsp;</td>
    96.                                     <td width="170">
    97.                                         <?php mosLoadModules ( 'right' ); ?><?php mosLoadModules ( 'user6' ); ?>
    98.                                     </td>
    99.                                     <?php
    100.                                     }?>
    101.                                 </tr>
    102.                             </table>
    103.                         </div>
    104.                         <div class="clr">&nbsp;</div>
    105.                     </div>
    106.                     <div class="clr">&nbsp;</div>
    107.                 </div>
    108.                 <div id="whitebox_b">
    109.                     <div id="whitebox_bl">
    110.                         <div id="whitebox_br">&nbsp;</div>
    111.                     </div>
    112.                 </div>
    113.             </div>
    114.             <div id="footerspacer">&nbsp;</div>
    115.         </div>
    116.  
    117.         <div id="footer">
    118.             <div id="footer_l">
    119.                 <div id="footer_r">
    120.                 <?php if (mosCountModules('bottom',-1)) { ?>
    121.                              <div id="liveInternet">
    122.                         <?php mosLoadModules ( 'bottom',-1 ); ?>
    123.                             </div>
    124.                             <?php } ?>
    125.                 </div>
    126.             </div>
    127.         </div>
    128.     </div>
    129. </div>
    130. <?php mosLoadModules ( 'debug' ); ?>
    131. <?php mosLoadModules ( 'footer' ); ?>
    132. </body>
    133. </html>
     
  7. -=phenix=-
    Offline

    -=phenix=- Недавно здесь

    Регистрация:
    01.09.2008
    Сообщения:
    64
    Симпатии:
    2
    Пол:
    Мужской
    А что тама в ieonly?
    И если можно урл на страницу
     
  8. Offline

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

    Регистрация:
    07.10.2008
    Сообщения:
    16
    Симпатии:
    0
    В ieonly
    Код (CODE):
    1. /* IE ONLY CSS */
    2.  
    3. div#wrapper {
    4.     width: expression(((document.body.clientWidth)) < 750? "750px": ((document.body.clientWidth)) > 1050? "1050px": "auto" );
    5. }
    6.  
    7.  
    8. div#wrapper_r {
    9.  
    10. }
    11.  
    12. #footer {
    13.     width: 100%;
    14. }
    15.  
    16.  
    17. div#header_r {
    18.     height: 115px;
    19. }
    20.  
    21. div#footer_r {
    22.     width: 100%;
    23.     height: 57px;
    24. }
    25.  
    26. div#header_l {
    27.     width: 100%;
    28.     }
    29.    
    30. div#footer_l {
    31.     width: 100%;
    32. }
    33.  
    34. div#newsflash {
    35.     width: 100%;
    36. }
    37.  
    38. div#pathway {
    39.  
    40. }
    41.  
    42. #whitebox {
    43.     width: 100%;
    44. }
    45.  
    46. #whitebox_m {
    47.     width: 100%;
    48. }
    49.  
    50. div.module_menu div div div {
    51.     width: 100%;
    52. }
    53.  
    54. #maincolumn {
    55.     width: 100%;
    56. }
    57.  
    58. table.contentpaneopen, table.contentpane {
    59.     width: 100%;
    60. }
    61.  
    62. #tabarea {
    63.     width: 100%;
    64. }


    Ссылка www.pro-android.ru
     
  9. Offline

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

    Регистрация:
    07.10.2008
    Сообщения:
    16
    Симпатии:
    0
    Подскажи пжл как это можно поправить чтобы добиться корректного отображение в IE.
     
  10. Offline

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

    Регистрация:
    17.03.2008
    Сообщения:
    4
    Симпатии:
    0
    Картинка заполняет собой всю ячейку по длинне целиком, ну и соответственно утолщается, либо конфликт тут -
    <td rowspan="6" valign="top" width="40" align="left">
    <img src="http://www.pro-android.ru/images/M_images/con_address.png" alt="Адрес: " id="adress" name="adress" align="middle" border="0" /> </td>
    ведь картинка совсем не middle, а слева вверху ячейки, либо надо указать явные размеры картинки
    ...border="0" hight="16" width="16" />
    IE вообще как-то странно относится к картинкам без размеров и не любит *.png, но это уже про прозрачность.
     
    Последнее редактирование: 16.10.2008
  11. Offline

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

    Регистрация:
    09.12.2008
    Сообщения:
    5
    Симпатии:
    0
    Здравствуйте, у меня насыщенная проблема, вставил в шапку шаблона кортику в FF все нормально а в IE она больше сайта и выходит за граници ,подскажите чайнику что делать ???
     
  12. Offline

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

    Регистрация:
    09.12.2008
    Сообщения:
    5
    Симпатии:
    0
    Научись пользоваться вложениями, твои портянки на 5 экранов никому не интересны. ~~~ Dead Krolik
     
    Последнее редактирование модератором: 09.12.2008
  13. Offline

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

    Регистрация:
    09.12.2008
    Сообщения:
    5
    Симпатии:
    0
    вот index
    Код (CODE):
    1. <?php
    2. defined( '_VALID_MOS' ) or die( 'Restricted access' );
    3. // needed to seperate the ISO number from the language file constant _ISO
    4. $iso = explode( '=', _ISO );
    5. // xml prolog
    6. echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    7. ?>
    8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    9. <html xmlns="http://www.w3.org/1999/xhtml">
    10. <head>
    11. <?php mosShowHead(); ?>
    12. <?php
    13. if ( $my->id ) {
    14.     initEditor();
    15. }
    16. $collspan_offset = ( mosCountModules( 'right' ) ) ? 2 : 1;
    17. //right based combos
    18. if ( mosCountModules( 'right' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
    19.     $right = 1;
    20. }
    21. ?>
    22. <meta http-equiv="Content-Type" content="text/html; charset=cp-1251" />
    23. <link href="<?php echo $mosConfig_live_site;?>/templates/mypersia/css/template_css.css" rel="stylesheet" type="text/css" />
    24. </head>
    25.  
    26. <body>
    27. <table width="100%" border=0 align=""left" cellpadding=0 cellspacing=0>
    28. <tr>
    29. <td> <img src="templates/mypersia/images/1.jpg" width="100%" alt="Rohollah Balvardi"></td>
    30. <table border="0" cellpadding="0" cellspacing="0" width="100%">
    31.     <tr>
    32.         <td>
    33.         <table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-image: url('<?php echo $mosConfig_live_site;?>/templates/mypersia/images/bac_top_link.png'); background-repeat: repeat-x; background-position: left top">
    34.             <tr>
    35.                 <td width="5">
    36.                 <img border="0" src="<?php echo $mosConfig_live_site;?>/templates/mypersia/images/top_link.png" alt="Rohollah Balvardi" /></td>
    37.                 <td>
    38.                 <?php mosLoadModules ( 'user3', -1 ); ?></td>
    39.                 <td width="11">
    40.                 <img border="0" src="<?php echo $mosConfig_live_site;?>/templates/mypersia/images/key_top_link.png" alt="Rohollah Balvardi" /></td>
    41.             </tr>
    42.         </table>
    43.         </td>
    44.     </tr>
    45.     <tr>
    46.         <td>
    47.         <table border="0" cellpadding="0" cellspacing="0" width="100%">
    48.             <tr>
    49.                 <td width="162" valign="top">
    50.                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
    51.                     <tr>
    52.                         <td><?php mosLoadModules ( 'left', -2 ); ?></td>
    53.                     </tr>
    54.                 </table>
    55.                 </td>
    56.                 <td width="5" valign="top">
    57.                 <td valign="top"><?php mosMainBody(); ?></td>
    58.                 <td width="393" valign="top">
    59.                 <img border="0" src="<?php echo $mosConfig_live_site;?>/templates/mypersia/images/logo.jpg" alt="" /></td>
    60.             </tr>
    61.         </table>
    62.         </td>
    63.     </tr>
    64.     <tr>
    65.         <td style="text-align: left">
    66.         <img border="0" src="<?php echo $mosConfig_live_site;?>/templates/mypersia/images/footer.png" alt="Rohollah Balvardi" /></a></td>
    67.     </tr>
    68. </table>
    69.  
    70. </body>
    71.  
    72. </html>
     
    Последнее редактирование модератором: 09.12.2008
  14. Offline

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

    Регистрация:
    09.12.2008
    Сообщения:
    5
    Симпатии:
    0
    <td> <img src="templates/mypersia/images/1.jpg" width="100%" alt="Rohollah Balvardi"></td>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">

    вот тут проблема
     

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

Загрузка...