Posts Tagged ‘ css ’

Add a floating ‘back to top’ icon to web pages

June 14, 2011

It's nice to have a 'back to top' link throughout a webpage but its a pain to code each link.... better is a floating icon/link that remains at the bottom right corner of the browser window. It's also easy to add to pages - in my experience, you can insert it anywhere in the...

Read more »

Keep images from jumping on hover

June 12, 2011

It always annoyed me that hovering over images on my sites often caused the text on the page to jump down.  It finally annoyed me enough to take the time to look into it (and I was doing some other CSS work on the site at the same time. :))   Anyway, its caused by using a...

Read more »