A couple of things: 1. Include specific code examples in your inquiries. What you may think is clear, sometimes is not and a snip of code can speak volumes. I can "guess" that by links you mean anchor tags, but not sure without example. 2. Make sure when dealing with browser related css issues that it works using non-GWT methods. Since at the end of the day, GWT compiles out the DHMTL, something that you're doing may not be able to be rendered by a specific browser. GWT can't automagically work it's magic always (without a little help) especially with CSS.
Not much help here, but include some example code and try to do what you are doing in a quick experiment or look it up on the browsers site....and then we'll see what we can do. Later, Shaffer On Nov 8, 3:05 am, Syed Shahul <[EMAIL PROTECTED]> wrote: > Hi All, > > i am using css for my links. > it works fine in hosted mode but when i implement in my project css > never affects. > for instance i specified the height and width for the links but it > wont affects in Mozilla and firefox. > kindly help me > Thanking you in anticipation > Regards > Syed Shahul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
