| Add Background Image - Behind Register Form
|
Scotty13

msg:4432678 | 5:50 pm on Mar 23, 2012 (gmt 0) | 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

msg:4432742 | 9:40 pm on Mar 23, 2012 (gmt 0) | 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

msg:4432744 | 9:46 pm on Mar 23, 2012 (gmt 0) | '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

msg:4432757 | 10:22 pm on Mar 23, 2012 (gmt 0) | I can get my background image up but the my registration form is below the image.
|
|
|