menu
Publicado por zenda (13 intervenciones) el 11/03/2009 18:23:38
estoy haciendo un menu con botones pero cuando le coloco la etiqueta <li> aparecen esos molestos puntos cuadrados, como pudiera quitarle esos puntos cuadrados o redondos? claro si le suprimo la etiqueta<li> se convierte en menu horizontal, la idea es que sea un menu vertical pero sin los puntos mencionados anteriormente.
denme una luz.
les agradezco su ayuda.
este es el codigo:
<!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=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body>
<menu>
<li><input type="button" width="20" value="Reddish" />Red</li>
<li><input type="button" />blue</li>
</menu>
</body>
</html>
denme una luz.
les agradezco su ayuda.
este es el codigo:
<!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=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body>
<menu>
<li><input type="button" width="20" value="Reddish" />Red</li>
<li><input type="button" />blue</li>
</menu>
</body>
</html>
Valora esta pregunta


0