| | | | |
| |||||||
| HTML, Usability und Barrierefreiheit Themen rund um Textauszeichnung, Formatierung, Barrierefreiheit und Usability. |
|
| | LinkBack | Themen-Optionen | Thema bewerten |
| | |
| Gast
Beiträge: n/a
| Hallo, ich bin immernoch neu hier und hoffe ich verzettel mich nicht gleich bei dieser Fragestellung, bzw schreibe hoffentlich nicht im falschem Forum. Also, ich bin dabei eine CSS Gallerie für ein paar Bilder zu erstellen. Hat auch alles super geklappt, bis ich irgendwann was geändert habe. Ich komme einfach nicht hinter den Fehler. Wie gesagt es lief vor ner Stunde (auch im IE). Vllt hab ich auch nur zu lange davor gesessen und sehe den Fehler jetzt einfach nicht. --->Hier die Seite online zum Testen<--- Naja zum Problem: Beim hover wird das bereits geladene Bild in (bzw. über) dem Kasten angezeigt. Beim focus bleibt es dann stehen. Durch den Z-Index ist es aber weiterhin möglich, sich die anderen Bilder per hover anzeigen zu lassen. (hoffe es ist verständlich ?!?! Naja und nun gehtes nicht mehr im IE. Hier der HTML-Code inklusive dem CSS-Code. Ich schätze mal die Bilder Braucht ihr nicht. Code: <style type="text/css">
#pic {
height:250px;
width: 500px;
border:0px;
position:relative;
}
#pic a.p1, #pic a.p1:visited {float : right; margin : 4px 10px 4px 10px; border:0px; top:0; left:0; border:0;}
#pic a .large {position:absolute; width:1px; height:1px; border:0px; top:-1px; left:-1px; z-index:100;}
#pic a.p1:hover .large {position:absolute; top:15px; left:13px; width:316px; height:180px; z-index:100;}
#pic a.p1:active .large {position:absolute; top:15px; left:13px; width:316px; height:180px; z-index:10;}
#pic a.p1:focus .large {position:absolute; top:15px; left:13px; width:316px; height:180px; z-index:10;}
#pic a img {border:#CCCCCC 1px solid;}
#picthumbs {
float : left;
height : 180px;
width : 110px;
padding : 5px 0px 13px 0px;
overflow: hidden;
border-left: #999999 1px solid;
border-bottom: #999999 1px dotted ;
margin: 10px 0px 0px 27px;
text-decoration:none;
}
#picweiter {
height : 25px;
width : 110px;
float : left;
padding-top : 5px;
overflow: hidden;
margin: 0px 0px 0px 27px;
border-left: #999999 1px solid;
text-align:center;
}
#picpic {
height : 226px;
width : 324px;
float : left;
padding : auto;
overflow: hidden;
margin: 10px 0px 0px 8px;
border: #999999 1px solid;
background: #E5E5E5;
}
#pictext {
font-style:italic;
font-size:30px;
font-family: "Monotype Corsiva";
text-align:center;
position:absolute;
top: 80px;
left:110px;
color:#666666;
}
#pictext2 {
font-size:16px;
font-family: "Monotype Corsiva";
text-align:center;
position:absolute;
top: 115px;
left:145px;
color:#666666;
}
</style>
<div id="pic" >
<div id="picpic">
<div id="pictext">Have Fun !</div>
<div id="pictext2">-Seite 2-</div>
</div>
<div id="picthumbs">
<a class="p1" href="#nogo" title="thumbnail image">
[img]images/fotos/small/thumb1.jpg[/img]
[img]images/fotos/medium/pic1.jpg[/img]
</a>
<a class="p1" href="#nogo" title="thumbnail image">
[img]images/fotos/small/thumb2.jpg[/img]
[img]images/fotos/medium/pic2.jpg[/img]
</a>
<a class="p1" href="#nogo" title="thumbnail image">
[img]images/fotos/small/thumb3.jpg[/img]
[img]images/fotos/medium/pic3.jpg[/img]
</a>
</div>
<div id="picweiter">
1
2
3
4
</div>
</div>
|
|
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
|
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Notice: Undefined index | Kein Genie | PHP Tipps 2008 | 5 | 23.04.2008 17:40 |
| Prototype Ajax Array Datenmüll | notyyy | HTML, Usability und Barrierefreiheit | 2 | 08.04.2008 10:57 |
| Array index updaten | obi | PHP Tipps 2008 | 4 | 28.11.2007 15:08 |
| Session funktioniert nicht bei session.use_cookies = Off | Quagga | PHP Tipps 2007 | 13 | 13.01.2007 18:27 |
| Index vom Array zurücksetzen | kampfnickel | PHP Tipps 2007 | 6 | 08.01.2007 17:24 |
| ftp account erstellen in confixx umgebung | PHP-Fortgeschrittene | 5 | 15.02.2006 20:41 | |
| mysql_num_row unde Index bleibt trotzdem 0 in der DB | nieselfriem | PHP Tipps 2005-2 | 7 | 30.07.2005 17:30 |
| Kontakrformular funktioniert nur zum Teil | PHP Tipps 2005-2 | 12 | 18.07.2005 11:24 | |
| Undefined index | LA-Finest | PHP Tipps 2005-2 | 15 | 15.06.2005 09:47 |
| 2 verschachtelte while Schleifen. Großes Performanceproblem | Datenbanken | 3 | 30.05.2005 12:52 | |
| Fehlermeldung undefined index: 14 | Niedi | PHP Tipps 2005 | 2 | 22.04.2005 11:40 |
| [Erledigt] Automatischer Index von Verzeichnis funktioniert nicht | Server, Hosting und Workstations | 8 | 30.03.2005 18:12 | |
| Undefined index | PHP Tipps 2005 | 5 | 05.02.2005 14:57 | |
| Undefined index: USERNAME | PHP Tipps 2004-2 | 2 | 07.12.2004 17:47 | |
| Dateien erstellen oder schreiben funktioniert nicht im Web | PHP Tipps 2004-2 | 1 | 05.12.2004 19:39 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| z-index css funktioniert nicht, im ie geht css galerie nicht, ie img border:0px funktioniert nicht, css z-index bei img ie, css gallery code |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.