ja er bootet ich will nur was einstellen da aber ich komm nicht rein
Beiträge von Sebi17
-
-
Hallo ich hab da ein Problem und zwar komm ich mit den unzählingen Tastenkobinationen nicht mehr ins BIOS rein. Was kann ich tun um wieder darein zu kommen? Mein PC piept auch nicht mehr beim anmachen und ich seh auch kein Logo welches BIOS ich habe.
-
Ich suche einen ScrollbarScript wo ich die Farbe verändern kann und das man den auch bei Firefox sieht und nicht nur beim IE.
-
so in etwa?
HTML
Alles anzeigen<html> <head> <style type="text/css"> element.style { display:block; height:315px; left:300px; position:absolute; top:35px; width:360px; } #screenshots #screenshot2 { background:transparent url(/images/site/Back.jpg) no-repeat scroll 0 0; </style> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> function show(layer) { document.getElementById(layer).style.display='block'; } </script> </head> <body> <div id="1"> <a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg" WIDTH=150 HEIGHT=100 onclick="show('images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg');return false;"></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 2.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 2.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 3.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 3.jpg" WIDTH=150 HEIGHT=100></a> </div> <div> <a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 5.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 5.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 8.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 8.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 9.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 9.jpg" WIDTH=150 HEIGHT=100></a> </div> </body> </html>
und es soll ja so sein wenn ich auf ein bild klicke das das dann in original größe im popup erscheint deshalb immer das <a href
-
welche div id? und wohin soll die damit das endlich klappt? und mit welchem tag?
-
Code
<a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg" WIDTH=150 HEIGHT=100 onclick="show('images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg');return false;"></a>
Also das klappt schonmal nicht und von div hab ich kein plan wie ich das machen soll kann nur table
-
kannst mir b) vormachen bitte? also nen tag geben?
so schauts jetzt aus:
Zitat<html>
<head>
<style type="text/css">
element.style {
display:block;
height:315px;
left:300px;
position:absolute;
top:35px;
width:360px;
}
#screenshots #screenshot2 {
background:transparent url(http://www.conanundco.net/images/podcast_back.png) no-repeat scroll 0 0;
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
function show(layer) {
document.getElementById(layer).style.display='block'; }
</script>
</head>
<body>
<a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 2.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 2.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 3.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 3.jpg" WIDTH=150 HEIGHT=100></a>
<br>
<a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 5.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 5.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 8.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 8.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 9.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 9.jpg" WIDTH=150 HEIGHT=100></a>
</body>
</html> -
Also hier der code mit den script:
HTML
Alles anzeigen<html> <head> <style type="text/css"> element.style { display:block; height:315px; left:300px; position:absolute; top:35px; width:360px; } #screenshots #screenshot2 { background:transparent url(http://www.conanundco.net/images/podcast_back.png) no-repeat scroll 0 0; </style> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> function show(layer) { document.getElementById(layer).style.display='block'; } </script> </head> <body> <div style="float:left; margin-right:20px;"> <span style="display:block;" style="font-size: 1.8em"></span> <img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg" style="width:150px; height:100px;"/><span style="clear:both;"></span> </div> </body> </html>
und hier der code für die bilderseite:
Code<a href="include.php?path=content/content.php&contentid=53"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg" WIDTH=150 HEIGHT=100>onclick="show('images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg');return false;" </a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 2.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 2.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 3.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 3.jpg" WIDTH=150 HEIGHT=100></a> <br> <a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 5.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 5.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 8.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 8.jpg" WIDTH=150 HEIGHT=100></a><a href="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 9.jpg"><img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt 9.jpg" WIDTH=150 HEIGHT=100></a>
-
HTML
Alles anzeigen<html> <head> <style type="text/css"> element.style { display:block; height:315px; left:300px; position:absolute; top:35px; width:360px; } </style> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> #screenshots #screenshot2 { background:transparent url(http://www.conanundco.net/images/podcast_back.png) no-repeat scroll 0 0; onclick="show('images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg');return false;" function show(layer) { document.getElementById(layer).style.display='block'; </script> </head> <body> <div style="float:left; margin-right:20px;"> <span style="display:block;" style="font-size: 1.8em"></span> <img src="images/Bilder/Videogames/DBZBT2PS2Wii/unbenannt.jpg" style="width:150px; height:100px;"/><span style="clear:both;"></span> </div> </body> </html>
So in etwa?
-
kannst du mir bitte bitte ein beispiel code machen wie sowas in allen aussehen sollte?
Die Bilder will ich als Popup http://dragonball17.dr.funpic.de/include.php?pa…hp&contentid=51
-
welchen button meinst du? und wie mache ich javascript darein?
-
sieht schon besser aus aber es erscheint noch nicht als popup fenster wie auf der einen seite
-
versteh ich nicht. aber im mom klappt das nicht siehe meinen letzten post auf seite 1
-
aber muss ich das für jedes bild dann einzeln programmieren?
was dabei rauskommt ist dies hier: http://dragonball17.dr.funpic.de/include.php?pa…hp&contentid=53
und dazu der quelltext:
Zitatelement.style {
display:block;
height:315px;
left:300px;
position:absolute;
top:35px;
width:360px;
}#screenshots #screenshot2 {
background:transparent url(http://www.conanundco.net/images/podcast_back.png) no-repeat scroll 0 0;<div style="float:left; margin-right:20px;">
<span style="display:block;" style="font-size: 1.8em">Dragonball Z<br>Legendäre Superkämpfer</span>
<img src="images/Cover/Videospiele/GBC/616QRKKMZ5L__SS500_.jpg" style="width:150px; height:150px;"/><span style="clear:both;"></span>
<a href=""></a>
</div> -
wie es aussieht kann mein cms system das nicht oder hab ich was vergessen?
-
hab noch eine frage muss ich das jedesmal programmieren? hatte vor wenn man bei mir auf nen bild klickt das dann das bild in diesen popup kommt in original größe. und woher bekomme ich die css style sheats datei?
-
jetzt muss mir nur noch ein erklären wie ich das progrmmiere oder einer gibt mir bitte nen quelltext
-
weiß hier keiner wie das geht?
-
Ich hab da ma ne frage. wenn ich auf diese Seite hier gehe http://www.conanundco.net/ und oben auf Podcast gehe erscheint so ein kleines Einblendfenster. Wie Programmiere ich das um so ein Fenster für meine Homepage benutzen zu können? Und wie mache ich ein Backup von meiner Aktuellen Homepage die ein CMS System ist?
-
die ganze lösungen gehen nicht -.-