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!

apex application data item focus in right side

Ramani_apexApr 7 2013 — edited Apr 9 2013
iam using blob/date/number/text all of items in form, apex default its coming with left focus.
but i need all of items entry with focus from right side.number only i reached right side.rest of items i couldn't.
i try to the following code in page template header
<style type="text/css">
#myrightdiv {
	position: absolute;
        right: 0%;
}
 {
float: right;
}
 
</style>
Thnx,
Ram
This post has been answered by Denes Kubicek on Apr 7 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2013
Added on Apr 7 2013
5 comments
2,421 views