0
votes
6answers
52 views
How can we overlap two images using css style?
I have a list of images in an html table and need to overlap a small icon on each image. How can we do this using z index and positioning?
0
votes
2answers
13 views
IE6 load img using Accordion jQuery plugin
In IE6 only, using Accordion jQuery plugin to open DIV element, all img element (backgrounds too) inside the DIV are loaded at each click to open or close the choosen element.
Exe …
0
votes
2answers
62 views
How to use mod_rewrite to change external incoming images to local images?
Hi,
I'm trying to figure out how to use mod_rewrite so that I can replace linked images (coming in externally) and use local ones instead.
Why am I doing this? I have a plugin …
0
votes
3answers
508 views
jQuery function attr() doesn’t always update img src attribute
Context: On my product website I have a link for a Java webstart application (in several locations).
My goal: prevent users from double-clicking, i. e. only "fire" on first click, …
1
vote
4answers
85 views
Trying to act on <img> element using CSS - but not getting any results
I've added some expand/collapse functionality to a table with jQuery and I'm now trying to do some fine tuning on the button positioning with CSS, - yet I can't seem to act on the …
0
votes
0answers
5 views
Help solving jq.imghover1.1 problem when container for images is absolute positioned!!
I'm working in a site with the plugin jq.imghover1.1.js for jquery.
The plugin works great almost in any circumstances, but I did a position:absolute for a div that contains the im …
0
votes
4answers
62 views
onmouseover doesn’t work when using javascript to add img tag on IE
I need some javascript code that dynamically adds an img tag to a div, and the img tag needs onmouseover and onmouseout handlers.
I have it working on Firefox. But it doesn't qui …
3
votes
7answers
133 views
Loading executable code through <img> or <a> tags?
I'm working on an app that would allow people to enter arbitrary URL's that would be included in <a href="ARBITRARY URL"> and <img src="ARBITRARY URL" /> tags.
What ty …
3
votes
8answers
339 views
Javascript: Know when an img is fully loaded
If I have a beacon :
<img src="http://example.com/beacon" />
I want a method to be called once the beacon request finishes. Something like :
<script>
$("img.bea …
1
vote
7answers
82 views
<img> positioning behavior
I can't seem to wrap my head around how img tags behave alongside text in an html page.
I've removed margins and padding, but there always seems to be some extra space under the i …
0
votes
2answers
33 views
Img upload help
i need coding in PHP where only registered users can upload as many images as they want with the option of deleting them .One of their image goes in their profile next to his/her d …
0
votes
1answer
25 views
How to automatically add <img> height and width in Visual Studio?
When I drop an html image onto my page (vs2005) the height and width attributes are not specified.
Do I really have to edit the html by hand to add these? Or is there an automatic …
18
votes
8answers
31k views
jQuery $(this) selector and children?
I'd like to use a selector to select the child img of the div I'm clicking on this example:
<div id="..."><img src="..."></div>
To get t …
-1
votes
3answers
593 views
img src won’t work with php variables
<a href="'.$productLink.'" alt="'.$productName.'">
<img src="'.$productImg1URL.'" alt="'.$productName.' '.$productType.' ">
</a>
Hello the img src is actually i …
0
votes
5answers
101 views
Extend background beyond div element.
Is it possible to extend a background element in a div outside of the div frame?
And a follow-up question pertaining to a workaround I've found:
I've put an <img> in my HTM …
