0
votes
1answer
19 views

How to scale an image link to 100% of div using css?

I am trying to scale an image to 100% width of the div it is contained within (it is a responsive layout with the div changing size depending on window size, hence the need to scale the images). This ...
0
votes
0answers
28 views

Is it possible to create links in each image of a gallery opened with Fancybox?

I'm totally new to Fancybox. I am trying to put different links in each image of a gallery opened with it. I've done exactly what JFK has posted in fancybox - how can I put a link from the opened ...
0
votes
2answers
18 views

Align images beside text

I want to align the images beside the text, and also they need to be click-able. How can I do this? Do I need to make unordered list? Here is the whole page: http://jsfiddle.net/dzadze/68WrB/ ...
0
votes
0answers
32 views

onClick on a links to display images with z-index on current page

So I'm trying to setup onClick on links to display different images right below that links (links menu). Each link is assigned to different image (four images). Images are grouped in one div below ...
0
votes
0answers
12 views

Hyper-linking moving objects within an image?

I want to know if it is possible to create an image with hyper-links inside, such as one would make for a HTML image-map but with the hyper-linked objects actively moving around within the boundaries ...
0
votes
1answer
38 views

how to insert images, links, carriage return into Searchable Dictionary for Android

I am developing a glossary using the sample code Searchable Dictionary. Thanks to searching here, I have figured out how to update the database, which is a .txt file, and then get it to load by ...
0
votes
1answer
42 views

making an image link from a db asp.net mvc 4

I have this foreach loop pulling images from my db : `@foreach (var item in model) <tr> <td> <img width="50" height="50" src="@Url.Action("GetImage", "Product", new ...
0
votes
0answers
20 views

Adding a href on a image in a table with a variable attached to send to another page

I am trying to add a click event on a image to send a variable to another page. This is from a table generated in php echo '<td>', '<center>', $rows['username'],'<br>','<a ...
0
votes
0answers
60 views

hyperlink behind image works in chrome and firefox but not in ie

Thanks in advance for what I'm hoping is a relatively simple problem. Firstly, I'm new to programming having taken over an ecommerce website. On my home page e have a banner showing a number of ...
0
votes
1answer
24 views

linking an image from a db asp.net mvc 4

I'm trying to link an image to a page thats coming from a db. @foreach (var item in model) <tr> <td> <img width="50" height="50" src="@Url.Action("GetImage", "Product", ...
-2
votes
1answer
41 views

Trying to pulsate with jQuery

<script type="text/javascript" src="../JQuery/jquery.js"></script> <script> $(document).ready(function() { $("img").click(function () { ...
0
votes
0answers
6 views

Backgroun image as link

can someone help me with this problem? I need to put link to another site on my background image. You can see site here www.kolektiv.me Thanks!
0
votes
1answer
82 views

How to make a website menu exactly like the one right here on stackoverflow on ASP.NET MVC 4?

I started using asp.net MVC 4 and I don't quite understand how could I accomplish simple tasks like making a simple navigation menu for my website, I would like it to be just like the one here on ...
0
votes
0answers
74 views

PHP Excel image link

I am using PHP Excel library and have a problem. I need to insert into a cell image as hyperlink. Is it possible, any suggesions? Tryed to dran an image $image = ...
0
votes
6answers
157 views

How do I get the full URL to an image in Cakephp?

Let's say I have an "image.jpg" stored in the assets folder and the path is "www.example.com/public" and I want only the string path to the image. How do I get this? I do NOT want the html tags only ...
0
votes
0answers
295 views

Image links not working in iPhone mail app

I have a mail signature containing images with links. It is a .htm file which I import in Outlook or Thunderbird. Everything works properly except on the iOS mail app, which opens a window with ...
0
votes
2answers
49 views

HTML image-link formatting

I'm working on a html only webpage, and I am having some issues correctly formatting my social-media links. I have a fixed position div that is 48 x 190, and within it I'd like to put 4 different ...
0
votes
1answer
41 views

How to add Link_to to an Uploaded Thumbnail

I'm trying to figure out the syntax to turn an uploaded project thumbnail in Ruby on Rails via Paperclip into a clickable link which leads to the projects details: projects\index.html.erb <% ...
0
votes
1answer
73 views

iMacros - How to click images by identifying their link?

In a webpage I have multiple images with the same name but each one, when clicked, leading to a different location. So each image has a different link. How do I make iMacros click the images based on ...
0
votes
0answers
42 views

Create text link to display the mouseover part of a gif where the image now resides

I have a rollover image set up on a page in Wordpress: http://www.outtacontext.com/wp2/about/jeffs-past-wanting-out/ If you rollover that image you get a second image. The problem is is that there's ...
-5
votes
1answer
53 views

show image when another image is clicked

I am running a script which displays a random image each time the page is refreshed. I would like to know, how I can set it so that when each random image is clicked, a seperate image appears beneath ...
-2
votes
2answers
45 views

link images to web link

Firstly, I am not a web designer and I have very limited knowledge of html, css, javascript etc. I am running a script which displays a random image each time the page is refreshed. I would like to ...
0
votes
1answer
42 views

trying to add an image in html

I've just added a new widget to my blog, using a label-search url to pull up specific posts. This is working very nicely. However, I want to add an image next to the link, and this is not working. ...
0
votes
1answer
44 views

How to link an image of the user to show the user's details in popup window

TASK: -- > I am trying to create a hyperlink with <%=link_to image_tag url_for_file_column(member,"image")... %>. By clicking on an image of a trader, the pop up window should appear, showing the ...
0
votes
1answer
34 views

Text next to a link image

I know how to put a text next to an image by applying float:left to the img tag, but when I give it a link e.g href="#" the text won't stand stick to the image, it falls down. To give more info about ...
0
votes
1answer
33 views

Wordpress image and link in header

I have a Wordpress child theme of TwentyTwelve with a header image and I would like to place another smaller image with a hyperlink centered in the header image. ...
-2
votes
1answer
105 views

insert part of link via text box, form - get profile picture on click?

I only know ccs and html so the following is quite hard for me to do and understand Im wanting a text box form that a user can enter a facebook user id, press a button and load the profile picture ...
0
votes
2answers
143 views

Php external link to image file from internal server

I'm stuck and I was hoping somebody here could help me. I want to create a link to a file in a php script (the file is actually an image, a .tif image). I have Google d this relentlessly, to no ...
0
votes
2answers
101 views

Text over image link on form

Ok, so I am struggling to setup part of an Aweber form on my page. The form has a button which users click to join a mailing list. I want to put some text over it (so that I can A:B split test the ...
1
vote
1answer
164 views

Logout link with image

I have a html page which require users to login. What will be the best format to use for the logout button? I was also considering using an image beside the word "Logout" (the link to logout) which ...
1
vote
0answers
124 views

Android - Loading Multiple Images from server in GridView

I want to load multiple images from server in GridView in Android by not using individual links, but by just using single link. If anyone know, please tell me.
0
votes
0answers
56 views

Add a link to an image

I am trying to display a cover and a title. Behind the cover and the title should be a link to a book. Until now, just the title has got a link: <% @books.each do |book| %> <div ...
0
votes
1answer
108 views

hide visited link hilighting css

I've been making a site and on the header I have some .png images being used as buttons, my problem is when I open the site in ie9 the visited images have a purple outline. My question is how do I ...
0
votes
2answers
24 views

Linking Images Mystery

I am working on a site that has a lot of images. I've gotten all of the images linked except for one. I have no idea why this one image won't link. If any one has any ideas, that would be a great ...
0
votes
1answer
406 views

CarouFredSel Image Links

I am using CarouFredSel for a website I am designing, however I encountered a problem...everything works as expected until I try and link the images to a url. The script looks like: $(function() { ...
1
vote
2answers
225 views

Featured image from post not showing although Fb Debugger is OK

I´m finishing my site in WP and everything seems ok but I can´t get the featured image from my posts to show when sharing the link in FB. I tryed the debugger, it sees the image ok and returnes a 200 ...
0
votes
3answers
36 views

Img's doesn't show when placed in “div” element [closed]

I've placed the img in the same folder as code and have spelled it correctly in code, "adHere.jpg", so I know that's not the problem but it might be the format that I put my link in. So w/out ...
0
votes
0answers
119 views

hover, div, img, opacity and a link

I'm trying to write some text on an image when you hover it, as well as make it a link and change it's opacity. I basically want to do what's on this page http://uk.burberry.com/store/ I've done this ...
0
votes
2answers
80 views

Keep link a:active the same way after link press

I was playing around with css and html today, and I was trying to get an image/link to change its form when being hovered over and clicked. But what I did not manage to do was for the image that I ...
0
votes
1answer
197 views

nivo slider image Link and IE not working

hi i have been trying for hours to get the image links inside the slider to work in IE 9 they work fine in Chrome can any one help here is the site http://ftp.puddesign.com/testing/vanilla/index.html ...
0
votes
0answers
45 views

Does the “title” attribute of a link equivalent to his content in terms of SEO? [closed]

Does <a href="contact.html">Contact</a> equals <a href="contact.html" title="Contact"><img src="contact.jpg" alt="Contact"></a> for google?
0
votes
2answers
98 views

How to create link on image using Javascript

<div id="mydiv"> <img src="myimage.jpg" /> </div> <script language="javascript"> var a=document.createElement('a'); a.href='http://mylink.com'; ...
1
vote
1answer
23 views

wordpress img link

I'm working on a little blog made with wordpress. I'm new in the CMS world. I have one problem when i click on every images in the index. Differently when I click on the title links, if I click on an ...
0
votes
1answer
67 views

:before, :after and padding

I have the following css-code: .readMore:before { content: ''; display: block; float: left; width: 10px; height: 27px; margin: 0; background: red url('images/button.png'); ...
0
votes
1answer
372 views

How to link individual images in Javascript Slideshow?

So I am fairly new to javascript. I would like to add a link to each of the images in this slideshow. There are only two images. I have tried to link them like you would with an <a> in ...
1
vote
0answers
66 views

Need help adding NavigateUrl

I have the following code but when I try and link a url by adding NavigateUrl="http://www.facebook.com/comparethetradesmen", it doesn't do anything. Please help. I ideally want it to open the link up ...
0
votes
2answers
82 views

WPF Image and button referencing to same URL

I have a lot of logos (Image) including a text line (TextBlock) below it. When the user double clicks either on the logo or the text line, an URL should be opened (equal for logo and line). In the ...
8
votes
2answers
621 views

fancybox - how can I put a link from the opened image?

-largeAny Ideas folks? I'm trying to link the opened image in fancybox. I've looked everywhere! It sounds so simple... So here's the code I'm using: <a id="manual1" href="javascript:;"><img ...
0
votes
2answers
1k views

How to create links for images in this jQuery Slider plugin

Okay so I am trying to add links to each of my photos in the slider. I have done it on 2 other websites but this coding is different then the other 2 when I add the anchor tag. <a ...
0
votes
2answers
608 views

Image Change with Mouse Hover

I have some links to my facebook and twitter, these links are images. I want these links to turn lighter when I hover over them. I was thinking I could do this by making two images and making the ...

1 2 3 4 5