Hey all , I want to put a flash file in the bottom of the page like this site
I used margin property & Padding but it doesn’t look well .
I need the code to put it in the bottom of the page
thanks in advance .
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.
setting position to fixed in css should do the trick. give it a high z-index value to put it above everything else just in case.