button position
If I place an AW button next to a 'normal' button, the AW button is positioned slightly lower than the normal button. The effect is more exagerated in IE, but it's visible in Firefox also.
Is there anyway around this without using absolute positioning?
Sample code:
Is there anyway around this without using absolute positioning?
Sample code:
<input type="button" value="normal button">
<script>
var obj = new AW.UI.Button;
obj.setId("myButton");
obj.setControlText("Position Example");
obj.setControlImage("search");
document.write(obj);
</script>
Chris Morgan
January 20,