> Also on IE the text boxes and text areas have a native border (gray inset
border), I think we cant remove that one

I think so too! It would be nice if there is a way to set IE's frameborder
to zero...

I extended my own frame from GWT's frame with a method that sets the border:

public void setFrameBorder(Integer border) {
    getFrameElement().setFrameBorder(border);
}

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to