Using CSS in APEX pages and regions

If you want to use your own style sheets in your application here an example how to do it:

  • Go Edit Page Attributes --> HTML Header --> Add css text and Apply Changes

  • Go Edit Region --> Title: <h1 >Headline </h1 > and Apply Changes

In my case I made a select list item with a list of values to change the css in the page title dynamically.

Using CSS in APEX pages and regions_第1张图片

In my example application you can see how it would look: http://apex.oracle.com/pls/otn/f?p=25472


Edited 07.10.2008:
I had the problem in one of my headlines that I wanted to use some text with bold and some without. It always put in a line break in between the title.
How to avoid that:
  • Go Edit Page Attributes --> HTML Header --> Add css text for the span command
  • Go Edit Region --> Title: <h1>Headline: <span>(Detailed information)</span></h1>

转载自:http://www.apex-at-work.com/2008/09/using-css-in-apex-pages-and-regions.html




你可能感兴趣的:(Using CSS in APEX pages and regions)