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