News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

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.

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 link does not work, try this:   http://pjn-il.com/Themes/core/css/index.css    and its weird, the code is already there but for some reason somthing its still showing

background-repeat: repeat;
background-attachment: scroll;


and please do not send me pm, I check every topic I answer so there no need to remind me to check this.


try adding thi to your http://pjn-il.com/Themes/core/css/rtl.css

Code (css) Select

/* Set a fontsize that will look the same in all browsers. */
body
{
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;
}

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

Adish - (F.L.A.M.E.R)

Have a shot with this:

Modify the code of body to the one below in style.css of your theme.
/* The main body of the entire forum. */
body

background: #000000 url(http://pjn-il.com/Themes/core/images/BG00.jpg);
background-color: #000000;
background-repeat: no-repeat;
background-position:center;
margin-top: 10px;
margin-right: 10px;
background-attachment: fixed;
margin: 0px;
padding: 0px;
}

pjn

i change it on index.css and dont work..

do it other css file???

i have a smf2.0rc3 - core theme
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

Adish - (F.L.A.M.E.R)

How about this:


/* Set a fontsize that will look the same in all browsers. */
body
{
   background: #000000 url(http://pjn-il.com/Themes/core/images/BG00.jpg);
   font: 95%/90% Verdana, Helvetica, sans-serif;
   background-color: #000000;
   background-repeat: no-repeat;
   background-position:center;
   margin-top: 10px;
   margin-right: 10px;
   background-attachment: fixed;
   margin: 0px;
   padding: 0px;
}


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

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

Adish - (F.L.A.M.E.R)

Yes somewhat, but I gave it a test on my own test forum and it seems to work out there. So I am wondering what may be the issue on yours.

If you go here: http://sysden.com/index.php?theme=2 and then visit: http://sysden.com/index.php?action=help;area=posting_topics

You'll see that the exact code works.

I just checked http://pjn-il.com/Themes/core/css/index.css and it seems correct. It is just very odd that it won't act up properly.

pjn

i try from RTL & working!!!

thanx man!
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

Adish - (F.L.A.M.E.R)

Oh well, that was odd and I am glad that it started working. :P

Advertisement: