My image is located in div named arrow and I've managed to add image link with tag named top. The problem is that I couldn't make it to appear in center of page - don't know why?! I've tried to use "background-position: center center" to center it, but without success. Any ideas how to solve this?
Code:
#arrow { clear: both; float: left; margin-left: 0; width: 100%; display: block; text-align: center; margin-top: 10%; }
#top { background-image: url(../images/down.png); display: block; height: 44px; width: 80px; display: block; overflow: hidden; text-indent: 100%; white-space: nowrap; background-position: center center; }
Bookmarks