Back to top

Autore Topic: Spostare topmenu a sinistra in rhuk_milkyway  (Letto 1599 volte)

Offline WoRp

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Spostare topmenu a sinistra in rhuk_milkyway
« il: 12 Dic 2010, 23:13:57 »
Ragazzi ho bisogno di spostare il topmenu (quello orizzontale sotto l'header) a sinistra anzichè averlo centrato come di default nel template rhuk_milkyway, qualcuno può aiutarmi??? vi supplico aiutatemi!!!!
 :'( :'( :'( :'( ;D
Mille grassieeeeeee

adottauncane

  • Visitatore
Re:Spostare topmenu a sinistra in rhuk_milkyway
« Risposta #1 il: 12 Dic 2010, 23:24:37 »
Ciao STEFANUS,
prova così:
Codice: [Seleziona]
div#tabarea_r {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../images/mw_header_r_b.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 42px;
    padding-right: 495px !important; <--------- adesso è 1px
}
template.css (riga 112)

Offline WoRp

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re:Spostare topmenu a sinistra in rhuk_milkyway
« Risposta #2 il: 12 Dic 2010, 23:42:42 »
Wowwwww è perfetto!!!!!! e se invece volessi spostarlo tutto a destra??? ;D ;D ;D
Mille grazie per l'aiuto e la pazienza!!!!

adottauncane

  • Visitatore
Re:Spostare topmenu a sinistra in rhuk_milkyway
« Risposta #3 il: 13 Dic 2010, 00:12:29 »
Aggiungi il padding-left:
Codice: [Seleziona]
div#tabarea_r {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../images/mw_header_r_b.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 42px;
    padding-left: 450px !important; <-------- aggiungi
    padding-right: 1px;
}
template.css (riga 112)

 



Web Design Bolzano Kreatif