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?
architact 25 Junior Poster
Recommended Answers
Jump to PostHey,
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.
All 3 Replies
blocblue 238 Posting Pro in Training Featured Poster
almostbob 866 Retired: passive income ROCKS
architact 25 Junior Poster
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.