Código:
el problema es ke dentro de este <td> existen otros <td> jeje, y los ke estan dentro del primero toman su estilo miren este el es codigo:.moduletable_menu td{ background-image:url(../images/modulos_r2_c1.gif); background-repeat:repeat-y; background-position:bottom; padding-left:17px; }
Código:
como puedo hacer para ke los segundos <td> no tomen este estilo? no encuentro la forma, <table class="moduletable_menu" cellpadding="0" cellspacing="0"> <tbody><tr> <th valign="top"> Menú principal </th> </tr> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_frontpage&Itemid=1" class="mainlevel" id="active_menu">Inicio</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_content&task=view&id=5&Itemid=6" class="mainlevel">Licencia Joomla!</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_content&task=section&id=1&Itemid=2" class="mainlevel">Noticias</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_content&task=blogsection&id=0&Itemid=9" class="mainlevel">Bloc</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_weblinks&Itemid=23" class="mainlevel">Enlaces</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_contact&Itemid=3" class="mainlevel">Contactar</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_search&Itemid=5" class="mainlevel">Buscar</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_newsfeeds&Itemid=7" class="mainlevel">Noticias externas</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_content&task=category&sectionid=3&id=7&Itemid=25" class="mainlevel">FAQ</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_wrapper&Itemid=8" class="mainlevel">Wrapper</a></td></tr> <tr align="left"><td><a href="http://localhost/joomla/index.php?option=com_zoom&Itemid=27" class="mainlevel">Fotos</a></td></tr> </tbody></table> </td> </tr> </tbody></table>
se me ocurrio algo asi pero no se como hacerlo:
Código:
alguien me puede ayudar? table.moduletable_menu td { background:none; }