Transitions entre les pages
Bonjour,
je n'arrive pas à faire ma transition entre pages avec la fameuse "
Code:
http-equiv="Page-Enter" content="RevealTrans(
"
quand je clique sur un lien qui dirige vers une autre page, je n'ai aucune transition.
auriez vous une idée de ce qui ne manque svp ?
je vous remercie
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title> </title>
<meta http-equiv="Page-Enter" content="RevealTrans(Duration=12,Transition=23)">
<meta http-equiv="Page-Exit" content="RevealTrans(Duration=12,Transition=23)">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="carrousel/carrousel.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="transition.css" />
<script type="text/javascript" src="carrousel/jquery.js"></script>
<script type="text/javascript" src="carrousel/carrousel.js"></script>
</head> |