Forum Moderators: not2easy

Message Too Old, No Replies

Add Background Image - Behind Register Form

         

Scotty13

5:50 pm on Mar 23, 2012 (gmt 0)

10+ Year Member



I purchased a php script. I’m trying to place a bg image behind the register form.

This is what I have in the listing page.

#listing_action{
background-image:url('login_logo.jpg');
background-repeat:no-repeat;
height: 803px;
width: 1306px;
}

This is what I have in the main.css page…

#listing_action{
background-image:url('login_logo.jpg');
background-repeat:no-repeat;
height: 803px;
width: 1306px;
}

What ‘am I missing? Thanks in advance, Scott

[edited by: alt131 at 8:02 am (utc) on Mar 29, 2012]
[edit reason] Thread Tidy [/edit]

lucy24

9:40 pm on Mar 23, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Where is the background image located in relation to the two style sheets?* Which CSS is read last? Why are there two of them giving the identical information?


* Crossing fingers and hoping I got this right for a change.

Scotty13

9:46 pm on Mar 23, 2012 (gmt 0)

10+ Year Member



'login_logo.jpg' is in the img file. I tried img/login_logo.jpg and that didnt work.

So, what should be in the css file and the php script? I'm new to all this.

Thanks, Scott

Scotty13

10:22 pm on Mar 23, 2012 (gmt 0)

10+ Year Member



I can get my background image up but the my registration form is below the image.