August 30, 201214 yr http://sallyong.com for example this website above,if i move my mouse over these 4 items Amaya Saujana » Binjai Residency » For Rent » For Sale » 1)It will have this drag down animation effect,how can i get this animation?? because if i use only <li> and <ul> script, it does not have the animation, all info under it just display straight away without animation. 2)what script should i use in order to allow my website to adapt itself to different resolution?? for example this site when you drag the corner of screen to make it bigger/smaller, the main content screen will adjust itself to fit the resolution .I've tried <center> and it does not really work [i also have a big table made using <th,tr and td> in my website[/size] thanks in advance
August 30, 201214 yr For the first animation you will need to use jQuery or some javascript. ( I suggest jQuery because its easier ) For the second one you just can use css , try using precentages instead of pixels if you want to know more about it google 'responsive web design'. Léon
August 30, 201214 yr Author For the first animation you will need to use jQuery or some javascript. ( I suggest jQuery because its easier ) For the second one you just can use css , try using precentages instead of pixels if you want to know more about it google 'responsive web design'. Léon thanks but what should i search on jquery and javascript??cause i have no idea what's the animation called ,could you give me the name please so i can find it out, and i'll check it out on responsive web design,thanks a lot!
August 30, 201214 yr thanks but what should i search on jquery and javascript??cause i have no idea what's the animation called ,could you give me the name please so i can find it out, and i'll check it out on responsive web design,thanks a lot! First you need to know how to add the jQuery library to your document, then how to use the animation function. If its just a menu animation, I could help you coding it if you want, just pm me. Léon
Create an account or sign in to comment