Hola, necesito hacer una transición para que no se quede mal el salto de la presentación al web, pero no me sale. No sé si hago algo mal o que.
Tengo este código:
Código:
<html>
<head>
<title>Rikardo Viridis</title>
<style type="text/css">
a img {border:1px solid #000000}
a {text-decoration:none}
a:link{color:#AEC474}
a:visited{color:#AEC474}
a:hover{color:#74C4B8;font-weight:bold}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body{
scrollbar-face-color: #AEC474;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #AEC474;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #AEC474;
}
</style>
</head>
<body bgco.......
Le meto este:
Código:
<META http-equiv=Page-Enter content=blendTrans(Duration=2.0)>
así:
Código:
<head>
<title>Rikardo Viridis</title>
<style type="text/css">
a img {border:1px solid #000000}
a {text-decoration:none}
a:link{color:#AEC474}
a:visited{color:#AEC474}
a:hover{color:#74C4B8;font-weight:bold}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv=Page-Enter content=blendTrans(Duration=2.0)>
<style type="text/css">
body{
Pero no me sale la transición. Que hago mal? no va ahí?
Un saludo y gracias amigos.