Jump to content

How To Get Background Defined In External Css?


beyzad

Recommended Posts

Hi there.

 

I have a problem getting an element background image.

 

If i use class and define it in external css, i can't even get the background.

 

If i use style argument, the output is vary in browsers.

 

For example in IE & FF the output is: url:("image.png")

But in chrome the output is: url:("file:///c:/users/.....")

 

Any suggestion?

 

Thanks

Ok looks like i am doing wrong or something.

 

Here is what i wanna do:

 

- I am creating a game using HTML.

- For a section of game, I have to put 4 images on top of each other. For example: face, eyes, nose and mouth.

- I need to make 2 buttons for each image so people can swith to next, previous images in array.

- It's better to avoid using AJAX. so i want to do this only with javascript and CSS.

 

Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.