[CSS] remonter par la fleche

Fermé
tsing Messages postés 703 Date d'inscription dimanche 2 novembre 2003 Statut Membre Dernière intervention 15 avril 2024 - 6 déc. 2011 à 19:29
tsing Messages postés 703 Date d'inscription dimanche 2 novembre 2003 Statut Membre Dernière intervention 15 avril 2024 - 18 déc. 2011 à 17:56
Bonjour,

Pour le blog j'aimerais le même principe que la flèche de CCM, sur le coté, juste pour remonter.
Le blog n'accepte pas le javascript

J'ai essayé mais ... j'ai mis la pagaille ...

merci si vous savez faire ça





<config>Windows XP /

2 réponses

lucas-84 Messages postés 35 Date d'inscription dimanche 17 octobre 2010 Statut Membre Dernière intervention 7 décembre 2011 6
6 déc. 2011 à 19:31
Celle de CCM est fait en JS je crois :

<script type="text/javascript">
<!--
ccmboxes.boxes.montharticle = new ccmboxes.box(
    'monthartbox',
    {options: 'monthart_opt', content: 'monthart_cnt'},
    {
        url: '/xhr/montharticle.php',
        reload: false,
        withfile: true,
        onzoom:function(){
            $('form_monthart').titre.style.width='300px';
            $('form_monthart').lien.style.width='300px';
            $('form_monthart').img.style.width='400px';
            $('form_monthart').desc.style.width='96%';
            $('form_monthart').desc.style.height='100px';
        },
        onunzoom:function(){
            $('form_monthart').titre.style.width='';
            $('form_monthart').lien.style.width='';
            $('form_monthart').img.style.width='';
            $('form_monthart').desc.style.width='';
            $('form_monthart').desc.style.height='';
        }
    }
);
//-->
</script>


Mais si tu peux pas utiliser...
0
tsing Messages postés 703 Date d'inscription dimanche 2 novembre 2003 Statut Membre Dernière intervention 15 avril 2024 79
18 déc. 2011 à 17:56
up svp!
0