This is a message.

Forum user: arash

Basic information

Registered Jun 8, 2009
Last login Jun 8, 2009
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/11520

Latest forum posts

Posts:

Registered:

Expose and add padding to the expose area?

Posted: Jun 8, 2009

Hi! Is it possible to add a padding to the surrounding expose area of an exposed element?

I.e. like:

$('#ExposeMe').expose({padding:10}).load

...resulting in...


+-------------------+
|ppppppppppppppppppp|
|p+---------------+p|
|p|  #ExposeMe    |p|
|p+---------------+p|
|ppppppppppppppppppp|
+-------------------+

An element I am trying to expose has no padding by itself (and should not have padding or otherwise the design would break) and it looks strange, when it is lightboxed without padding.

Thank you!
Arash

Posts:

Registered:

Understanding how expose changes position of exposed elements

Posted: Jun 8, 2009

Hi!

Thanks you for this cool extension, I love it :)

But I have some issues:

- when trying to expose an element with fixed position, the fixation gets lost after exposing it, so it suddenly floats with the rest of the document.

- some elements do not seem to be exposable. This is what I am trying to do:
$('#news').expose({api: true, closeOnClick: false}).load();

where news is a statically positioned div.

Are there any special rules tp be followed for the items to be exposed?

Thanks,
Arash