How to link fixed images on Tumblr CSS? -


For my Tumblr theme, I want to put these 4 fixed images on the right side of the screen to be linked from another page. I am

Here is the HTML for 1 of the images:

  & lt; Img src = "http://i851.photobucket.com/ album / ab71 / rachelala101 / fandomsbuttons1-1_zps43ab3b55.png" id = "icon1" width = "90px" & gt;  

Here is the CSS for:

  # icon1 {display: block; Status: fixed; Correct: 20px; Top: 60px; Z-index: 130}  

I tried to use the tag to link it, but then the images disappear completely.

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -