Questions tagged [clickable-image]
46 questions
0
votes
1 answer
My image-links won't work
I am trying to link an image, in html looks like this:
and in CSS I have:
.baraMeniu a.image{
display:block;
}
Yeah... display:block is just an awkward try to make the image clickable.
I am…


the_young_programmer
- 121
- 1
- 6
0
votes
2 answers
Clickable zone in an image with Qt?
Is it possible to create clickable zones in an image with Qt (C++)?
I have an image, which I want to load it on Qt, and then select a clickable zone for.
Ideas?

Med Anis
- 277
- 1
- 4
- 19
0
votes
1 answer
Names to the clickable areas of an image in HTML
Is there any way I can Name the clickable areas of an image? On mouse hover the name has to be highlighted.
http://www.fifa.com/worldcup/destination/index.html
If you visit the above mentioned link the names of the destinations gets highlighted.

Xylon Gracias
- 3
- 3
0
votes
0 answers
pixel position difference android/photoshop
I made in image with a few circles in photoshop. I made it the same pixelsize as my android device screen, the screen density is 320dpi. Or at least I think so, but maybe i'm completely wrong thinking that photoshop res 320ppi is the same as android…

Iris_vdz
- 251
- 1
- 8
- 23
0
votes
1 answer
Clickable resizable buttons on image android
I am trying to create an application which has a map image in it.
I want to add some areas (or buttons) to it so that when you click them the bubbles with information will appear.
I am new in android programming so asking to explain a bit how to…

Kakofonn
- 73
- 2
- 11
0
votes
1 answer
web_Clickable area on dynamic image
I was wondering what the easiest and simplest method was to make (3) different clickable areas on a jpg image used as website. But, I'm using the following code to make it dynamically resize on window dimension change
(css)
background:…

Kizer Yakuza
- 747
- 2
- 8
- 13
0
votes
1 answer
Excessive clickable area below image
I have no idea why below every thumbnail of my gallery is clickable space. If I use float:left on pcs div, then excessive clickable area dissapears, but background dissapears too. I can't find answer anywhere. I'm a newbie in web design. Your help…

lysergic
- 21
- 1
- 3
0
votes
1 answer
Clickable Image list view
I have list view which contains images, I want to open activity for each image.
In my code (which is from an example) there is Toast for clicking on images. I want to change it to open activity, but I don't know how. Please help me.
Here is my…

Mohammad ASADI
- 1
- 1
0
votes
1 answer
Set Images Multiple Clickable Zones in ListView Items?
Click [here] This tutorial
Hi,
I am new to android,
I found this tutorial for Making list with multiple clickable zones. In a ListView that have multiple interactive locations that the user can touch, instead of just one single clickable row.
I…

LogicBoy
- 19
- 1
0
votes
1 answer
Make image view in iOS table view cell clickable
I have a dynamic table view in iOS 6. The table view cells have the subtitle style and show an image, a title and a subtitle.
The table view is inside a navigation controller, and in the navigation bar I have a bar button item which allows you to…

Pavitx
- 81
- 2
- 17
0
votes
1 answer
A simple way to draw on Google maps in Android
I am looking for a simple way to draw small icons on a Google map activity in android. Nothing fancy, I just want to put in longitude and latitude and a few other properties, and to have it as a clickable little icon on the appropriate position on…

user1549053
- 109
- 3
- 8
-1
votes
1 answer
show and Interact with SVG in flutter
I have SVG photo which have css styling and java script to make effects to the photo. i try to use the image in flutter using flutter_svg but the problem is it show only the picture .. my problem i hope css hover style for paths working and can read…
-2
votes
1 answer
Adding link to a clickable HTML image with a link that will redirect to another webpage using JAVASCRIPT
I don't know how to make an HTML image clickable. Also, using Javascript, I want to know how to make a clickable HTML image redirect to another webpage when clicked. For example:
the HTML code of the image that I want to be clickable
Also, how to…

mariella
- 9
- 1
-3
votes
1 answer
Shopify product images are unclickable
I have a store https://firefits-com.myshopify.com and Fashe colorlib theme is installed.
Issue
The product name is clickable and redirects me to the product detail page but the images are unclickable and do nothing when i hove mouse to it.
What I…

discky
- 7
- 3
-3
votes
1 answer
Make a javascript popup with clickable pictures?
Hello I have looked but I don't see what I am wondering. is there anyway I could make a popup appear using javascript on my website so it has a qr code on it? and maybe a clickable picture beside it to use for computer users? is this possible or?

user3732612
- 11
- 4