Hi All,
I am building this site http://rossandkim.com.au/clients/contact.html and have 2 questions that i have googled to my heart’s content and cannot find a simple solution.
#1. You will notice the footer is position:fixed which is what i want, but i need to keep the content in the footer centred and always at the bottom (within the footer). How can i do this is CSS?
This is my CSS for the footer content:
.footer_text_left {
position:fixed;
background-color:#272b2e;
bottom:20px;
left:200px;
width:350px;
height:160px;
padding:0px;
z-index:2;
font-family: ‘PT Sans’, arial, serif; font-size:14px; color:#848484; text-indent:20px; line-height:18px;
}
#2. I have started building an email form. Instead having the details such as NAME, EMAIL etc (like they are now) I want to have them within the form boxes but when you click on them to add your details they disappear. Like this: http://www.istockphoto.com/ How do i do this?
Thank you and your help is well appreciated!