Hi Pady,

There is no real way to get around CSS problems other than to identify the
browser differences and handle them. What gets added to the mix is the fact
that browsers have differing DOM implementations, and this is where GWT
helps in being able to abstract away those differences and allow you to code
to a uniform codebase.

Tips and tricks about CSS styling and other topics are spread all across the
web, but here's a recent project started at Google that is trying to gather
some of this knowledge in one place. I would suggest you take a look at the
DocType project (link below) and check out the HOWTO articles on CSS styling
to see if any of the things you're trying to do have been explained in one
of the hosted articles.

Google DocType:
http://code.google.com/p/doctype/

Hope that helps,
-Sumit Chandel

On Thu, Dec 4, 2008 at 6:23 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote:

>
>
> I run into the same issues. In my case, it is a mini ui builder. So
> the user has the choice to keep the widgets close etc. Are there some
> standard rules to follow as part of the design ? I also noticed that a
> resetting of the height/width sets it back correctly in firefox also.
> ie, I have a grid in which users can drop some widgets. The user can
> set the individual height/width of each grid cell. Usually set at like
> 5%. When they design it, it looks ok. Then when they open again for
> designing, the grid cells are all squished together. Then if I do a
> setCellHeight/width it becomes ok again. Obviously no problem in IE...
>
> How does the gwt team get around these issues ? Any general things to
> do/not to do ?
>
>
> Thx
>
> -- pady
> >
>

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