¿Alguna idea ?
Código HTML:
<!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>Menu</title> <style type="text/css"> <!-- li { display: inline; padding: 0px; margin: 0px; } ul { list-style-type: none; padding: 0px; margin: 0px; } #menu { border: 1px solid rgb(0,91,195); margin: 0px; padding: 0px; } --> </style> </head> <body> <div id="menu"> <ul> <li><img src="../imagenes/3/b-cortar.png" alt="Cortar" width="12" height="16" border="0" /></li> <li><img src="../imagenes/3/b-copiar.png" alt="Copiar" width="16" height="16" border="0" /></li> <li><img src="../imagenes/3/b-pegar.png" alt="Pegar" width="15" height="16" border="0" /></li> </ul> </div> </body> </html>