Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
253 views

Using jQuery .each() to append title attribute below multiple images.

How can I use .each() to get a var, use it, clear it and then start fresh with the next loop of .each()? I've got a varying number of images with 'title' attribute. I want to take the title attribute ...
1
vote
1answer
29 views

Aligning photos (with captions) in the center of a webpage using CSS

I am trying to create a block of photos on my webpage (Which has a set width, I didn't copy that part of the code over). I have put the code into the JSFiddle link below. ...
1
vote
1answer
87 views

Image captions/annotations in lightbox

Is there any JS script that adds a possibility to add a facebook-like captions into an image opened using some kind of lightbox script? Example: I have a little image thumbnail with a photo of my ...
1
vote
3answers
186 views

Repeat innerHTML.replace

I'm using the code below to make links linkable in WordPress captions. For example it successfully turns http://google.com into google.com. But when I put multiple url's in a caption it only changes ...
1
vote
2answers
331 views

How to get captions of actual windows currently running?

I have a question: I simply need to get captions of all windows in a list, by captions I mean the "Notepad", "Total Commander" - simply the text shown in the top-edge of a window. So far I've gotten ...
1
vote
1answer
271 views

Add captions to looped slider plugin?

I am implementing the looped slider plugin (see: http://nathansearles.com/loopedslider/example-4.html) on a website, and need to add captions to the images (that just appear as text beneath their ...
0
votes
1answer
115 views

Centering thumbnail gallery with captions without fixed image size

I've tried unsuccessfully to implement the layout in the attached image. When apllied div with table setting IE brokes, if elements are floated when captions are more than one line the layout is ...
0
votes
0answers
102 views

Rails Jquery slideshow with advanced captioins

I'm using Ruby on Rails and Jquery for a slideshow. My slideshow needs captions that are not only unique to each image in terms of their content (some are lists, some are a few words, some have ...
0
votes
1answer
428 views

Jquery - Show Image ALT tag in seperate div on hover

I have a gallery of images that i have set up and when a user hovers over one I wan't it to show the title in a separate div. Ive tried the below code but to no avail. I'm not great at jquery so could ...
0
votes
1answer
17 views

Is there a framework for programmatically animating textareas in time in flash?

I'm looking for a framework enabling me to programmatically add moving/scaling shapes and text areas over a flash video. I'll have an XML file with text, starting times of animations, ending times of ...
0
votes
1answer
197 views

Hide caption text in slider when underlying image slides away #mootools

I'm not too familiar with mootools but i'm implementing an image slider on which i want to add some captions. So far that works but when the image slides away, the captions remain... If the next image ...
0
votes
3answers
156 views

How can I dynamically set all the Application Forms Caption property

I have one Access application which accesses 3 environments (DEV; TEST; PROD). An environment variable is set upon login to programmatically connect to the correct database. We would like the user ...
0
votes
1answer
459 views

why is latex making my caption bold?

I don't know why latex is making my captions bold. \section*{附录} \begin{figure}[htbp] \centering { \label{fig:ILOVEYOU} \includegraphics[scale=2.7]{ILOVEYOU.jpg} } \caption{ILOVEYOU蠕虫邮件} ...
0
votes
2answers
1k views

jQuery Hover Flickers for Image Caption

I have some rotating images with hidden captions that I'd like to expose with jQuery when someone hovers. Each image + caption is like this: <img src="images/picture.jpg" id="feature-1-image" ...
0
votes
1answer
678 views

Is there a function to get the caption for an image in wordpress

I'm trying to get the captions from images in Wordpress but I can't find an easy function to grab this bit of information. Anyone know a way to get this? Thanks