Pes World Forum

Menů laterale a scomparsa

« Older   Newer »
  Share  
view post Posted on 19/2/2009, 15:27

CR7

Group:
Founder
Posts:
5,712
Location:
Sicilia

Status:


CODICE
<script type="text/javascript"><!--
moving=setTimeout('null',1);
function move(b){if(b<0&&parseInt(Menu.left)>-Width||b>0&&parseInt(Menu.left)<0)
{clearTimeout(moving); moving=setTimeout('move('+b+')',slideSpeed); theleft+=b; Menu.left=theleft} else{clearTimeout(moving); moving=setTimeout('null',1)}}
function startMenu(menu,barText){document.write('<div id=ssm style="width:'+(Width+30)+'px; left:-'+(Width)+'px; z-index:9; top:'+Yoffset+'px; '+(isStatic?'':'top:expression('+Yoffset+'+(y=document.body.scrollTop)+'px'); position:fixed!important; ')+'position:absolute" onmouseover=move(10) onmouseout="clearTimeout(moving); moving=setTimeout('move(-10)',waitTime)"><table class=mainbg width=100% cellpadding=4 cellspacing=1><tr><td class=title align=center><b>'+menu+'</b><td class=ww rowspan=100 style="width:20px;padding:12px 4px 12px 4px;font-size:10pt;font-weight:bold" align=center valign=middle>'+barText); Menu=document.getElementById("ssm").style; theleft=-Width}
function addItem(text,link){document.write('<tr><td class=aa><span class=web><a HREF='+link+'>'+text+'</a></span>')}
function endMenu(){document.write('</table></div>')}
if(document.getElementById){

isStatic=false;
Yoffset=20;
Width=130;
slideSpeed=20;
waitTime=500;

startMenu("Menů","M<br>e<br>n<br>ů<br><br>l<br>a<br>t<br>e<br>r<br>a<br>l<br>e");

addItem("Supporto","http://supporto.forumfree.net");
addItem("Skin Lab","http://skinlab.forumfree.net");

endMenu()}
//--></script>

Per bloccare il menů in alto:
CODICE
isStatic=false;

Menů colori della skin:
CODICE
#ssm .mainbg {} /* bordo tra le varie barre */
#ssm .title {} /* titolo orizzontale */
#ssm .ww {} /* titolo verticale */
#ssm .aa {} /* sfondo dei link che aggiungete */
#ssm .web {} /* colore e dimensione dei link da voi messi */
 
Top
view post Posted on 18/5/2011, 15:29

Presidente

Group:
Member
Posts:
1,188

Status:


lo so che non dovrei scvrivere, ma mi chiedevo come faccio a cambiare lo sfondo, puoi aiutarmi?
 
Contacts  Top
1 replies since 19/2/2009, 15:27   373 views
  Share