English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hi every1, i'm looking for a code that fades a table and appear in its normal state only on mouse over, jst like photos (the photo appear semi transparent and full view on mouse over)..
10 pts for the solution..
bye..

2006-08-23 11:14:12 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

it's CSS transparancy and Opacity.

2006-08-23 11:18:51 · answer #1 · answered by le_gber 3 · 0 0

attempt to hire html tables, that's the least complicated and least complicated way

ebe02179e5a3c4f42ca6119eab92633fc8948955... blog project keep in mind p.c. out herefc89489555aee7519548ff7f589f384ebe02... ebe02179e5a3c4f42ca6119eab92633fc8948955... blog contents herefc89489555aee7519548ff7f589f384ebe02... ebe02179e5a3c4f42ca6119eab92633fc8948955... (a horizontal rule to cut up the subsequent blog project keep in mind p.c. out) ebe02179e5a3c4f42ca6119eab92633fc8948955... next blog project keep in mind p.c. out herefc89489555aee7519548ff7f589f384ebe02... ebe02179e5a3c4f42ca6119eab92633fc8948955... next blog contents herefc89489555aee7519548ff7f589f384ebe02... ebe02179e5a3c4f42ca6119eab92633fc8948955... (yet yet another horizontal rule) Repeat this as necessary to accomodate all your blog concerns then close the table tag /table

2016-12-17 16:05:10 · answer #2 · answered by joyan 4 · 0 0

imagename.onRollOut = function(){
imagename._alpha = 50;
}

imagename.onRollOver = function(){
imagename._alpha = 100;
}

////this is what i use what i want to use javascript in flash and it works.

2006-08-23 11:25:43 · answer #3 · answered by Best Helper 4 · 0 0

imagename.onRollOut = function(){

imagename._alpha = 50;

}



imagename.onRollOver = function(){

imagename._alpha = 100;

}


2006-08-23 18:58:13 · answer #4 · answered by ♥ Crystal C ♥ 4 · 0 0

fedest.com, questions and answers