Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

aboutblank

menu css

Recommended Posts

galera, alguem pode me ajudar a ver pq meu menu nao funciona?simplesmente nao aparece o estilo do menu...ele escreve os dados do banco, mas nao dentro do estilo, pq?

<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Untitled Document</title><style type="text/css">#menu { width: 218px; padding: 0; margin: 0; font: 14px Verdana, sans-serif; height: 15px;}#menu ul {list-style: none;margin: 0;padding: 0;}#menu li { margin: 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFFFFF; list-style-type: none;}#menu li a { display: block; padding: 5px 5px 5px 0.5em; font-weight:bold; background-color: #F2F2F2; color: #103F6D; text-decoration: none; font-family: "Trebuchet MS"; border-right-width: 10px; border-left-width: 10px; border-right-style: none; border-left-style: solid; border-right-color: #0F3E6C; border-left-color: #113D6C; list-style-type: none;}#menu li a:hover { background-color: #FFFFFF; color: #000000; border-right-width: 10px; border-left-width: 10px; border-right-style: none; border-left-style: solid; border-right-color: #638FBC; border-left-color: #638FBC;}/* Fix IE. Hide from IE Mac \*/* html #menu ul li { float: left; height: 1%; }* html #menu ul li a { height: 1%; }/* End */</style></head><body><ul id="menu"><? $aux2 = 0; ?><? $aux=0; while($aux<$total) { $dados = mysql_fetch_array($sql); $id = $dados["id"]; $sqlsub = mysql_query("Select * from sub where id_cat='$id'"); $totalsub = mysql_num_rows($sqlsub); ?> <li><? echo $dados["nome"]; ?> <ul><? while ($aux2 < $totalsub) { $dadosub = mysql_fetch_array($sqlsub); ?> <li><? echo $dadosub["nome_sub"]; ?> </li> <? $aux2++; }?></ul><? $aux++; } ?></ul></div></body></html>

se puderem ajudar, vlw

Compartilhar este post


Link para o post
Compartilhar em outros sites

é que qdo eu tiro o <a href do li, ele fica sem estilo nenhum....porque é o seguinte, o menu vai ter categorias e subcategorias saca.entao as categorias vao ficar sem links, e as subcategorias vao ter links.entao queria definir um estilo pra cada um sabe?

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.