gajo da net Posted October 24, 2007 at 08:37 PM Report Share #142719 Posted October 24, 2007 at 08:37 PM O código: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <html lang="pt"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>menutestes</title> <style type="text/css" media="screen"> #menu2 { width: 200px; margin: 10px; } #menu2 li a { height: 24px; voice-family: "\"}\""; voice-family: inherit; height: 24px; text-decoration: none; } #menu2 li a:link, #menu2 li a:visited { color: #3688BA; display: block; background: url(botaonovo.gif); } #menu2 li a:hover { background: url(botaonovo.gif) 0 -24px; } </style> </head> <h2>Tab Menu 2</h2> <div id="menu2"> <ul> <li><a href="#1" title="Link 1">Link 1</a></li> <li><a href="#2" title="Link 2">Link 2</a></li> <li><a href="#3" title="Link 3">Link 3</a></li> <li><a href="#4" title="Link 4">Link 4</a></li> <li><a href="#5" title="Link 5">Link 5</a></li> </ul> </div> <body> O resultado: http://img87.imageshack.us/img87/2888/73194656qa2.gif A dor de cabeça ...: http://img77.imageshack.us/img77/8490/bapb4.gif Juro ... já perdi umas boas horas a tentar tirar os simbolos da lista, mas nada ? Tambem não vai lá com list-style-type, ou list-style:none Link to comment Share on other sites More sharing options...
Rui Carlos Posted October 24, 2007 at 10:41 PM Report Share #142754 Posted October 24, 2007 at 10:41 PM Experimenta #menu2 ul { list-style: none; } Rui Carlos Gonçalves Link to comment Share on other sites More sharing options...
gajo da net Posted October 25, 2007 at 08:23 AM Author Report Share #142785 Posted October 25, 2007 at 08:23 AM 😛 Desapareceu logo 😛 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now