Moderator: lauras
#seitenbereich {
margin: 0 auto; /* Zentrierung mitte */
width: 75%;
background-color: black;
margin-bottom: 100px;
}
#fusszeile { /*Fußzeile definieren*/
position: absolute;
bottom: -80em;
width: auto;
height: 20px;
margin: auto ;
padding-left: 550px;
padding-right: 524px;
border-top-width: thin;
border-top-style: solid;
}<script language="javascript" type="text/javascript">
window.onload = function(){
if(location.hash != "")
changeClip();
}
function changeClip(){
window.setTimeout("cClip()", 50);
}
function cClip(){
var url = location.hash.split('#');
document.getElementById('clip').innerHTML = '<object width="480" height="385">'+
'<param name="allowfullscreen" value="true" />'+
'<param name="allowscriptaccess" value="always" />'+
'<param name="movie" value="' + url[1] + '" />'+
'<embed src="' + url[1] + '" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="385"></embed>'+
'</object>';
}
</script><div id="clip"><noscript><h3>Sie benötigen Aktiviertes JavaScript!</noscript></div>
<a href="#http://www.youtube.com/v/vAhhy_SVrVI?fs=1&hl=de_DE" onclick="changeClip();">Youtube 1</a> -
<a href="#http://vimeo.com/moogaloop.swf?clip_id=13681714&server=vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=00ADEF&fullscreen=1&autoplay=0&loop=0" onclick="changeClip();">Vimeo</a>-> Startseite
-> Crew
| -> Check Out
'---> -> Clips
-> Special
-> Check Yourself
-> Tricktips
-> Bilder
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-> Startseite
-> Crew Check Out
-> Check Yourself
-> Media
| -> Bilder
'---> -> Clips
-> Tricktips
-> Specialdiv#clip {
width: 480px;
height: 385px;
float: left;
margin-right: 20px; /*Wie weit die Liste entfernt sein soll*/
/*Text-Deco*/
font-size: 16px;
line-height: 200px;
text-align: center;
}
ul#clipList {
list-style: none;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<div id="clip">Bitte wählen Sie aus der Liste Rechts einen Clip aus -></div>
<ul id="clipList">
<li><a href="#http://www.youtube.com/v/vAhhy_SVrVI?fs=1&hl=de_DE" onclick="changeClip();">Youtube 1</a></li>
<li><a href="#http://vimeo.com/moogaloop.swf?clip_id=13681714&server=vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=00ADEF&fullscreen=1&autoplay=0&loop=0" onclick="changeClip();">Vimeo</a></li>
</ul>Sarkkan hat geschrieben:Wieso führen eigentlich 2/3 deiner Stylesheetverweise auf eine 404'er?![]()
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast