Hi Swathi. As only Microsoft's Internet Explorer supports the CSS 'filter' attribute, you have to find another way to achieve a text rotation in other browsers. For example, it is possible to replace your text with images - static or dynamically generated (using a Servlet or PHP script, whatever your server-side is made of).
Regards, Phil On Jul 28, 2:34 pm, Swathi Kondepati <[email protected]> wrote: > Hi All.. > > I Had problem with applying styles to a Label.Please help me.Actually > the Problem is : > > I applied filter style to Label using CSS styles but i am not able to > view the label flip in *Mozilla FireFox* but able to view in IE.The code > looks like: > > *Label label=new Label("Welcome"); > label.setStyleName("print-textinnerstyle");* > > The code in CSS file is as follows: > > *.print-textinnerstyle{ > font-size:small; > font-weight:lighter; > writing-mode: tb-rl; > filter: flipv fliph; > > }* > > Please Help me its urgent... > > Thanks in Advance... > > Swathi.K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
