Hi friends...
I have created and coded Html page .
I want to put some of the gwt component in html page.
I am using <div id="gallery"></div> in html file.
In Java , RootPanel.get("gallery").add(mygallery);
Problem is :
The component (mygallery) has been added to html page. But the problem
is my CSS file is override by gwt-default css.
Example :
I have set background-image in my css file.
It is override by gwt-default background color : white.
Please help.
thanks in adv.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---