Geoff Knutzen schrieb:
> I am writing a routine that can accept any element.
>
> I need to determine whether the element is displayed inline, as a box or
> some other display type.
>
> Is there a way to determine this if it has not already been set by a style?
>
> An unstyled A tag should return a display type of inline, while a div
> tag should return box.
>
> How can I get this parameter?
A div *node* should return "block" by the way.
$(...).css('display');
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/