Bouger menu horizontal vers la gauche

Support et assistance sur les templates Joomla! 1.5.x, design html et css

Moderators: Aidan38, sarki

Forum rules
Règles du forum
Locked
roksic
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Jul 04, 2011 2:32 pm

Bouger menu horizontal vers la gauche

Post by roksic » Mon Jul 04, 2011 2:38 pm

Bonjour

Je suis bénévole pour une école chiens guides d'aveugles et on m'as demander de m'occuper du site: http://www.chiens-guides-aix.org

Je ne suis pas une pro en HTML, c'est pour cela j'ai besoin de votre aide. Comme vous pouvez le voir sur le site le menu horizontale a complétement bougé vers la droite. Il faut que je le remets vers la gauche. Est ce que vous savez dans quelle CSS je dois le changer et ou?

Une deuxième problème que nous avons est que la page donne une autre template en IE que en Firefox. Tout marche bien en Firefox, mais en IE tout est décaler. Encore une fois je suis simplement bénévole et je ne connais pas grand chose en HTML, si vous pouvez nous aider avec notre site, ca sera avec grand plaisir

merci en avance

Michael

kshama_k
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 189
Joined: Mon Jun 20, 2011 8:52 am

Re: Bouger menu horizontal vers la gauche

Post by kshama_k » Fri Jul 08, 2011 5:49 am

hi

try this:To move the horizontal menu in left ,find this following code in your css and do changes as given below:

Code: Select all

table.menu {
    border-bottom-color: #B088FF;
    border-bottom-style: solid;
    border-left-color-value: #B088FF;
    border-left-style-value: solid;
    border-right-color-value: #B088FF;
    border-right-width-value: 0;
    border-top-color: #B088FF;
    border-top-style: solid;
    position: relative;
    left:0; /*remove this line*/
    right: 250px; /*add this line and do changes here*/ 
    top: 10px;
    z-index: 1;
}
and for ie7 problem- you need to change height:3200px in #all id which is in templates/beez/css/ie7only.css ,

roksic
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Jul 04, 2011 2:32 pm

Re: Bouger menu horizontal vers la gauche

Post by roksic » Fri Jul 08, 2011 7:11 am

Hi,

Thank you for that, I have managed to change some of the things. The only problem I still have is that on the IE version, the page is now very long even if there is no text anymore and also on the homepage I need to make it larger as the artcile underneath the video jumps one line. Maybe it is beacuse the search box is al the way to the right on IE


Locked

Return to “1.5 - Templates et design”