_eLpiS_ Δημοσ. 5 Μαΐου 2010 Δημοσ. 5 Μαΐου 2010 Γεια σας, εχω ενα template και θελω να ρωτησω αν μπορω να κραταω "σταθερη" την εικονα που εχω στο backround. p.x. οπως αυτο εδω:http://demo.yootheme.com/ δειτε το 4ο με ονομα vox Θα το ηθελα και σε joomla αλλα και σε phpbb3 template.
macabre_sunsets Δημοσ. 5 Μαΐου 2010 Δημοσ. 5 Μαΐου 2010 Δοκίμασε να βάλεις αυτό στο css : >background-attachment:fixed; Sets whether a background image is fixed or scrolls with the rest of the page. Παίρνει τιμές : * scroll * fixed * inherit
_eLpiS_ Δημοσ. 5 Μαΐου 2010 Μέλος Δημοσ. 5 Μαΐου 2010 >/* Backgrounds */ body.backgroundlevel-high.backgroundstyle-style1 {background: #101D2E url(images/backgrounds/style1/high/bg-top.jpg) 50% 117% no-repeat;} body.backgroundlevel-high.backgroundstyle-style1 #rt-main-background {background: url(images/backgrounds/style1/high/bg-top.jpg) 50% -20px no-repeat;} body.backgroundlevel-med.backgroundstyle-style1 {background: #101D2E url(images/backgrounds/style1/med/bg-tile.jpg) 50% 0 repeat-x;} body.backgroundlevel-low.backgroundstyle-style1 {background: #101D2E;} αυτο εδω βρισκω..
macabre_sunsets Δημοσ. 5 Μαΐου 2010 Δημοσ. 5 Μαΐου 2010 Για δοκίμασε αυτό : >/* Backgrounds */ body.backgroundlevel-high.backgroundstyle-style1 {background: #101D2E url(images/backgrounds/style1/high/bg-top.jpg) 50% 117% no-repeat fixed;} body.backgroundlevel-high.backgroundstyle-style1 #rt-main-background {background: url(images/backgrounds/style1/high/bg-top.jpg) 50% -20px no-repeat fixed;} body.backgroundlevel-med.backgroundstyle-style1 {background: #101D2E url(images/backgrounds/style1/med/bg-tile.jpg) 50% 0 repeat-x;} body.backgroundlevel-low.backgroundstyle-style1 {background: #101D2E;} Έχω προσθέσει την λέξη "fixed" αν παρατηρήσεις. Εναλλακτικά : >/* Backgrounds */ body.backgroundlevel-high.backgroundstyle-style1 {background: #101D2E url(images/backgrounds/style1/high/bg-top.jpg) 50% 117% no-repeat; background-attachment:fixed;} body.backgroundlevel-high.backgroundstyle-style1 #rt-main-background {background: url(images/backgrounds/style1/high/bg-top.jpg) 50% -20px no-repeat; background-attachment:fixed;} body.backgroundlevel-med.backgroundstyle-style1 {background: #101D2E url(images/backgrounds/style1/med/bg-tile.jpg) 50% 0 repeat-x;} body.backgroundlevel-low.backgroundstyle-style1 {background: #101D2E;}
_eLpiS_ Δημοσ. 5 Μαΐου 2010 Μέλος Δημοσ. 5 Μαΐου 2010 ok φιλε μου το βρηκα! το πρωτο ηταν! ευχαριστω παρα πολυ! μου εσωσες πολλες ωρες αναζητησης!
Προτεινόμενες αναρτήσεις
Αρχειοθετημένο
Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.