sou novo nesta area, estou a fazer um fade out ao carregar no menu, este já está a funcionar, mas so funciona quando o link no menu é somente # .... eu quero fazer tipo page.php ele ai altera o conteudo mas não faz o fade..
alguém me pode ajudar?
desde já um muito obrigado pela ajuda de todos..
<!DOCTYPE html>
<html>
<head>
<link href="layout.css" rel="stylesheet" type="text/css" />
<link href="css.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/ddaccordion.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/jquery-1.3.2.js"></script>
<script src="http://jqueryui.com/latest/ui/effects.core.js"></script>
<script src="http://jqueryui.com/latest/ui/effects.slide.js"></script>
<style type="text/css">
.teste {
margin: 0px;
width: 250px;
height:700px;
background-image:url(imgs/box.gif);
background-repeat:no-repeat;
position:absolute;
z-index:1;
top: 114px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
<script type="text/javascript">
$(window).load(function(){
$('#testea').show("slide", { direction: "left" }, 2000);
});
$(document).ready(function(){
$("h3").click(function () {
$("#alinha").fadeOut("slow");
});
});
</script>
<script type="text/javascript">
ddaccordion.init({
headerclass: "expandable", //Shared CSS class name of headers group that are expandable
contentclass: "categoryitems", //Shared CSS class name of contents group
revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onmouseover
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
//do nothing
},
onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
//do nothing
}
})
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body >
<table width="1060" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center"><img src="imgs/logo.gif" width="388" height="103"></td>
</tr>
<tr>
<td bgcolor="#CCCCCC"; height="600" valign="top" style="padding-top:10px">
<table width="1060" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200" >
<div id="testea" class="teste" >
<table width="258" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="200" valign="top" style="padding-left:70px; padding-top:20px;" >
<div class="arrowlistmenu">
<h3 id="fade_out" class="link"> <a href="index.php?page=1">QUEM SOMOS</a></h3>
<h2 class="menuheader expandable">MOBILIARIO</h3>
<ul class="categoryitems" >
<li><a href="index.php">teste</a></li>
<li><a href="#">teste</a></li>
</ul>
<h3 class="link"><a href="index.php">SOFAS</a></h3>
<h3 class="link"><a href="#">COLCHOES</a></h3>
<h3 class="link"><a href="#">CONSTRUÇÃO</a></h3>
<h3 class="link"><a href="#">CONTACTOS</a></h3>
</ul>
</td>
</tr>
</table>
</div></td>
<td width="860">
<div id="alinha">
<!-- aqui entra um include de paginas em php -->
<table width="860" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
teste teste teste teste teste teste
</td>
</tr>
</table>
<!-- aqui fecha um include de paginas em php -->
</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
Pergunta
BrunoVieira
oi pessoal,
sou novo nesta area, estou a fazer um fade out ao carregar no menu, este já está a funcionar, mas so funciona quando o link no menu é somente # .... eu quero fazer tipo page.php ele ai altera o conteudo mas não faz o fade..
alguém me pode ajudar?
desde já um muito obrigado pela ajuda de todos..
não sei mesmo como alterar isso...
não tem forma de ficar a funcionar?
já agora estes cursos online são bens?
Link para o comentário
Compartilhar em outros sites
12 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.