in my experience, the only difference between firefox and ie are additional 
pixels in the richfaces styles.
the responsible style isnt found easily.
the fastest way are ie-hacks in combination with the richfaces style.


  | .ie-hack{
  |   padding: 0;
  |   margin: 0;
  | }
  | 

  | <h:form styleClass="ie-hack">
  | 

or in the panelGrid.
but i dont know the 3column layout. i use my own one.
therefore i dont know if you have enough place for such big borders.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265437#4265437

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265437
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to