is there away to use a different positioning system for elements.
where you don’t change the width and height of the element instead you can change it using
left,right, top, bottom
more or less like the flex controllers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can, I’m not 100% sure if it’s fully supported in all browsers but you can use absolute positioning and specify ALL of the coordinates.
i.e.
Which should stretch across the whole window.
You can then modify, or animate each of the properties in jQuery..
i.e.
Cheers,
Marko