Show checkbox with image thumbnails - html

I have lot of thumbnail and I want to show check box on images at left-top side as shown in image. I am displaying thumbnail images in Repeater.
How can I do this?

Keep the image and check box in a container after that absolutely position the checkbox

Related

Full width slider gallery. Highlighted main image and darker images left and right of the main image

I'm in need of a sliding gallery that spans the width of the page but darks out the other images but highlights the one in the middle on show. Hopefully I explained it enough. I can do a full width slider but I need a full width gallery slider. Thumbnails not so important.
No longer using this. using other methords that seem to work for now.
Thanks anyway

Image gallery with html

Looking to make an image gallery (Tumblr style)(bunch of images) and be able to put text or an input button on them? I tried with and place each of them but, when you resize the window, they may not fit anymore.
here is an example: https://camo.githubusercontent.com/f166f9ee75444a16e55517850b35a79578ad5e65/687474703a2f2f662e636c2e6c792f6974656d732f33373371317633753359336433503177316530742f53637265656e25323053686f74253230323031332d30362d3033253230617425323031302e32332e3438253230414d2e706e67
I tried to place each picture like this <img src="picture.jpg" weight="100" width="475"/>.

Floating image on a background image float towards left of screen on high resolution

I got a page which has a background image and some floating images over that. These images are linked to the background image that is why i want to show the floating image on the exact point on background (Will be cleared in screenshot below).
Screenshot
As you can see in above image image named religion is above a temple in background image and so the people and safari but the mail problem is expedition image which on resolution change floats to left and replaced from the top of the mountain peak in background image.
Please help me to get this working on all resolution.
Demo Link
It looks like the expedition image is changing its position in relation to the actual page instead of the background image like all of the other images are. You could try putting all of the images inside a div, so when the page resizes it changes the size of the div (if you are using %'s to define the dimensions of the div). This might keep all of the images placed where you want them to stay.

Overlay images in gallery with image thats being hovered over

searched through related topics but still can't get the answer.
I basically have a gallery with 32 images in it, when I hover over one image it only overlays it's original "box" but the rest of the 31 images is on top of the enlarged hovered image...
So I want to know how I can overlay all the images in my gallery as well as position it so that it stays in my content container and not display it outside my container.
Thanks in advance.
try using z-index in css. Set it to a large value say 9999 to overlay above all elements on the page. Refer http://www.w3schools.com/cssref/pr_pos_z-index.asp

Placing Google Custom Search Input Box Over An Image

Developing a wordpress blog. Wanting to install the GCS box over an image centered inside the page.
Example: Have an image 700px by 100px centered inside a page. I would like to add the custom search box over that image to create a "background" for the custom search box
You could take the class/id of the search box and position it in the center of the surrounding div (image background) using position relative or absolute whichever works better.
If you need a code example just ask.