Hello Guys, I need a simple help in css (I think so). Please have a look at this page http://www.csszengarden.com/?cssfile=213/213.css You will find some images at the bottom of the page that remains there whether you scroll up or down, I want to know how can achieve this. I think it is a property of css. Correct me?

Recommended Answers

All 3 Replies

Hey,

You have definitely got to get Firebug for Firefox. It's great for viewing HTML markup and CSS properties.

The images at the bottom of the page you posted have:

position: fixed;
bottom: xxx px;
z-index: 5;

Hope this helps.

R.

Thanks to all of you the problem was solved after robothy's reply but almostbob thanks to you as well.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.