Log In · Register

 
How do you make a fixed background?, Help Please
xrottingcorpsex
post Aug 2 2005, 02:58 PM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Aug 2005
Member No: 191,195



Well Ive got the background I want. The only problem is I don't know how to make it fixed. I don't want it to repeat! I just want my entries to scroll with my background fixed. I know it has to do with CSS, but I'm stuck because I don't know if you are supposed to to put the CSS in a journal entry or if there is a special place for it. Could someone help please?
 
 
Start new topic
Replies (1 - 2)
*mipadi*
post Aug 3 2005, 07:50 AM
Post #2





Guest






CODE
<style type="text/css">
body {
   background-image:url('picture.type');
   background-repeat:no-repeat;
   background-attachment:fixed;
}
</style>
 
jordanriane
post Aug 3 2005, 01:32 PM
Post #3


when we speak, we breathe
******

Group: Member
Posts: 1,635
Joined: Jan 2005
Member No: 91,760



MIpada, just to let you know, you have to make sure to give them more specifics, since she doesn't know exactly where to put it.


xrottingcorpsex, you add that bit of coding to the override box, which you can find by reading this thread.

The exact code you want to copy and paste into the box would be the following:

CODE
GLOBAL_HEAD=>
<style type="text/css">
body {
  background-image:url('picture.type');
  background-repeat:no-repeat;
  background-attachment:fixed;
}
</style>
<=GLOBAL_HEAD
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: