Hi! Is it possible to add a padding to the surrounding expose area of an exposed element?
I.e. like:
...resulting in...
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
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