[jboss-user] [JBoss Portal Users] - Re: No border around portlets in 3column layout in IE7

Fuchs do-not-reply at jboss.com
Fri Nov 13 04:09:54 EST 2009


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



More information about the jboss-user mailing list