Re: ThickBox et Xoops | Titre du sujet : Re: ThickBox et Xoops par bibile sur 16/02/2007 10:17:56
non toujours rien...
il crée le calque gris puis dépose le bloc a afficher En dessous... y a un bug dans le positionnement et la je sais pas d'ou ca vient... (mon thème? je mets mon header au cas ou...)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<!-- indique le nom du thème -->
<{assign var=theme_name value=$xoTheme->folderName}>
<!-- titre de la page et meta descriptions -->
<title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<!-- Pour la transition des pages -->
<meta http-equiv="Page-Enter" content="revealtrans(duration=1, transition=23)" />
<meta http-equiv="Page-Exit" content="revealtrans(duration=1, transition=23)" />
<!-- chemin du favicon -->
<link rel="icon" type="image/png" href="<{xoImgUrl /icon.png}>" />
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<!-- Css du thème -->
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<!-- Scripts pour thickbox -->
<script type="text/javascript" src="<{xoAppUrl /jseffects/jquery.js}>"></script>
<script type="text/javascript">
JQ = $; //rename $ function
</script>
<script type="text/javascript" src="<{xoAppUrl /jseffects/thickbox.js}>"></script>
<!-- Css des scripts -->
<link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl /jseffects/thickbox.css}>" />
<script type="text/javascript" language="javascript">
<!--
<{$xoops_js}>
//-->
</script>
<!-- pour la transparence des images au format png sous ie -->
<!--[if lt IE 8]>
<script type="text/javascript">
var WEBFX_PNG_PATTERN=".*.png";
var WEBFX_PNG_BLANK = "<{xoImgUrl /jseffects/img/blank.gif}>";
</script>
<style type="text/css">
img { behavior: url(<{xoImgUrl /jseffects/pngbehavior.htc}>); }
</style>
<![endif]-->
</head>
|
|