• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

pictureframe löschen

nittygritty

Neues Mitglied
hallo,
bin blutiger Anfänger und brauche eure Hilfe.

wo lösche ich in der Slideshow zb. den Bereich für ein Bild. Danke für eure Hilfe

/*SLIDER*/
#sliderwrap{ float:left; width:960px; height:258px; background:url(images/sliderbg.png) no-repeat; margin-left:-3px; margin-top:-25px; position:relative; z-index:3;}
.slidercontent{ width:960px; height:258px;}
#slider{ margin-left:20px; position:relative; margin-top:0px;}
.content{ width:450px; float:right; margin-right:20px;}
.content p{ font-style:italic; font-size:14px;}
.content h2{font-family: 'Lobster1.3Regular'; font-size:30px; margin-bottom:15px; margin-top:20px;}
.content h2 a{ color:#941826; text-decoration:none; text-shadow:0 0 3px #000; text-transform:lowercase;}
#slider img{width:420px; height:auto; float:left; margin-left:25px; margin-top:22px; min-height:225px;}
.sframe{ background:url(images/sliderimg.png) no-repeat; float:left; width:100px; height:100px; float:none; position:absolute; z-index:1000; margin-top:12px; margin-left:10px;}
.sl_control{ float:right; width:100px; height:24px; background:url(images/scontrol.png) no-repeat; margin-top:-10px; margin-right:120px; position:relative; z-index:-1;}
/* Easy Slider */
#slider ul, #slider li{margin:0;padding:0;list-style:none;}
#slider li, #slider2 li{ width:940px;height:232px;overflow:hidden;}
#prevBtn, #nextBtn{display:block; width:13px; height:14px; position:relative; left:0px; top:0px; z-index:1000; right:120px; top:18px; float:left; left:772px; margin-right:20px; }
#nextBtn{ left:10px;}
#prevBtn a, #nextBtn a{ display:block;position:relative;width:13px;height:14px;
background:url(images/sl_left.png) no-repeat 0 0;}
#nextBtn a{ background:url(images/sl_right.png) no-repeat 0 0;}
.graphic, #prevBtn, #nextBtn{padding:0; display:block; overflow:hidden; text-indent:-8000px; left:772px;}
/* Easy Slider END */
/*SLIDER END*/
 
Ich glaube Du hast bisher keine Antwort bekommen, weil die Frage nicht verständlich ist?! Was willst Du warum woraus löschen? Ggfs. wäre auch mehr Quellcode nötig um deine Frage beantworten zu können?!

Hinweis: Bitte verwende künftig Code-Tags um Quellcode im Forum zu zeigen.
 
Wenn ich nach deinem Threadtitel gehe könnte das funktioniren:
Code:
#slider img{width:420px; height:auto; float:left; margin-left:25px; margin-top:22px; min-height:225px;border:none;}
 
Zurück
Oben