Hi,
I written some code to modify buttons on my page, this changes the height of the button but I cant seem to get the text centralised vertically.
Appery('btn_shop').height('46px');
Appery('btn_shop').css('display','table-cell');
Appery('btn_shop').css('vertical-align','middle');
Appery('btn_shop').css('text-align','left');
Appery('btn_shop').show();
Also, can you tell me how I can show an icon on the button as this disappears as soon as I change the button text.
Alternatively, if there is a way to change the button text without messing up the current CSS (i.e. height and icon) then that would be better.
Oh, one last thing, is it possible to make the button slightly transparent as well?
many thanks.
Andy