Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

changing Radio button location

650243Nov 5 2009 — edited Nov 5 2009
Hi,

http://apex.oracle.com/pls/otn/f?p=50508:6:

On the page above, i would like to change the location of radio button from "top left" to "center bottom". Is it possible?

I am using a static LOV for the generation of radio buttons
STATIC2:<div class="radiolook"><img src=#WORKSPACE_IMAGES#Picture5.jpg width="200" height="200" /></div>;A,<div class="radiolook"><img src=#WORKSPACE_IMAGES#Picture6.jpg width="200" height="200" /></div>;B,<div class="radiolook"><img src=#WORKSPACE_IMAGES#Picture8.jpg width="200" height="200" /></div>;C
The css class code is
.radiolook {
margin:5px auto;
padding:5px;
font-size:12px;
color:#096;
text-align:left;
vertical-align:top;
border:1px #ffd700 solid;
border-right:2px #096 solid;
border-left:2px #096 solid;
background-color:#ffffcc;
}
Please help..

thank you
VG

Edited by: vg_2 on Nov 5, 2009 8:28 AM

Edited by: vg_2 on Nov 5, 2009 8:28 AM
This post has been answered by fac586 on Nov 5 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2009
Added on Nov 5 2009
5 comments
734 views