Sign Up

Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then you are going to love this place.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About
Home/Questions/Q 3913
In Process
Farooq Ahmad
Farooq Ahmad

Farooq Ahmad

  • Lahore, Pakistan
  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 179 Points
View Profile
  • 0
Farooq AhmadProfessional
Asked: December 3, 20202020-12-03T11:07:37+05:30 2020-12-03T11:07:37+05:30

CSS Styling Vertical Line In Oracle Apex

  • 0

Hi Sir How Are You …!!! I Want Add Vertical Line Between Two Regions (Centre) and It Must Show Only In Desktop View Hide on Mobile View… Thanks

apexcss
  • 1
  • 50
  • 0
  • 0
  • Share
    • Share on Facebook
    • Share on Twitter
Answer

    1 Answer

    1. ApexPadawan

      ApexPadawan

      • 0 Questions
      • 3 Answers
      • 0 Best Answers
      • 38 Points
      View Profile
      ApexPadawan Contributor
      2021-01-21T13:21:39+05:30Added an answer on January 21, 2021 at 1:21 pm
      This answer was edited.

      First Add the following to CSS > Inline under Page settings:

      @media only screen and (min-width: 600px) {
        .right-border{
          border-right: 5px solid red;
        }
      }

      Finally add the above class (right-border) to the Column CSS Classes property to your region on the left.

      You can change the CSS style according to how you would like it.

      • 1
      • Share
        Share
        • Share on Facebook
        • Share on Twitter

    You must login to add an answer.

    Forgot Password?

    Sidebar

    Ask Question
    Write a Post
    • Recent
    • Answers
    • Engr. SM Hasem

      How to insert item data with default IG in IG ...

      • 0 Answers
    • suriya

      how to download multiple view/table data in one excel

      • 1 Answer
    • Engr. SM Hasem

      How to add one column data to another column in ...

      • 11 Answers
    • Bheem

      What is best way to design school time table?

      • 0 Answers
    • Vinish
      Vinish added an answer Below is an example to download the CSV file using… January 25, 2021 at 12:54 pm
    • afzal
      afzal added an answer step 1--- report query like-- select EMPNO, ENAME, JOB, MGR,… January 25, 2021 at 10:14 am
    • Engr. SM Hasem
      Engr. SM Hasem added an answer Thank you so much sir. January 25, 2021 at 9:22 am
    • Vinish
      Vinish added an answer For all rows? It seems you want to compare the… January 25, 2021 at 6:19 am
    • Vinish
      Vinish added an answer Ok, then create a dynamic action on the bill month… January 25, 2021 at 6:17 am

    Recent Blog Posts

    • Vinish

      Pro*C - Connect to Oracle Database

    • Vinish

      Copy URL to Clipboard on Button Click Examples

    • Vinish

      Find When Your Mac Was Last Shutdown

    • Vinish

      Oracle SELECT Statement

    • Vinish

      Python Append List to List Example

    Explore

    • Home
    • Blog
    • New Questions
    • Tutorials
      • Oracle Apex
      • Python
    • Tags
    • Users
    • Badges & Points
    • About

    © 2020 OrclQA.Com. All Rights Reserved. Privacy Policy