difference in alignment on different browsers

2010-07-08 Thread Vik
Hie

Check out please
http://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
Founder
www.sakshum.com
www.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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: difference in alignment on different browsers

2010-07-08 Thread lineman78
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  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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: difference in alignment on different browsers

2010-07-08 Thread Vik
hie

thanks looks helpful...

The firebug shows following layout


   





.
.
.
and so on 

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  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  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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: difference in alignment on different browsers

2010-07-10 Thread Vik
any help on this plz...

Thankx and Regards

Vik
Founder
www.sakshum.com
www.sakshum.blogspot.com


On Fri, Jul 9, 2010 at 10:35 AM, Vik  wrote:

> hie
>
> thanks looks helpful...
>
> The firebug shows following layout
>
> 
>
>
> 
>
> 
> 
> .
> .
> .
> and so on 
>
> 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  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  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 google-web-tool...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com
>> .
>> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: difference in alignment on different browsers

2010-07-12 Thread lineman78
Sorry for the late response,

align is not a valid css property, use text-align:left;

On Jul 10, 11:31 pm, Vik  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  wrote:
> > hie
>
> > thanks looks helpful...
>
> > The firebug shows following layout
>
> > 
> >    
>
> > 
>
> > 
> > 
> > .
> > .
> > .
> > and so on 
>
> > 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  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  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 google-web-tool...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> google-web-toolkit+unsubscr...@googlegroups.com
> >> .
> >> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: difference in alignment on different browsers

2010-07-13 Thread Vik
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  wrote:

> Sorry for the late response,
>
> align is not a valid css property, use text-align:left;
>
> On Jul 10, 11:31 pm, Vik  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  wrote:
> > > hie
> >
> > > thanks looks helpful...
> >
> > > The firebug shows following layout
> >
> > > 
> > >
> >
> > > 
> >
> > > 
> > > 
> > > .
> > > .
> > > .
> > > and so on 
> >
> > > 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  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  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
> google-web-tool...@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> google-web-toolkit+unsubscr...@googlegroups.com
> 
> >
> > >> .
> > >> 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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.