
03-01-2008, 16:40
|
|
|
|
חבר מתאריך: 05.08.07
הודעות: 42
|
|
|
הוספת תמונה לקוד
יש לי תקוד הבא:
קוד:
<style type="text/css">
.a, .a:visited {color:#000;}
#container {position:relative; width:600px; height:680px; background:#FAF0E6; border:1px solid #000; margin:10px auto;}
#container b {font-weight:normal; width:600px; text-align:center; position:absolute; bottom:250px; left:0; color:#eee; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; line-height:1.7em; z-index:1;}
a.gallery, a.gallery:visited {display:inline; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:75px; float:left; margin:7px 21px; position:relative; cursor:default;}
a.slidea {background:url(spole/sph1.jpg);}
a.slideb {background:url(spole/sph2.jpg);}
a.slidec {background:url(spole/sph3.jpg);}
a.slided {background:url(spole/sph4.jpg);}
a.slidee {background:url(spole/sph5.jpg);}
a.slidef {background:url(spole/spv1.jpg);}
a.slideg {background:url(spole/spv2.jpg);}
a.slideh {background:url(spole/spv3.jpg);}
a.slidei {background:url(spole/spv4.jpg);}
a.slidej {background:url(spole/spv5.jpg);}
a.gallery span {visibility:hidden; display:block; position:absolute; width:580px; height:480px; top:189px; left:9px; color:#000; background:#FAF0E6; text-align:center; border:1px solid #fff; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; cursor:default;}
a.slidea span {left:-13px; top:180px;}
a.slideb span {left:-132px; top:180px;}
a.slidec span {left:-251px; top:180px;}
a.slided span {left:-370px; top:180px;}
a.slidee span {left:-489px; top:180px;}
a.slidef span {left:-13px; top:89px;}
a.slideg span {left:-132px; top:89px;}
a.slideh span {left:-251px; top:89px;}
a.slidei span {left:-370px; top:89px;}
a.slidej span {left:-489px; top:89px;}
a.gallery:hover {white-space:normal; border:1px solid #fff; z-index:100;}
a.gallery:hover span {visibility:visible; z-index:100;}
a.gallery:hover span img {margin:10px; border:1px solid #000; position:relative; z-index:100;}
a.gallery:active, a.gallery:focus {border:1px solid #c00; z-index:10;}
a.gallery:active span, a.gallery:focus span {visibility:visible; z-index:10;}
a.gallery:active span img, a.gallery:focus span img {border:1px solid #000; position:relative; margin:10px; z-index:10;}
</style>
זה יוצא מסגרת שאני שם תעכבר עליה זה מציג תתמונה ואם אני לוחץ התמונה נשארת.
עכשיו אני לא רוצה מסגרת אני רוצה תמונה ושאני אסמן אותה אני אראה אותה בגדול.
אני אשמח אם תעזרו לי אני לא הכי מבין בCSS.
|