aspose file tools
The moose likes GWT and the fly likes Label style not working in IE 8.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Label style not working in IE 8.0" Watch "Label style not working in IE 8.0" New topic
Author

Label style not working in IE 8.0

Sumeeeeeet Chakraborty
Greenhorn

Joined: Jun 28, 2011
Posts: 3
Hello Friends,

I am trying to apply styles to Labels in GWT, the below code works fine in google chrome but when I try to execute the same on IE 8.0 or Firefox, the styles just do not apply. I am using the DOM.setStyleAttribute() method to apply the styles,below is a sample code which runs on google chrome but not on IE


Can anyone of you please tell me as to where I am going wrong? GWT version which I am using is 2.2.0

Regards,
Sumeet C
Vaishali S Kulkarni
Greenhorn

Joined: Oct 05, 2011
Posts: 6

Following Code snippet should solve your purpose:

name.getElement().getStyle().setFontWeight(FontWeight.BOLD);


Thanks,
Vaishali
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Label style not working in IE 8.0
 
Similar Threads
css changes not reflected
How do i delete a cookie whose path I do not know ?
why can't some people play my game
h:selectOneMenu breaking up in IE 9
Net connection data transfer