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.

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
本文介绍如何在Oracle APEX应用中自定义样式表。通过编辑页面属性及区域来添加CSS,实现动态更改页面样式的功能。还提供了一个选择列表项的例子,用于根据用户选择的不同值来更改页面的CSS。
2032

被折叠的 条评论
为什么被折叠?



