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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...