[jboss-user] [JBoss Portal] - Re: Flash animation inside Jboss Portal Header

jhuiza do-not-reply at jboss.com
Mon Aug 20 23:58:17 EDT 2007


Well i had to answer myself. In order to insert a flash animation on the JBoss Portal header, you must modify or create a layout, the code for flash must be between the  body tabs 

The flash animation is set over the header.gif image, and i dont like it, so i had to cut header.gif, and modify the portal_style.css

Header background */
   #header {
      background-image: url( images/header.gif );
      background-repeat: repeat-x;
      height: 10px;/*this part for movin margin where portal page starts*/
      padding: 0px; /*margin: 0 25% 0 25%;*/
	
   }

   UL#tabsHeader li {
      list-style: none;
      float: left;
      margin-left: -1px;
      margin-top: 2px;/*this part for movin menu tabs*/
      margin-right: 0px;
      line-height: 16px;
      padding: 0px;
      border-right: 1px solid #72828E;
      border-left: 1px solid #72828E;
   }
I hope i can help future users
Have a nice day :)

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076092



More information about the jboss-user mailing list