News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

no scroll background

Started by pjn, July 12, 2010, 01:35:20 PM

Previous topic - Next topic

pjn

http://www.ozzu.com/website-design-forum/scroll-background-t23512.html

        background-attachment:fixed;

i add this in the index.css & it's don't work :(


why...

thanx!!!
Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

the link you posted, the site is powered by phpbb...


where exactly do you add that line, and what do you want it to accomplish in the first place.

pjn

i whant that the bgaground of my site don't move...
Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo


pjn

Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

your background image:  http://pjn-il.com/Themes/core/images/BG02.jpg  its very small, it will look bad if you fixed this.

your body{}  is wrong, on your style.css change this:

background-attachment: scroll;
background-repeat: repeat;
background-image: url("http://pjn-il.com/Themes/core/images/BG02.jpg");


to this:

background-attachment: fixed;
background-repeat: no-repeat;
background-image: url("http://pjn-il.com/Themes/core/images/BG02.jpg");


you can also add a background-position  to change the background position


pjn

#6
you meen "index.css"??

i don't see this:
background-attachment: scroll;
background-repeat: repeat;


i change it in index.css,& it's don't work :(
Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

attach your /Themes/core/css/index.css file and the image's url you want to set as background

pjn

Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

the scroll bar appears because your forum is larger than your monitor.

you haven't changed anything:

background-attachment: scroll;
background-repeat: repeat;
background-image: url("http://pjn-il.com/Themes/core/images/BG02.jpg");


please change this to this:

background-attachment: fixed;
background-repeat: no-repeat;
background-image: url("http://pjn-il.com/Themes/core/images/BG02.jpg");


on your /Themes/core/css/index.css

pjn

no no no no....

i whant the scroller show...

i don't whant the backgrond move when i scrolled the page....
Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

so....     why don't you do the edits I told you to do?

pjn

ohhh... i edited!!!!

this is the text:
Quotebody
{
   background-attachment: fixed;
   background-repeat: no-repeat;
   background: url('http://pjn-il.com/Themes/core/images/BG00.jpg');
   font: 95%/90% Verdana, Helvetica, sans-serif;
   margin: 0;
   padding: 12px 0 4px 0;
}
Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

Dragonfly told me this:


background-attachment: scroll;
background-repeat: repeat;
background-image: url("http://pjn-il.com/Themes/core/images/BG00.jpg");


you need to change  that  for this:

background-attachment: fixed;
background-repeat: no-repeat;
background-image: url("http://pjn-il.com/Themes/core/images/BG02.jpg");



or please, attach your  /Themes/core/css/index.css to do the edits for you.

pjn

Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

the code its already there, just upload that file to /Themes/core/css/    and replace the existing one

pjn

Quote from: 130860 on July 14, 2010, 12:46:44 PM
the code its already there, just upload that file to /Themes/core/css/    and replace the existing one

where is the file you are edited??????????
Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

I didn't edit any file because the one you posted had already the necessary changes, just put it in your css/ folder.

pjn

i give it from there....

you see?:( it's dosn't work :(

check here -> pjn-il.com...
Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

mirahalo

ok,  will you allow me to have temporally admin access to your forum, if so, send me the account on pm.

if you prefer not to do so, then check that you uploaded the file to the correct folder, I still can see the:

background-attachment: scroll;
background-repeat: repeat;
background-image: url("http://pjn-il.com/Themes/core/images/BG00.jpg");


meaning that you're not uploaded the file with the changes.

Advertisement: