[RESOLU]probleme curseur main

probleme curseur main [RESOLU] - HTML/CSS - Programmation

Marsh Posté le 13-02-2006 à 11:26:22    

bonjour, voila sous I.E.(Internet explorer), quand je passe sur un de mes lien de mon site, le curseur se change en main,mais avec firefox ca ne change pas
 
 
voila le css

Citation :

<style type="text/css">
 
.dynamic-tab-pane-control.tab-pane {
        position:        relative;
        width:                100%;
}
 
.dynamic-tab-pane-control .tab-row .tab {
        font:                        Menu;
        cursor:                        Default;
        display:                inline;
        margin:                        1px -2px 1px 2px;
        float:                        left;
        padding:                2px 5px 3px 5px;
        background:                #FFFFFF;
        border:                        1px solid;
        border-color:        ThreeDHighlight ThreeDDarkShadow
                                        ThreeDDarkShadow ThreeDHighlight;
        border-bottom:        0;
        z-index:                1;
        position:                relative;
        top:                        0;
}
 
.dynamic-tab-pane-control .tab-row .tab.selected {
        border-bottom:        0;
        z-index:                3;
        padding:                2px 6px 5px 7px;
        margin:                        1px -3px -2px 0px;
        top:                        -2px;
}
 
.dynamic-tab-pane-control .tab-row .tab a {
        font:                                Menu;
        color:                                WindowText;
        text-decoration:        none;
        cursor:                                default;
}
 
.dynamic-tab-pane-control .tab-row .hover a {
        color:        blue;
}
 
.dynamic-tab-pane-control .tab-page {
        clear:                        both;
        border:                        1px solid;
        border-color:        ThreeDHighlight ThreeDDarkShadow
                                        ThreeDDarkShadow ThreeDHighlight;
        background:                #FFFFFF;
        z-index:                2;
        position:                relative;
        top:                        -2px;
        color:                        WindowText;
        font:                        Message-Box;
        padding:                10px;
}
 
.dynamic-tab-pane-control .tab-row {
        z-index:                1;
        white-space:        nowrap;
}
 
.dynamic-tab-pane-control .tab-page {
        height:                200px;
}
 
.dynamic-tab-pane-control .tab-page .dynamic-tab-pane-control .tab-page {
        height:                100px;
}
 
 
 
html{
 
        font: 11px arial
}
table{
 
        font: 11px arial
}
 
checkbox,radio {
 
  background:        #FFFFFF;
  font: 11px arial
}
textarea, select, button, submit, input {
        background:        white;
        font: 11px arial
}
 
form {
        margin:         0;
        padding:        0;
}
body {
        background: #FFFFFF;
        text:#000000
        link:"#000000"
        vlink:"#000000"
        alink:"#000000"
        margin:                2px;
        width:                auto;
        height:                auto;
        scrollbar-base-color: #FFFFFF;
        scrollbar-track-color: #FFFFFF;
        font: 11px arial
}
 
.curseur {
cursor: hand;
}
</style>


 
ou meme si je l'inclus dans un case d'un tableau

Citation :

<tr style="cursor:hand">


 
 
rien ne se passe, j'ai regarde sous M.F, la consolle javascript il me dit une erreur que je comprends pas
 

Citation :

Erreur : Erreur d'analyse de la valeur pour la propriété « cursor ».  Déclaration abandonnée.
Fichier source : http://localhost/Myrmica/Myrmica_meca//default.php
Ligne : 0


Message édité par infoman64 le 13-02-2006 à 11:38:49
Reply

Marsh Posté le 13-02-2006 à 11:26:22   

Reply

Marsh Posté le 13-02-2006 à 11:34:02    

Salut,

Code :
  1. a {
  2.    cursor: pointer;
  3. }


Message édité par j_lecruel le 13-02-2006 à 11:34:15

---------------
♈ ♋ ♌ ♍ ♎ ♏ - Agora Fidelio | Galerie d'art Toulousaine
Reply

Marsh Posté le 13-02-2006 à 11:38:08    

super ca marche merci, j_lecruel

Reply

Marsh Posté le 13-02-2006 à 11:39:35    

la valeur "hand" n'est pas standard.
 
Tu peux te référer à  cette page pour avoir celles possibles.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed