PDA

View Full Version : background image not showing up!


kjetterman
04-16-2009, 05:05 PM
I have been playing with this for a couple of hours now and i'm stumped. Can anyone help me? I have attached a screenshot.

Does anyone know what I did wrong? Thank you for your help! :)

Bowromir
04-16-2009, 05:46 PM
try setting all the background stuff in one line..

so clear the background attribute (where you put #333333)
remove background-repeat
remove background-attachment

and put the following attribute in additional attributes:

background:#333333 url(images/pink_rockstar/bg.png) repeat fixed;

(make sure the link is correct could not see if it was pink_rockstar or pink rockstar!

Let me know if this works!

kjetterman
04-16-2009, 06:57 PM
It works perfectly!! Thank you!! :)

Bowromir
04-16-2009, 07:47 PM
Great! Glad I could help :)