Ir para conteúdo
Fórum Script Brasil
  • 0

Margem Negativa


Digowarta51

Pergunta

4 respostass a esta questão

Posts Recomendados

  • 0

ow fabi... é daquele eskema lá que eu postei nu forum de js

aquele 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

Link para o comentário
Compartilhar em outros sites

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.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,2k
×
×
  • Criar Novo...