A region with borders only no title or title bar
944075Jun 15 2012 — edited Jun 18 2012Hello Expert,
I am trying to create just a border around the region, In essence a region with just border and no title or title bar. There is no simple approach available for this option. Can anybody shed some light on this matter.
APEX Version : 4.1.0.00.32
Theme : Builder Blue 2 (I guess it is theme 2 in the APEX)
I tried various option utilizing border-less region template, report region, report region without title, No Template etc. along with following CSS style code, which I added into header section of the Page.
This option creates border on top of the region elements but do not cover the region elements like items, that also only in template with no button or titles
<style type="text/css">
#CRR {border-style:solid; -- CRR is a static ID for the region
border-width:1px;}
</style>
I also tried creating a template with new region and removed the title class and button class, which created a region without border but there is no line on the top only on the sides, which looked so weird. I am not sure what is the right solution, but a solution with new region template which only creates border and no title and title bar is good.
Kindly please let me know an approach if anybody is aware.
Thanks,
CP