1 Reply Latest reply on Aug 20, 2007 11:58 PM by jhuiza

    Flash animation inside Jboss Portal Header

    jhuiza

      jboss-portal-2.4.2
      Hello! I cannot find the way to insert a flash animation (.swf) inside JBoss Portal Header (replacing jbosslogo.gif). I tried modifying the Theme CSS file (portal_style.css), but i am still lost. I need HELP!!! :) Thank you a lot in advance for your help.

        • 1. Re: Flash animation inside Jboss Portal Header
          jhuiza

          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 :)