Yeah, that's a great idea! I changed my code like you said. But
now the rollie even doesnt disappear in Safari.
Here is my code:
<div class="flip" id="fliprollie"></div>
<div class="flip" id="flip" onclick=showPrefs(event);"
onmouseover="enterflip(event);" onmouseout="exitflip(event);"></div>
And the Script:
function enterflip(event)
{
document.getElementById('fliprollie').style.display = 'block';
}
function exitflip(event)
{
document.getElementById('fliprollie').style.display = 'none';
}
Thanks!
Ludwig
Am 17.11.2005 um 17:12 schrieb Ben Kazez:
I just sent a response to the list. Did it arrive?
Ben
On Nov 17, 2005, at 10:10 AM, Ludwig Villiger wrote:
I noticed, that this is not the first time I came up with this
problem. I'm sorry! But perhaps, somebody has a good idea this
time.
Ludwig
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Dashboard-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/dashboard-dev/kazezb%
40carleton.edu
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Dashboard-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/dashboard-dev/gugulino1%
40mac.com
This email sent to email@hidden