Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS bottom always remains the same distance Reply To: bottom always remains the same distance

#157797
sadunaresh
Participant

check this out, the most possible solution without jQuery

don not mention height of the element, just mention top and bottom offsets in pixels… if you some fixed width at any point of time you can use max-width and min-width properties….

if you want fixed width, you will have to compromise either with bottom or top offset … :)

let me know if this is not what you are expecting, will try in jQuery… :)