Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje26-12-2009, 16:50 (UTC)    
Título del mensaje: MENU HORIZONTAL AYUDA!!!!!!!!!!

OLA MI PROBLEMA ES QUE CUANDO LE DOY A CONTROLAR PAGINA Y LE DOY A UNA DE MIS PAGINA LE DOY A FUENTE HTML Y COPIO EL CODIGO EN DONDE PONE LINK DEL CODIGO DE MI MENU HORIZONTAL DE ABAJO
SALE EN MI PAGINA WEB LA PAGINA QUE COPIE SU URL DE ANTES SIN YO DARLE A NINGUN BOTON DE MI MENU HORIZONTAL:

MIREN METANSE EN MI PAGINAWEB Y VERAN LO K ME ``PASA``


AQUI LES DEJO MI MENU HORIZONTAL:






<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> Stu Nicholls | CSSplay | Professional series #1</title>
<style type="text/css">
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(http://img137.imageshack.us/img137/2475/button1m.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(http://img137.imageshack.us/img137/5061/button3.gif);}
.menu1 li.current a b {background:url(http://img137.imageshack.us/img137/5061/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(http://img137.imageshack.us/img137/6880/button2s.gif);}
.menu1 li a:hover b {background:url(http://img137.imageshack.us/img137/6880/button2s.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(http://img137.imageshack.us/img137/5061/button3.gif) no-repeat right top;}

</style>
</head>

<body>
<ul class="menu1">
<li><a href="LINK"><b>TEXTO</b></a></li>
<li><a href="LINK"><b>TEXTO</b></a></li>
<li><a href="LINK"><b>TEXTO</b></a></li>
<li><a href="LINK"><b>TEXTO</b></a></li>
<li><a href="LINK"><b>TEXTO</b></a></li>
</ul>
</body>
</html>
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group