За последние 24 часа нас посетили 17966 программистов и 1651 робот. Сейчас ищут 2190 программистов ...

Помогите со стилями

Тема в разделе "HTML и CSS", создана пользователем cave76, 26 авг 2009.

  1. cave76

    cave76 Активный пользователь

    С нами с:
    25 авг 2009
    Сообщения:
    7
    Симпатии:
    0
    Когда ставлю новую кнопку, она появляется с серым фоном, который растягивается на всю позицию, а хотелось бы чтобы его совсем не было, подскажите ламеру, почему так может получаться, всяческие эксперименты не дали результата.
    PHP:
    1. <?php
    2. /**
    3. * @Template Name:  
    4. * @Version: 1.8
    5. * @Package: A Joomla 1.0.X template
    6. * @Copyright: (C) 2006 by Brian Diaz Media 65
    7. * @License: [url=http://www.m65.net/]http://www.m65.net/[/url]
    8. **/
    9.  
    10. defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
    11. $iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
    12. ?>
    13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    14. <html xmlns="http://www.w3.org/1999/xhtml">
    15. <head>
    16. <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
    17. <?php mosShowHead(); ?>
    18. <link href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css";?>" rel="stylesheet" type="text/css" media="all" />
    19. <!-- This so you can see the css styles in DW  you can delete file once editing Template is complete-->
    20. <link rel="shortcut icon" href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/favicon.ico"; ?>" /
    21.  
    22. <!-- This so you can see the css styles in DW  you can delete file once editing Template is complete-->
    23. <link href="css/template_css.css" rel="stylesheet" type="text/css" media="all" />
    24. </head>
    25. <body bgcolor="#ffffff">
    26.  
    27. <!--The following section is an HTML table which reassembles the sliced image in a browser.-->
    28. <!--Copy the table section including the opening and closing table tags, and paste the data where-->
    29. <!--you want the reassembled image to appear in the destination document. -->
    30. <!--======================== BEGIN COPYING THE HTML HERE ==========================-->
    31. <table width="950" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
    32. <!-- fwtable fwsrc="Безымянный" fwpage="Страница 1" fwbase="23inner.gif" fwstyle="Dreamweaver" fwdocid = "206402519" fwnested="1" -->
    33.   <tr><!-- row 1 -->
    34.    <td height="301"><table align="left" border="0" cellpadding="0" cellspacing="0" width="950">
    35.       <tr><!-- row 1 -->
    36.        <td height="205" class="logo">&nbsp;</td>
    37.        <td class="head">&nbsp;</td>
    38.       </tr>
    39.     </table></td>
    40.   </tr>
    41.   <tr><!-- row 2 -->
    42.    <td height="116" class="headmenu"><div id="mainlevel-nav"><?php if (mosCountModules('top')>0) mosLoadModules('top',-1); ?></div></td>
    43.   </tr>
    44.  
    45.   <tr><!-- row 4 -->
    46.    <td><table align="left" border="0" cellpadding="0" cellspacing="0" width="950">
    47.       <tr><!-- row 1 -->
    48.        <td width="15%" id="leftcolumn">        
    49.            <div class="button" id="menu"><a href="index.php?option=com_content&task=section&id=1&Itemid=2">Новости</a></div>
    50.  
    51. <div class="button" id="menu"><a href="index.php?option=com_weblinks&Itemid=23">Ссылки</a></div>
    52.  
    53. <div class="button" id="menu"><a href="index.php?option=com_contact&Itemid=3">Контакты</a></div>
    54.  
    55. <div class="button" id="menu"><a href="index.php">Главная</a></div>
    56.             <?php if (mosCountModules('left')>0) mosLoadModules('left',-3); ?>
    57.           </div>        </td>
    58.            
    59.        <td id="maincol" width="65%" bgcolor="#ebf2f5"><?php mosMainBody(); ?></td>
    60.        <td id="rightcolumn" width="20%">
    61.        
    62.        
    63.             <div class="block">
    64.                 <?php if (mosCountModules('right')>0) mosLoadModules('right',-3); ?>
    65.             </div>       </td>
    66.       </tr>
    67.     </table></td>
    68.   </tr>
    69.  
    70.   <tr><!-- row 6 -->
    71.    <td id="footer">
    72.    
    73.       <?php include_once('includes/footer.php'); ?>
    74.  
    75.       </td>
    76.   </tr>
    77. <!--   This table was automatically created with Adobe Fireworks   -->
    78. <!--   [url=http://www.adobe.com]http://www.adobe.com[/url]   -->
    79. </table>
    80. <!--========================= STOP COPYING THE HTML HERE =========================-->
    81. </body>
    82. </html>
     
  2. Silicium

    Silicium Активный пользователь

    С нами с:
    1 апр 2008
    Сообщения:
    205
    Симпатии:
    0
    Адрес:
    Киев
    Попробуйте поискать в таблице стилей ;) возможно там и кроется ответ
     
  3. cave76

    cave76 Активный пользователь

    С нами с:
    25 авг 2009
    Сообщения:
    7
    Симпатии:
    0
    Спасибо, точно причина в template_css.css)