Fragen • DZCP-WEBSPELL ODER CSS TS-SLIDER ERSTELLEN !!! |
22.11.2013, 05:23 - Red-Lobster - Forumrang: Plappermaul - 3 Posts
1.Punkt: die Index PHP zu Bearbeiten! in Main: da fügt ihr ein : //By Red-Lobster for gamer-templates.de </script> </head> <body> <div id="login_slider" class="login_slider" style=" right: 0px; width: 49px; position: fixed; top: 100px; background:url(!Euer Verzeichnis! ) repeat scroll 0% 0% transparent; height: 500px; z-index: 999;" > <div style=" margin-top:20px; margin-left:60px; text-align:left; height: 450px; overflow-x: hidden";;> <?php include("tsviewer.php"); ?> </div> </div> <script type="text/javascript"> var state = 0; var wait = false; function changeSlider() { if(state==1){ $('#login_slider').animate({width: 49 }, "slow", function(){state = 0;} ); } else $('#login_slider').animate({width: 300 }, "slow", function(){state = 1;} ); } $('#login_slider').click(function(){ changeSlider(); }); </script> Das Getan braucht Ihr auch eine Datei im Hauptverzeichnis [Beispiel] ;tsviewer.php mit den Inhalt ... <div id="ts3viewer_1022631" style="width:; background-color:;"> </div> <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script> <script type="text/javascript"> <!-- var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=1022631&text=000000&text_size=12&text_family=1&js=1&text_s_color=ff0015&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=525284&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_color=ff0000&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=525284&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_color=d65200&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=525284&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_color=ffffff&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=855252&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none"; ts3v_display.init(ts3v_url_1, 1022631, 100); --> </script> Das getan erstellt ihr euch ein Slider 300X500 PNG und erstellt ein Ordner Name: images dann noch ein Unter-Ordner Name:tsslider: wo die PNG rein kommt das getan sieht es so aus !!! http://www.black-scorpions.storage-plan.org/ |