Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to refer custom images from custom css

oradbuserApr 15 2010 — edited Apr 15 2010
All,

I have a custom css for my login page template. which is working fine...

But my css has been structured in such a way that, i use the following to refer to images in css

div#LoginHeader {
position: relative;
width: auto;
margin: 0 auto;
height: 100px;
background-image: url(header-background.png);
background-repeat: repeat-x;
}


Now i have uploaded this image into my workspace....
How do i refer this image in my css????

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2010
Added on Apr 15 2010
7 comments
1,254 views