How to test and modify styles depending on the browser type
1  
<LINK href="<html:rewrite page="/css/allstyles.css"/>"type="text/css" rel="stylesheet" >
2  
<LINK
href="<ap:skinResource resource="/css/skinstyles.css" />" type="text/css" rel="stylesheet" >
3  
Use the Jakarta Struts bean:write custom tag to generate and include the style definitions for all styles defined through skin customization pages in Actuate Java Component.
<STYLE>
  <bean:write name="UserInfoBean" property="skinConfig.cssCode" />
</STYLE>
4  
If the skin customization styles contain any settings that do not work in a specific browser, you can override them individually.

Additional Links:

Copyright Actuate Corporation 2012