Log In · Register

 
 
Closed TopicStart new topic
pic in bgwith div
ReggieM
post Feb 14 2006, 07:49 PM
Post #1


we jerkin'
******

Group: Member
Posts: 2,408
Joined: Aug 2005
Member No: 210,730



how do i get a picture in the bg of my page i cant find where to insert the code cuz all the div
 
coldtrance
post Feb 14 2006, 08:27 PM
Post #2


There Are Strange Things Afoot At The Cirlce K
******

Group: Member
Posts: 1,130
Joined: Oct 2005
Member No: 253,395



it should be in your css
 
duplicatex0x0x0
post Feb 14 2006, 09:53 PM
Post #3


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



What do you mean?
 
ReggieM
post Feb 15 2006, 07:16 PM
Post #4


we jerkin'
******

Group: Member
Posts: 2,408
Joined: Aug 2005
Member No: 210,730



like i want a picture in the bg but i dont where to insert the code becauseits not showing up
 
coldtrance
post Feb 15 2006, 07:19 PM
Post #5


There Are Strange Things Afoot At The Cirlce K
******

Group: Member
Posts: 1,130
Joined: Oct 2005
Member No: 253,395



do you have a code that looks like this:


body {background-image: url("url to imge here");
background-attachment:fixed;
background-repeat: repeat;
background-position:bottom left;
background-color:color here; }

you need that in between style tags with the rest of your layout code (aka css) to have an image appear on your profile
 
*This Confession*
post Feb 15 2006, 07:37 PM
Post #6





Guest






are you making a overlay?
or just a normal layout if just a normal layout then coldtrace gave you the code
but ifyour making a div then you need to look probably in the scripts or div helps and theres a code you can postion your image and such

i can't help much im at a hospital computer
sorry.
im sure someone else can help if you clarify what i just asked.
 
coldtrance
post Feb 15 2006, 07:40 PM
Post #7


There Are Strange Things Afoot At The Cirlce K
******

Group: Member
Posts: 1,130
Joined: Oct 2005
Member No: 253,395



actually i gave the code i used in my div layout... but all div layouts use css
 
*This Confession*
post Feb 15 2006, 07:44 PM
Post #8





Guest






well i use differeny codes then most people making divs.
so yea thats what i meant

also from what ive seen of your profiles their not div overlays...
 
ReggieM
post Feb 15 2006, 07:44 PM
Post #9


we jerkin'
******

Group: Member
Posts: 2,408
Joined: Aug 2005
Member No: 210,730



Well yea i already made a div and i want a picture in the very back but i cant seem to know where to put the code

Codebox, please..

This post has been edited by Julie.: Feb 15 2006, 10:37 PM
 
ReggieM
post Feb 15 2006, 08:02 PM
Post #10


we jerkin'
******

Group: Member
Posts: 2,408
Joined: Aug 2005
Member No: 210,730



i think i got it but how would i put it in the second closest background?
 
Jane Doe.
post Feb 15 2006, 10:41 PM
Post #11


Senior Member
******

Group: Member
Posts: 2,534
Joined: Jul 2005
Member No: 170,127



Okay, well. To get a background image on your biggest(?) DIV, look through your about me, and find the following:
QUOTE
.profile {
background-color:black;
border: 6px groove white;
font-size:22pt;
font-weight:bold;
text-align:center;
color: white;
padding: 20px;
position:absolute;
left:50%;
margin-left:-400px;
height:600px;
width:800px;
top:155px;
z-index:1;
}


anywhere in between that you can add

background-image: url(IMAGEURLHERE);
For example:

Here are some more background properties:
http://www.w3schools.com/about/about_free.asp
 

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