thanks a lot!!! Thankx and Regards
Vik Founder www.sakshum.com www.sakshum.blogspot.com On Tue, Jul 13, 2010 at 2:27 AM, lineman78 <[email protected]> wrote: > Sorry for the late response, > > align is not a valid css property, use text-align:left; > > On Jul 10, 11:31 pm, Vik <[email protected]> wrote: > > any help on this plz... > > > > Thankx and Regards > > > > Vik > > Founderwww.sakshum.comwww.sakshum.blogspot.com > > > > On Fri, Jul 9, 2010 at 10:35 AM, Vik <[email protected]> wrote: > > > hie > > > > > thanks looks helpful... > > > > > The firebug shows following layout > > > > > <td align="center"> > > > <fieldset> > > > > > <table> > > > > > <clogroup></colgroup> > > > <tbody> > > > . > > > . > > > . > > > and so on </tbody> > > > > > in firebug i add align="left" to tbody then it fixes the issue. > > > > > However, in css if add following it doesn't work: > > > fieldset table tbody { > > > align: left; > > > } > > > > > any advise plz > > > > > Thankx and Regards > > > > > Vik > > > Founder > > >www.sakshum.com > > >www.sakshum.blogspot.com > > > > > On Thu, Jul 8, 2010 at 9:40 PM, lineman78 <[email protected]> wrote: > > > > >> IE seems to be inheriting the align="center" from the parent td. the > > >> simple way is to add align="left" on the form table, but you could add > > >> it to each cell individually using the cell formatter. Depending on > > >> the GWT panels you are using there are multiple different ways to > > >> solve this. Essentially the difference is inheritance in IE vs Gecko/ > > >> Webkit. > > > > >> On Jul 8, 9:43 am, Vik <[email protected]> wrote: > > >> > Hie > > > > >> > Check out pleasehttp:// > > >> 1.latest.sakshumweb20.appspot.com/ui/page/DonorRegister.jsp > > > > >> > and notice the alignment of fields in IE Vs chrome/firefox > > > > >> > The one coming in chrome or firefox is the desired one. So how to > fix it > > >> for > > >> > IE? And I thought i dont need to take care cross browser stuff using > gwt > > > > >> > Thankx and Regards > > > > >> > Vik > > >> > Founderwww.sakshum.comwww.sakshum.blogspot.com > > > > >> -- > > >> 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]<google-web-toolkit%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > >> . > > >> For more options, visit this group at > > >>http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
