I’m still studying HTML and CSS, perhaps this could be a silly mistake or not.
Look in my HTML, I have the #welcome div, but it disappeared when I set float:right.
(Chrome or Firefox)
Thanks!
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.
Change
float:right;to this:http://jsfiddle.net/AlienWebguy/TkQaU/6/
If you want to keep the float, you’ll need to give it a margin-right of 100px to make up for the margin-left of the container:
http://jsfiddle.net/AlienWebguy/TkQaU/4/