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; }

----------------------------------

___________________________________________________

background="http://www4.get-e.org/Backgrounds/Animated/_images/e17_bg_ladybug_rock_l..." >
This table has a background image

******************************************************

none of them would put the image as a background for me

Comments

test127’s picture

- 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?

snappytech’s picture

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"

test127’s picture

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.

snappytech’s picture

how can you assign background colors to a specific border of body ?
thanks

test127’s picture

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.