On Tue, Apr 19, 2011 at 03:26, dadada <[email protected]> wrote: > is this a browser issue? >
both of them use the webkit render engine. in chrome, you can go into the "tools" menu > developer tools. then open the "elements" tab, click on the magnification glass at the bottom left, then on the element in the website. on the right you can see all the glory details for that element. > I also realised that elements which has margin set in their css get > rearranged when i zoom in/out. How do I avoid these issues? uhm, that's a pure html problem. are those elements floating divs or something like that? a table (Horizontal/VerticalPanel in GWT) is old-school, but might help. H -- 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.
