Digowarta51 Postado Julho 15, 2004 Denunciar Share Postado Julho 15, 2004 eu tenho um esquema aki em js mais a margem dele fica mt distante do canto...eu botei ele com margem 0 mais mesmo assim ele fica longem do cantotem como eu botar uma margem negativa..? ou alguma outra coisa para a margem ficar bem no canto esquerdo?[]s Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Fabi SP Postado Julho 15, 2004 Denunciar Share Postado Julho 15, 2004 Posta um pedaço dó código para vermos, assim fica mais fácil de te ajudar... Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Digowarta51 Postado Julho 15, 2004 Autor Denunciar Share Postado Julho 15, 2004 ow fabi... é daquele eskema lá que eu postei nu forum de jsaquele do menu...tah ai o codigo<STYLE type=text/css>A:visited { COLOR: #0000CC; TEXT-DECORATION: none } UNKNOWN { TEXT-DECORATION: none } A:hover { COLOR: #666666; TEXT-DECORATION: none } .COR { FONT-SIZE: 7pt; COLOR: #0000CC; FONT-FAMILY: verdana } </STYLE> <script language=JavaScript1.2> var head="display:''" img1=new Image() img1.src="closed.gif" img2=new Image() img2.src="open.gif" function change(){ if(!document.all) return if (event.srcElement.id=="foldheader") { var srcIndex = event.srcElement.sourceIndex var nested = document.all[srcIndex+1] if (nested.style.display=="none") { nested.style.display='' event.srcElement.style.listStyleImage="url(open.gif)" } else { nested.style.display="none" event.srcElement.style.listStyleImage="url(closed.gif)" } } } document.onclick=change //--> </SCRIPT> <UL> <li style="cursor:hand;"id=foldheader class="COR">Recados <UL id=foldinglist style="DISPLAY: none; head: " class="COR"> <LI><A href="recados.php?id_login=$id_login" target="centro">Recebidos</A> <LI><A href="http://www.seusite.com/pagina1.html">Enviados</A> <LI><A href="http://www.seusite.com/pagina1.html">Concluídos por mim</A> <LI><A href="http://www.seusite.com/pagina2.html">Concluídos por mim</A> </LI> </UL> <li style="cursor:hand;"id=foldheader class="COR">link 2 <UL id=foldinglist style="DISPLAY: none; head: " class="COR"> <LI><A href="http://www.seusite.com/pagina3.html">1</A> <LI><A href="http://www.seusite.com/pagina4.html">2</A> <LI><A href="http://www.seusite.com/pagina5.html">3</A> </LI> </UL> <li style="cursor:hand;"id=foldheader class="COR">link 3 <UL id=foldinglist style="DISPLAY: none; head: " class="COR"> <LI><A href="http://www.seusite.com/pagina6.html">1</A> <LI><A href="http://www.seusite.com/pagina7.html">2</A> <li style="cursor:hand;"id=foldheader class="COR">mais link <UL id=foldinglist style="DISPLAY: none; head: " class="COR"> <LI><A href="http://www.seusite.com/pagina8.html">1</A> <LI><A href="http://www.seusite.com/pagina9.html">2</A> </LI> </UL> <LI><A href="http://www.seusite.com/pagina10.html">3</A> <LI><A href="http://www.seusite.com/pagina11.html">4</A> </LI> </UL> </LI> </UL> <script language=JavaScript1.2> <!-- function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) // if cookie exists if (offset != -1) { offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } if (get_cookie(window.location.pathname) != ''){ var openresults=get_cookie(window.location.pathname).split(" ") for (i=0; i < openresults.length; i++){ foldinglist[openresults[i]].style.display='' document.all[foldinglist[openresults[i]].sourceIndex - 1].style.listStyleImage="url(open.gif)" } } if (document.all){ var nodelength=foldinglist.length-1 var nodes=new Array(nodelength) var openones='' } function check(){ for (i=0; i <= nodelength; i++){ if (foldinglist[i].style.display=='') openones=openones + " " + i } document.cookie=window.location.pathname+"="+openones } if (document.all) document.body.onunload=check //--> </SCRIPT>eu keria que os campos ficasse mais juntos a margem...e os "sublinks" não ficassem tão afastados da margem também...[]´s Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Fabi SP Postado Julho 15, 2004 Denunciar Share Postado Julho 15, 2004 Colocar no CSS:body { margin: 0px; }Ajuda um pouco... eu tentei tirar a margem do <li> e <ul> mas os marcadores somem. Bizarro.Vê se isso te ajuda, OK? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Digowarta51 Postado Julho 15, 2004 Autor Denunciar Share Postado Julho 15, 2004 bah... não adianto mt...ai... vocês conhecem algum outro exemplo desse esquema q eu quero?[]´s Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Digowarta51
eu tenho um esquema aki em js mais a margem dele fica mt distante do canto...
eu botei ele com margem 0 mais mesmo assim ele fica longem do canto
tem como eu botar uma margem negativa..? ou alguma outra coisa para a margem ficar bem no canto esquerdo?
[]s
Link para o comentário
Compartilhar em outros sites
4 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.