By snappytech on
hi guys
i want an image background in my frontpage
so i go to adminster >advanced front page settings
okay
the codes i tried are ...
body{background-image:url("http://www4.get-e.org/Backgrounds/Animated/_images/e17_bg_ladybug_rock_light.jpg"); background-attachment:fixed;}------------------------------
body { background-image: url("http://www4.get-e.org/Backgrounds/Animated/_images/e17_bg_ladybug_rock_light.jpg"); background-position: 50% 50%; background-repeat: no-repeat; }----------------------------------
___________________________________________________
******************************************************
none of them would put the image as a background for me
Comments
Are you sure the "body" is
- Are you sure the "body" is visible and not covered up by a "div"?
- What module are you using to get an "advanced front page settings" page?
Hi Thanks for the quick
Hi
Thanks for the quick response
How can i check if the "body" is not being covered by "div" ?
and the name of the module is "front page"
Two ways
One way to check is using the firebug plug-in for firefox.
Another way is to try assigning background colors or borders to the body and various div's.
thanks
how can you assign background colors to a specific border of body ?
thanks
If I understand your
If I understand your question correctly, you can use something like
border: 1px solid red;. See http://www.w3schools.com/css/css_border.asp for more info about borders.