C
cst67
Guest
sorry, aber in meinem wahn habe ich das script vergessen !
also, wie ist es zu ändern, wenn ich den text im menue rechtbündig haben möchte ????
<!--
a:link { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a:visited { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a:active { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a.LinkInt:visited { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a.LinkInt:active { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: underline; color = "#e85802" }
a.LinkInt:hover { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: underline; color = "#e85802" }
a.LinkExt:visited { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a.LinkExt:active { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a.LinkExt:hover { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
TD, DL, UL, OL, LI { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt; }
DIV { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt; }
PRE { font-family : Courier New; font-size : 10pt }
BODY { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt; }
//-->
</style>
<style>
<!--
#slidemenubar, #slidemenubar2{
position:absolute;
left:-150px;
width:160px;
top:100px;
border:1.5px solid green;
background-color:lightyellow;
layer-background-color:lightyellow;
font:bold 12px Arial,Helvetica,MS Sans Serif;
line-height:20px;
}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
</script>
<script language="JavaScript1.2">
//Dieses Skript stammt von Michael Mailer´s JavaScripts
//URL: http://www.webaid.de/js -- eMail: mm@webaid.de
//Bitte entfernen Sie diesen Vermerk nicht !
if (document.all)
document.write('<div id="slidemenubar2" style="left:-120" onMouseover="pull()" onMouseout="draw()">')
</script>
<meta name="Microsoft Border" content="none, default">
</head>
<body bgcolor="#000000" text="#e85802" link="#e85802" vlink="#e85802" alink="#e85802" onload="dynAnimation()" </p>
<font face="Arial,Helvetica,MS Sans Serif">
<layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">
<script language="JavaScript1.2">
var sitems=new Array()
var sitemlinks=new Array()
//extend or shorten this list
sitems[0]="Wissen-Intro"
sitems[1]="News"
sitems[2]="Wetter"
sitems[3]="Links"
sitems[4]="Berufsfelder"
/*
sitems[5]="123"
sitems[6]="123"
sitems[7]="123"
sitems[8]="123"
sitems[9]="123"
sitems[10]="123"
sitems[11]="123"
sitems[12]="123"
*/
//These are the links pertaining to the above text.
sitemlinks[0]="wissen.htm"
sitemlinks[1]="news.htm"
sitemlinks[2]="wetter.htm"
sitemlinks[3]="links.htm"
sitemlinks[4]="berufe.htm"
/*
sitemlinks[5]="123.htm"
sitemlinks[6]="123.shtml"
sitemlinks[7]="123.shtml"
sitemlinks[8]="123.shtml"
sitemlinks[9]="123.shtml"
sitemlinks[10]="123.shtml"
sitemlinks[11]="123.shtml"
sitemlinks[12]="123.shtml"
*/
for (i=0;i<=sitems.length-1;i++)
document.write('<a href='+sitemlinks+'>'+sitems+'</a><br>')
</script>
</layer>
<script language="JavaScript1.2">
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (document.all){
document.write('</div>')
themenu=document.all.slidemenubar2.style
rightboundary=0
leftboundary=-120
}
else{
themenu=document.layers.slidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (document.all&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if(document.layers&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (document.all&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if(document.layers&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>
also, wie ist es zu ändern, wenn ich den text im menue rechtbündig haben möchte ????
<!--
a:link { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a:visited { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a:active { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a.LinkInt:visited { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a.LinkInt:active { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: underline; color = "#e85802" }
a.LinkInt:hover { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: underline; color = "#e85802" }
a.LinkExt:visited { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a.LinkExt:active { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
a.LinkExt:hover { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt;
text-decoration: none; color = "#e85802" }
TD, DL, UL, OL, LI { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt; }
DIV { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt; }
PRE { font-family : Courier New; font-size : 10pt }
BODY { font-family : Arial,Helvetica,MS Sans Serif; font-size : 12pt; }
//-->
</style>
<style>
<!--
#slidemenubar, #slidemenubar2{
position:absolute;
left:-150px;
width:160px;
top:100px;
border:1.5px solid green;
background-color:lightyellow;
layer-background-color:lightyellow;
font:bold 12px Arial,Helvetica,MS Sans Serif;
line-height:20px;
}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
</script>
<script language="JavaScript1.2">
//Dieses Skript stammt von Michael Mailer´s JavaScripts
//URL: http://www.webaid.de/js -- eMail: mm@webaid.de
//Bitte entfernen Sie diesen Vermerk nicht !
if (document.all)
document.write('<div id="slidemenubar2" style="left:-120" onMouseover="pull()" onMouseout="draw()">')
</script>
<meta name="Microsoft Border" content="none, default">
</head>
<body bgcolor="#000000" text="#e85802" link="#e85802" vlink="#e85802" alink="#e85802" onload="dynAnimation()" </p>
<font face="Arial,Helvetica,MS Sans Serif">
<layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">
<script language="JavaScript1.2">
var sitems=new Array()
var sitemlinks=new Array()
//extend or shorten this list
sitems[0]="Wissen-Intro"
sitems[1]="News"
sitems[2]="Wetter"
sitems[3]="Links"
sitems[4]="Berufsfelder"
/*
sitems[5]="123"
sitems[6]="123"
sitems[7]="123"
sitems[8]="123"
sitems[9]="123"
sitems[10]="123"
sitems[11]="123"
sitems[12]="123"
*/
//These are the links pertaining to the above text.
sitemlinks[0]="wissen.htm"
sitemlinks[1]="news.htm"
sitemlinks[2]="wetter.htm"
sitemlinks[3]="links.htm"
sitemlinks[4]="berufe.htm"
/*
sitemlinks[5]="123.htm"
sitemlinks[6]="123.shtml"
sitemlinks[7]="123.shtml"
sitemlinks[8]="123.shtml"
sitemlinks[9]="123.shtml"
sitemlinks[10]="123.shtml"
sitemlinks[11]="123.shtml"
sitemlinks[12]="123.shtml"
*/
for (i=0;i<=sitems.length-1;i++)
document.write('<a href='+sitemlinks+'>'+sitems+'</a><br>')
</script>
</layer>
<script language="JavaScript1.2">
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (document.all){
document.write('</div>')
themenu=document.all.slidemenubar2.style
rightboundary=0
leftboundary=-120
}
else{
themenu=document.layers.slidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (document.all&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if(document.layers&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (document.all&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if(document.layers&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>