Ticker

6/recent/ticker-posts

Add Region Background Image in Oracle APEX - Javainhand Tutorial

Welcome to Javainhand.com, Today I will share a simple method to add region background image in oracle apex.

Today Topic Cover
Why Did We Need to Add Region Background Image in Oracle APEX?
How to Add Region Background Image in Oracle APEX?

Why Did We Need to Add Region Background Image in Oracle APEX?

For creating a good or attractive region we need to add a background image to the region.

How to Add Region Background Image in Oracle APEX?

In this section, I will share some following steps to add region background image in oracle apex.

Step 1:-Upload your background image in your application static files area and copy the image reference URL. You can match the following screen.


Step 2:-After uploading an image, Now go to your specified region where you want to add a region background image. Add static id in the region advance section. you can match the following screen.


Step 3:-After adding static id, Now add the following CSS code in your page inline section.you can match the following screen.
#test{
background: url(#APP_IMAGES#Technology.jpeg);//add your image refrence url
width: 100%;
height: 400px;
background-size: cover
} 
You can modify the above CSS code base on your requirements. That's all for today I think this Add Region Background Image in Oracle APEX post will helpful for you. If you like this post then share your view in the comment box. Also, Share this post with your friends and also share in the oracle apex related group.

Post a Comment

0 Comments