CSS中的STRUTS标记该怎么写啊.
比如说我的css里面这样写的
<style type="text/css">
  #tabsI a {
      float:left;
      background:url("http://192.168.1.8:7001/web/images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
</style>我想把里面的  http://192.168.1.8:7001/web/images/tableftI.gif   地址换成struts标记的形式,该怎么写啊.