
Mozilla::DOM::ComputedStyle - Interface to Mozilla getComputedStyle function.

use Mozilla::DOM::ComputedStyle; Get_Computed_Style_Property($mozilla_window, $element, $property_name);

This module makes possible to get computed style properties from Mozilla DOM. See documentation for window.getComputedStyle JavaScript function.
It also includes functions to get and to set full page zoom.

This function returns property <$property_name> of DOM element $element of $window.
Returns current full zoom value.
Sets full zoom value.


Boris Sukholitko, <boriss@gmail.com>

Copyright (C) 2006 by Boris Sukholitko
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.