View Single Post
ישן 13-06-06, 00:08   # 1
Homie
Permanently Banned
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 38
הודעות: 287

Homie לא מחובר  

[שאלה] איך אני יכול לעשות ב-CSS שמתי שעוברים על תמונה היא תהפוך לבהירה יותר?

כותרת.. [למה שמתי סמיילים שלא קשורים? ככה - עושה שמח.]

ניסיתי את זה, אבל לא עבד:
HTML קוד:
<html>
<head>
<title>Hosts.Co.iL</title> 
<style type="text/css"> // התחלת ה-CSS
<!--
img.transON  {width: 100%; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px; }
-->
</style>

</head>
<body >  
<img onmouseover="this.imgName='transON'" onmouseout="this.imgName='transOFF'" src="http://www.mandarindesign.com/images/text.jpg" width="100" height="119" style="border:1px solid black;">
</BODY> 
</HTML>

Last edited by Homie; 13-06-06 at 00:46..
  Reply With Quote