Domanda sulle barre laterali della skin.

« Older   Newer »
  Share  
The Bibbi
view post Posted on 5/6/2009, 13:37




Ho creato una skin, per ora ho solo il PSD e volevo provare a montarla perchè mi piace. Solo che ha anche le barre laterali,

Come faccio a metterle? Ho guardato nelle lezioni di skin ma quando parla della barra nomina solo quella in alto e quella sotto.

Come faccio a fare una cosa tipo questa o questa skin?

Mi potreste scrivere i pezzi da aggiungere e, se non chiedo troppo, spiegarmi a cosa corrispondono?

Grazie :riotflower:
 
Top
view post Posted on 5/6/2009, 13:43

Senior Member

Group:
Member
Posts:
20,011
Location:
Bergamo

Status:


mm non sarebbe male inserirlo nel corso :sisi:

comunque per la parte di sinistra, ci stà:

.mleft_top
.mleft
.mleft_bottom

per la parte di destra, ci stà:

.mright_top
.mright
.mright_bottom
 
Top
The Bibbi
view post Posted on 5/6/2009, 13:54




Grazie mille =) sì sarebbe utile anche ad altri, penso ^^
 
Top
michijo
view post Posted on 6/6/2009, 11:50




Sì, infatti! Perchè è un pò complicato il discorso di quei tag per chi è alle prime armi! Io mi sono impazzita prima di riuscire a capire il sistema!!!
 
Top
The Bibbi
view post Posted on 6/6/2009, 13:34




Ecco ci ho provato ma non capisco bene una cosa: quando metto la barra in alto, rimane al limite della sezione del forum, non sporge e quindi non si fonde con quella laterale... Come faccio?
 
Top
michijo
view post Posted on 6/6/2009, 13:56




Allora guarda provo a spiegarti come faccio io. Tu hai la barra superiore con quel pezzetto del back center che si ripete. Ora se la tua barra è tutta uguale il pezzo che tu metti nel back center io lo metto anche nel back left e nel back right. Quando poi tu vai a mettere la barra laterale (parliamo solo del sopra adesso) metti il pezzo superiore della barra laterale nel top left e nel top right. E se non ci sono errori di misure dovresti visualizzare bene tutto!
 
Top
The Bibbi
view post Posted on 6/6/2009, 14:00




Mmmm grazie proverò ^^
 
Top
~shadow~
view post Posted on 6/6/2009, 14:23




prova ad usare questo codice:

SPOILER (click to view)
parte alta della barra
CODICE
.mleft_top {width: ...px; background-image: url(); background-repeat: no-repeat; background-position: top right}
.mback_left {width: ..px; background-image: url(); background-repeat: no-repeat; background-position: left}
.mback {height: ..px; background-image: url(); background-repeat: repeat-x; background-position: center}
.mback_right {width: ..px; background-image: url(); background-repeat: no-repeat; background-position: right}
.mright_top {width: ..px; background-image: url(); background-repeat: no-repeat; background-position: top left}


laterali
CODICE
.mleft {width: ..px; background-image: url(); background-repeat: repeat-y; background-position: right}
.mright {width: ..px; background-image: url(); background-repeat: repeat-y; background-position: left}


parte bassa
CODICE
.mleft_bottom {width: ..px; background-image: url(); background-repeat: no-repeat; background-position: top right}
.msub {height: ..px; background-image: url(); background-repeat: repeat-x; background-position: top}
.mright_bottom {width: ..px; background-image: url(); background-repeat: no-repeat; background-position: top left}


in pratica io ho risolto il problema che dici tu indicando la posizione per ciascuna parte della barra (background-position:...)

per capire meglio come comporre la barra, puoi dare un'occhiata qui-->[x]
 
Top
The Bibbi
view post Posted on 7/6/2009, 14:02




Grazie =) proverò
 
Top
8 replies since 5/6/2009, 13:37   414 views
  Share