:: Forum >>

How do I put an image on the right side of the button ?

Hi,

I need a button with arrows on the right side of it, so text is aligned on the left. How do I do that? if I use setControlImage it puts it on the left side

thanks
andrew
Andrew
Sunday, December 18, 2005
This one seem to work in IE and FF -
<style>

#myButton .aw-item-box {direction: rtl; text-indent: 0px; padding-left: 10px}

</style>
<script>

    var obj = new AW.UI.Button;

    obj.setId("myButton");

    obj.setControlText("Some text");
    obj.setControlImage("favorites");

    document.write(obj);

</script>
Alex (ActiveWidgets)
Monday, December 19, 2005
This creates a button with text followed immediately by the image with no spaces, but what actually I am looking for is an image like one in wizards:

e.g. like this

[ Administration >> ]

which means that image is alighen on the right side and text on the left side. Is that possible to achieve ?
Andrew
Monday, December 19, 2005
sorry I meant ALIGNED in my previous post. also it deleted my spaces, I should have put NBSP instead. but anyway if you recall windows buttons with arrows ">>" you will understand what I mean by alignment

thanks
andrew
Andrew
Monday, December 19, 2005

This topic is archived.


Back to support forum

Forum search