<link rel="stylesheet" type="text/css" href="hpcMain.css" />
                 <script type="text/javascript" 
src="com.mocha.hpc.HPCWeb.nocache.js"> </ script>


I defined in the hpcMain.css file
  . TextBox-ErrorClew {
border-bottom-width: 5px;
border-bottom-style: dotted;
border-bottom-color: red;

}


But why not use the uiBinder:
txtLoginName.addStyleName ("TextBox-ErrorClew")
No effect
txtLoginName.setStyleName ("TextBox-ErrorClew")
The original cover (back to the default style), but the TextBox-ErrorClew 
inside the style is not in force






But I use Google Browser to view the js code can see this code:

<input type = "text" tabindex = "0" class = "G1hy2sk1CB" style = 
"border-top-style: none; border-right-style: none; border-bottom-style: none; 
border-left-style: none; border-bottom-width: 5px; border-bottom-color: red; ">

Why on the page but can not see this effect?

-- 
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.

Reply via email to