position of image caption ( absolute position? )

Leetomic / 2014-03-27 03:55:07   

Hello folks,
I recently learn a way to relocate a image caption to the right hand side by simply using Html
-> indexhibit.org/forum/thread/20757/

it works really great! I love it. but there is a very minor question about this.
Is there any way to keep the image caption at same place? (is it called absolute position?) even if when you scroll down? Just like menus on top.

Link to the page ( click the "more")
leetomic.com/index.php/project/testb/…

Thanks !

Vaska A / 2014-03-27 06:51:41   

You need something like this...

  1. position: fixed;
  2. z-index: 1;

Leetomic / 2014-03-27 08:16:00   

thank you so much vaska.
it seems like a style.css right?

i've been trying to find the right place to add those lines.
but i'm not sure about that. can you kindly let me know where should i put those lines?

This thread has been closed, thank you.