
17-04-2006, 23:09
|
 |
|
|
חבר מתאריך: 17.04.06
הודעות: 14
|
|
|
רצת נסחפתי, אבל לא יכולתי להתאפק...
הנה הקוד:
קוד PHP:
<style type="text/css"> #container { position: relative; float: left; background: url("http://sunsite.queensu.ca/rmc/BUS204/Finance/fly/doc/example.gif") no-repeat top left; width: 256px; height: 256px; }
span { display: block; width: 100px; height: auto; left: 50%; top: 50%; margin-left: -50px; margin top: -10px; text-align: center; } </style>
<div id="container"> <span>ממורכז</span> </div>
נסה את הקוד הבא (יעבוד כרגע רק בפיירפוקס, את האיכספלורר זה ממש מקרקף):
קוד:
<style type="text/css">
#container {
position: relative;
float: left;
background: url("http://sunsite.queensu.ca/rmc/BUS204/Finance/fly/doc/example.gif")
no-repeat top left;
width: 256px;
height: 256px;
}
#float {
position: relative;
float: left;
width: 500px;
height: 300px;
background-color: #3F0;
}
a {
text-decoration: none;
color: red;
}
a:hover span {
display: block;
}
a span {
display: none;
width: 200px;
height: auto;
left: 50%;
top: 50%;
margin-left: -100px;
margin top: -10px;
text-align: center;
}
p {
position: absolute;
left: 50%;
top: 100px;
}
</style>
<a href="#"><div id="container">
<span>לא רק ממורכז, אלא גם ביישן</span>
</div></a>
<div id="float">
<p>אל תתבייש, תיגע בסמיילי</p>
</div>
תיהנה 
_____________________________________
חתימתכם הוסרה כיוון שלא עמדה בחוקי האתר. לפרטים נוספים לחצו כאן. תוכלו לקבל עזרה להתאמת החתימה לחוקים בפורום חתימות וצלמיות.
|