Onmouseover |
10/6/2009 7:43:04 PM |
PHPRunner General questions | |
R
rve author
How can i get a image popup (static/fixed image) when showing another picture in *_list.php? |
|
J
|
Jane 10/7/2009 |
Hi, |
R
|
rve author 10/7/2009 |
I can publish it - but what i just do is to show a image in _list.php (different for each record) - and when mouse over picture i wanna have a popup image. The same image should popup on all different picture shown in this column (as a help text, explaination for the picture) |
J
|
Jane 10/8/2009 |
Hi, |
R
|
rve author 10/8/2009 |
This is what I wanna do; |
J
|
Jane 10/9/2009 |
Hi, $value = "<img src=test.jpg img onmouseover=\"aa.style.display=''\" onmouseout=\"aa.style.display='none'\"> |
R
|
rve author 10/9/2009 |
Thanks, but it doesent work as in pure html as I tried but I figure it out probably- one other question - can y have multiple choice in properties; Image definition and custom? |
J
|
Jane 10/9/2009 |
No. You can't choose two options on the "View as" settings dialog. |
R
|
rve author 10/9/2009 |
oki - thanks anyway - but i dont get this to work - have also tried this (its work in pure html code): |
J
|
Jane 10/12/2009 |
It's difficult to tell you what's happening without seeing actual files. |