Grandma78
16 Jul 2009, 1:15 PM
hi,
we made a simple loginform which shoud appear in the middle of the browser. in our css-file we defined
text-align: center;
for the parts of this form; this works fine in IE, but firefox only works with
text-align: -moz-center;
i know that this is not really a extgwt problem, but maybe someone has a solution for this.
Maybe there is a simple way to find out, which browser is used, to refer different styleclasses?
we made a simple loginform which shoud appear in the middle of the browser. in our css-file we defined
text-align: center;
for the parts of this form; this works fine in IE, but firefox only works with
text-align: -moz-center;
i know that this is not really a extgwt problem, but maybe someone has a solution for this.
Maybe there is a simple way to find out, which browser is used, to refer different styleclasses?