Thanks a lot
I have sold but it was quite tricky.
during page load i assign this property to cell of a table.
tdHome.setAttribute('style', 'color: black; background-color: white;
filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
-khtml-opacity:0.5');
then at mouse even I was changing just opacity.
tdHome.setAttribute('style', ' filter:alpha(opacity=100); -moz-opacity:1;
opacity:1; -khtml-opacity:1');
assigning the wanter property by class
TD.setAttribute('class','list');
TD.setAttribute('style','filter:alpha(opacity=50); -moz-opacity:0.5;
opacity:0.5; -khtml-opacity:0.5');
problem is solved
it seems to me that if style change without same parameters edited before,
it generates an error
Adriano Ellero
[email protected]
On 8 April 2011 00:04, Rossko <[email protected]> wrote:
> > http://win.cvao-soaring.org/PUblic/global/mappaGlobal.asp?dbname=CVAO
>
> There is a mouseover listener with no actions, and there is no
> mouseout listener.
> Still waiting for a demo of your problem.
>
> Script calls after </html> is invalid page structure and so may force
> quirks mode in some browsers.
> Whitespace before doctype , ditto.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.