My goal is to make a button that has transparency, to look nice, and text on top so the user knows what the button does.
I currently am using a pushbutton for the image part and that works fine. The issue is how I am adding the text. Right now I have a label with the text that I want located behind the pushbutton. This appears as I want it to visually, however if I mouse over the label it brings up the text selector cursor and no longer allows me to click the button. Effectively this makes most of the button unclickable(the parts of the button outside of the label area work as expected). Is there a way to fix this so the text does not interfere with the button's function? Or is there a completely different approach to this task that would work better? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
