please help me to fixed my footer
Hello @princess25. Welcome to the forums. Don’t you think a bit more information might help us to help you…
Welcome to the forums @princess25.
As @Gandalf says, we can’t possibly offer any helpful advice with so little to go on. Please explain what is wrong with your footer and how it needs fixing. Also, please provide the HTML and CSS code you are using, or a link to a live page where we can see the problem.
Once we have some information to work with, I’ll relist the topic.
(this is my css code)
#footer{
background-color: white;
border: 2px #050505;
min-height: 15px;
padding: 6px 0px;
}
You still don’t say what is wrong. However your
border: 2px #050505;
should be something like
border: 2px solid #050505;
princess25, what is wrong with your #footer? You can post an annotated screenshot if you cannot explain it in English.
Your title says “Fixed positioning”, do you want to add position: fixed
to the footer?
It would help to also see the html and for you to explain how you want the footer to look and what is wrong with it now.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.