Forum Moderators: not2easy

Message Too Old, No Replies

Background Image in Layer

Solution?

         

Acreo Aeneas

10:28 am on Feb 20, 2007 (gmt 0)

10+ Year Member



Hey everyone,

Brand new to this forum, but not as a webmaster. :)

Here's my situation:

Okay, so basically I'm having problems with using this:


background: url("images/menu/submenu.png") no-repeat;

For the life of me I can not get it to show the darn image. I'm working on a old site (just thought I finish it...from like a year ago), so I don't need it right away, although, as quickly as I can get it done, the better.

I have tried the CSS2 ":after", but I don't get how to apply it.

I would highly appreciate any solutions you guys may have to help me retify the problem and show the image (even if it means I need to abandon the use of "background: url("");").

[edited by: Acreo_Aeneas at 10:29 am (utc) on Feb. 20, 2007]

[edited by: SuzyUK at 6:33 am (utc) on Feb. 21, 2007]
[edit reason] Please no site specifics for review [/edit]

Angelis

10:37 am on Feb 20, 2007 (gmt 0)

10+ Year Member



Try just removing the speech marks...

Make sure you have got the other things right as well like the {} and # / .

background: url(images/menu/submenu.png) no-repeat;

Acreo Aeneas

10:41 am on Feb 20, 2007 (gmt 0)

10+ Year Member



The removal of the quotations did not help. Situation remains unchanged.

As far as I can tell, I did not miss any curly braces, comment marks '#', or forward slashes

[edited by: Acreo_Aeneas at 10:42 am (utc) on Feb. 20, 2007]

Acreo Aeneas

10:47 am on Feb 20, 2007 (gmt 0)

10+ Year Member



Oiy...I figured it out.

I needed to put in the full path instead of shorthanding it.

Eureka! Thanks for the help :)