|
You last visited: Today at 11:37
Advertisement
Der längste e*pvp Thread X
Discussion on Der längste e*pvp Thread X within the Off Topic forum part of the Off-Topics category.
12/19/2009, 16:34
|
#13711
|
elite*gold: 2
Join Date: Nov 2009
Posts: 821
Received Thanks: 120
|
kollegah's neues album <3
|
|
|
12/19/2009, 16:41
|
#13712
|
elite*gold: 170
Join Date: Mar 2008
Posts: 9,416
Received Thanks: 1,554
|
perfekten stock gefunden :3
jetzt nurnoch links und rechts verlängern :P
|
|
|
12/19/2009, 16:48
|
#13713
|
elite*gold: 25
Join Date: Jun 2009
Posts: 641
Received Thanks: 111
|
Bushido´s Film "Zeiten ändern dich" wird eh voll der kracher.
|
|
|
12/19/2009, 16:49
|
#13714
|
elite*gold: 146
Join Date: Apr 2008
Posts: 14,686
Received Thanks: 9,969
|
woaaaaaaaaaa
|
|
|
12/19/2009, 16:51
|
#13715
|
elite*gold: 170
Join Date: Mar 2008
Posts: 9,416
Received Thanks: 1,554
|
...
|
|
|
12/19/2009, 16:51
|
#13716
|
elite*gold: 2
Join Date: Nov 2009
Posts: 821
Received Thanks: 120
|
Quote:
Originally Posted by DoganDogan
Bushido´s Film "Zeiten ändern dich" wird eh voll der kracher.
|
du redest von dem hier?
er ist nicht im ghetto aufgewachsen, war nicht im knast (1woche uhaft) hat nie gedealt und der höhepunkt: er klaut seine beats und die texte lässt er sich vorschreiben :<
|
|
|
12/19/2009, 16:59
|
#13717
|
elite*gold: 626
Join Date: Aug 2009
Posts: 7,149
Received Thanks: 2,943
|
Wer will mit mir Php lernen nur leute dies nicht können^^
|
|
|
12/19/2009, 17:01
|
#13718
|
elite*gold: 731
Join Date: Oct 2008
Posts: 6,267
Received Thanks: 1,504
|
Wie findet ihr diesen Code? :O
Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Test</title>
<style type="text/css">
div#Tmenu {
font-size: 94%;
width: 39.8em;
padding: 0.8em;
border: 1px solid white;
background-color: #eee;
}
* html div#Tmenu {
width: 41.4em;
w\idth: 39.8em; /* IE 6 in standards-compliant mode */
}
div#Tmenu div {
clear: left;
}
ul#Navigation {
margin: 0; padding: 0;
text-align: center;
}
ul#Navigation li {
list-style: none;
float: left;
position: relative;
margin: 0.4em; padding: 0;
}
* html ul#Navigation li {
margin-bottom: -0.4em;
}
ul#Navigation li ul {
margin: 0; padding: 0;
position: absolute;
top: 1.8em; left: -0.4em;
}
* html ul#Navigation li ul {
left: -1.5em;
lef\t: -0.4em;
}
ul#Navigation li ul li {
float: none;
display: block;
margin-top: 0.2em; margin-bottom: 0.2em;
}
ul#Navigation a, ul#Navigation span {
display: block;
width: 7em;
font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;
text-decoration: none; font-weight: bold;
padding: 0.23em 0.97em 0.17em 1.03em;
border: 1px solid #600;
border-left-color: #ea0; border-top-color: #ea0;
color: white; background-color: #c00;
}
* html ul#Navigation a, * html ul#Navigation span {
width: 9.2em;
w\idth: 7em; /* IE 6 in standards-compliant mode */
}
ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
padding: 0.17em 1.03em 0.23em 0.97em;
border-color: #ea0;
border-left-color: #900; border-top-color: #900;
background-color: #e00;
}
ul#Navigation li ul a:hover {
border-color: #900;
}
li a#aktuell {
border-right-color: #300; border-bottom-color: #300;
background-color: #900;
}
ul#Navigation li ul span {
border-right-color: #c96; border-bottom-color: #c96;
color: #900; background-color: white;
}
ul#Navigation li a:active, ul#Navigation li:hover a:active {
color: black; background-color: #f00;
}
/* dynamisches Ein-/Ausblenden */
ul#Navigation li ul {
display: none;
}
ul#Navigation li:hover ul {
display: block;
background: #eee;
}
</style>
<!--[if IE]>
<script type="text/javascript">
// <![CDATA[
if(window.navigator.systemLanguage && !window.navigator.language) {
function hoverIE() {
var LI = document.getElementById("Navigation").firstChild;
do {
if (sucheUL(LI.firstChild)) {
LI.onmouseover=einblenden; LI.onmouseout=ausblenden;
}
LI = LI.nextSibling;
}
while(LI);
}
function sucheUL(UL) {
do {
if(UL) UL = UL.nextSibling;
if(UL && UL.nodeName == "UL") return UL;
}
while(UL);
return false;
}
function einblenden() {
var UL = sucheUL(this.firstChild);
UL.style.display = "block"; UL.style.backgroundColor = "#eee";
}
function ausblenden() {
sucheUL(this.firstChild).style.display = "none";
}
window.onload=hoverIE;
}
// ]]>
</script>
<![endif]-->
</head>
<body>
<div id="Tmenu">
<ul id="Navigation">
<li><a id="aktuell" href="#Beispiel">Home</a>
</li>
<li><a href="#Beispiel">Programme</a></li>
<li><a href="#Beispiel">Games</a>
<ul>
<li><a href="#Beispiel">Coming Soon</a></li>
</ul>
</li>
<li><a href="#Beispiel">Forum</a></li>
</ul>
<div></div>
</div>
</body>
</html>
|
|
|
|
12/19/2009, 17:05
|
#13719
|
elite*gold: 626
Join Date: Aug 2009
Posts: 7,149
Received Thanks: 2,943
|
Mach das in nem Spoiler
|
|
|
12/19/2009, 17:33
|
#13720
|
elite*gold: 170
Join Date: Mar 2008
Posts: 9,416
Received Thanks: 1,554
|
ps supporter :P
|
|
|
12/19/2009, 17:44
|
#13721
|
elite*gold: 105
Join Date: Mar 2007
Posts: 5,073
Received Thanks: 558
|
Abend !
|
|
|
12/19/2009, 17:46
|
#13722
|
elite*gold: 105
Join Date: Mar 2007
Posts: 5,073
Received Thanks: 558
|
Lucey, deine Ignorelist ist zu kurz !
|
|
|
12/19/2009, 17:48
|
#13723
|
elite*gold: 626
Join Date: Aug 2009
Posts: 7,149
Received Thanks: 2,943
|
Kopfschmerzen
|
|
|
12/19/2009, 17:49
|
#13724
|
elite*gold: 105
Join Date: Mar 2007
Posts: 5,073
Received Thanks: 558
|
SAPSMSPSPADMSAPSAMSAPSAMSAPSAMSAPSAMS !111 Kmm ich drauufuffff? MEETETIN "222 ODVVER ALLLSZZZ !1111
|
|
|
12/19/2009, 17:54
|
#13725
|
elite*gold: 626
Join Date: Aug 2009
Posts: 7,149
Received Thanks: 2,943
|
Ich hab so vieles
schon gesagt
schon getan
schon gemacht
|
|
|
All times are GMT +1. The time now is 11:38.
|
|