Когда ставлю новую кнопку, она появляется с серым фоном, который растягивается на всю позицию, а хотелось бы чтобы его совсем не было, подскажите ламеру, почему так может получаться, всяческие эксперименты не дали результата. PHP: <?php /** * @Template Name: * @Version: 1.8 * @Package: A Joomla 1.0.X template * @Copyright: (C) 2006 by Brian Diaz Media 65 * @License: [url=http://www.m65.net/]http://www.m65.net/[/url] **/ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <?php mosShowHead(); ?> <link href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css";?>" rel="stylesheet" type="text/css" media="all" /> <!-- This so you can see the css styles in DW you can delete file once editing Template is complete--> <link rel="shortcut icon" href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/favicon.ico"; ?>" / <!-- This so you can see the css styles in DW you can delete file once editing Template is complete--> <link href="css/template_css.css" rel="stylesheet" type="text/css" media="all" /> </head> <body bgcolor="#ffffff"> <!--The following section is an HTML table which reassembles the sliced image in a browser.--> <!--Copy the table section including the opening and closing table tags, and paste the data where--> <!--you want the reassembled image to appear in the destination document. --> <!--======================== BEGIN COPYING THE HTML HERE ==========================--> <table width="950" border="0" align="center" cellpadding="0" cellspacing="0" class="main"> <!-- fwtable fwsrc="Безымянный" fwpage="Страница 1" fwbase="23inner.gif" fwstyle="Dreamweaver" fwdocid = "206402519" fwnested="1" --> <tr><!-- row 1 --> <td height="301"><table align="left" border="0" cellpadding="0" cellspacing="0" width="950"> <tr><!-- row 1 --> <td height="205" class="logo"> </td> <td class="head"> </td> </tr> </table></td> </tr> <tr><!-- row 2 --> <td height="116" class="headmenu"><div id="mainlevel-nav"><?php if (mosCountModules('top')>0) mosLoadModules('top',-1); ?></div></td> </tr> <tr><!-- row 4 --> <td><table align="left" border="0" cellpadding="0" cellspacing="0" width="950"> <tr><!-- row 1 --> <td width="15%" id="leftcolumn"> <div class="button" id="menu"><a href="index.php?option=com_content&task=section&id=1&Itemid=2">Новости</a></div> <div class="button" id="menu"><a href="index.php?option=com_weblinks&Itemid=23">Ссылки</a></div> <div class="button" id="menu"><a href="index.php?option=com_contact&Itemid=3">Контакты</a></div> <div class="button" id="menu"><a href="index.php">Главная</a></div> <?php if (mosCountModules('left')>0) mosLoadModules('left',-3); ?> </div> </td> <td id="maincol" width="65%" bgcolor="#ebf2f5"><?php mosMainBody(); ?></td> <td id="rightcolumn" width="20%"> <div class="block"> <?php if (mosCountModules('right')>0) mosLoadModules('right',-3); ?> </div> </td> </tr> </table></td> </tr> <tr><!-- row 6 --> <td id="footer"> <?php include_once('includes/footer.php'); ?> </td> </tr> <!-- This table was automatically created with Adobe Fireworks --> <!-- [url=http://www.adobe.com]http://www.adobe.com[/url] --> </table> <!--========================= STOP COPYING THE HTML HERE =========================--> </body> </html>