Hey Leute
hier zunächst die Seite um die es geht: http://www.pb-hosting.com/juraexamen.info/
ich bin jetzt soweit fast fertig - aber habe noch ein großes Problem: Wie bekomme ich es hin, dass der Coin slider nicht mein widget überdeckt? aus irgendeinem Grund ist er breiter (unsichtbar) als er eigentlich sein sollte - habe ich da irgendwas nicht korrekt gemacht in den einstellungen?
hier meine css
PHP
/*
Coin Slider jQuery plugin CSS styles
http://workshop.rs/projects/coin-slider
*/
.slider { width: 630; border:0; margin:10px 0px 10px -315px; padding:0px 0px 0px 0px; background:url(images/slider_bg.jpg) bottom no-repeat; }
.coin-slider { overflow:hidden; zoom:1; position:relative; }
.coin-slider a { text-decoration:none; outline:none; border:none; }
.cs-buttons { font-size:0px; margin:-285px 0 0 0; padding:5px 0; float:left; background:url(images/bg_tabs.gif) top repeat-x; }
.cs-buttons a { margin-left:2px; width:22px; height:20px; float:left; background: url(images/tabs_2.png) no-repeat left top; color:#fff; text-indent:-1000px; }
.cs-buttons a.cs-active { background:url(images/tabs_1.png) no-repeat left top; color:#fff; }
.cs-title { float:left; width:590px; padding:25px 20px; background:url(images/overlay.png) repeat left top; color:#fff; font-size:20px; line-height:1em; }
.cs-title small { display:block; width:auto; padding:0; font-size:12px; line-height:1.8em; }
.cs-prev, .cs-next { background:url(images/overlay.png) repeat left top; color:#FFF; padding:5px 15px; font-size:16px; }
Alles anzeigen
außerdem ist mein Hintergrundbild des Sliders (schatten unten) verrutscht und nichtmehr sichtbar...