Change Fancy cursor
12 years 3 months ago #8056
by oda94
Change Fancy cursor was created by oda94
Bonjour,
j'ai un souci avec le fancy style, je l'ai remplacé par un curseur (image) qui n'ai pas center par rapport à la largeur des titres du menu, voir la description...
J'ai modifié le fichier maximenuhck.php depuis :
--> modules/mod_maximenuck/themes/css3megamenu/css/maximenuhck.php
la section modifié est :
/*
--- Fancy styles (floating cursor) ---
*/
div#<?php echo $id; ?> .maxiFancybackground {
list-style : none;
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
div#<?php echo $id; ?> .maxiFancybackground .maxiFancycenter {
border-top: 1px solid #fff;
}
Je l'ai modifié en :
/*
--- Fancy styles (floating cursor) ---
*/
div#<?php echo $id; ?> .maxiFancybackground {
list-style : none;
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
div#<?php echo $id; ?> .maxiFancybackground .maxiFancycenter {
background: url('../images/fancy_bg.png') no-repeat top;
position:static;
height: 16px;
left: 0px;
top: 0px;
width: 50px;
Comment puis-je centrer mon curseur correctement sur la largeur des titres du menu ?
Merci,
j'ai un souci avec le fancy style, je l'ai remplacé par un curseur (image) qui n'ai pas center par rapport à la largeur des titres du menu, voir la description...
J'ai modifié le fichier maximenuhck.php depuis :
--> modules/mod_maximenuck/themes/css3megamenu/css/maximenuhck.php
la section modifié est :
/*
--- Fancy styles (floating cursor) ---
*/
div#<?php echo $id; ?> .maxiFancybackground {
list-style : none;
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
div#<?php echo $id; ?> .maxiFancybackground .maxiFancycenter {
border-top: 1px solid #fff;
}
Je l'ai modifié en :
/*
--- Fancy styles (floating cursor) ---
*/
div#<?php echo $id; ?> .maxiFancybackground {
list-style : none;
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
div#<?php echo $id; ?> .maxiFancybackground .maxiFancycenter {
background: url('../images/fancy_bg.png') no-repeat top;
position:static;
height: 16px;
left: 0px;
top: 0px;
width: 50px;
Comment puis-je centrer mon curseur correctement sur la largeur des titres du menu ?
Merci,
Please Log in or Create an account to join the conversation.
12 years 3 months ago #8062
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Change Fancy cursor
salut
donnes moi ton url pour voir le souci en ligne
Ced
donnes moi ton url pour voir le souci en ligne
Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 3 months ago #8089
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Change Fancy cursor
salut
url recue, enleves "width: 50px;" que tu as mis dans les css
Ced
url recue, enleves "width: 50px;" que tu as mis dans les css
Ced
Joomlack Webmaster and Developer
The following user(s) said Thank You: oda94
Please Log in or Create an account to join the conversation.
12 years 3 months ago #8092
by oda94
Replied by oda94 on topic Change Fancy cursor
nickel 
par contre, je ne comprends pas pourquoi le curseur disparaît lorsque je vais sur les autres lien du menu, aurais-tu une piste ?
Merci,

par contre, je ne comprends pas pourquoi le curseur disparaît lorsque je vais sur les autres lien du menu, aurais-tu une piste ?
Merci,
Please Log in or Create an account to join the conversation.
12 years 3 months ago - 12 years 3 months ago #8101
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Change Fancy cursor
oh la belle erreur JS sur les autres pages :
ça fout le bordel, tu dois corriger ça
ced
Horodatage : 15/01/2013 20:15:16
Erreur : SyntaxError: missing ) after argument list
Fichier Source : ...
Ligne : 106, Colonne : 60
Code Source :
'Votre navigateur ne supporte pas AJAX!','Loading','Merci d'avoir voter!','You need to login to rate this item.','Vous a
ça fout le bordel, tu dois corriger ça
ced
Joomlack Webmaster and Developer
Last edit: 12 years 3 months ago by ced1870.
The following user(s) said Thank You: oda94
Please Log in or Create an account to join the conversation.
12 years 3 months ago #8130
by oda94
Replied by oda94 on topic Change Fancy cursor
Parfait tout fonctionne !
Merci
Merci

Please Log in or Create an account to join the conversation.
Time to create page: 0.221 seconds