Tagged Questions
The <img> tag in HTML is used to include images in the document.
337
votes
6answers
361k views
$(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 the div, I've got this selector:
$(this)
...
172
votes
16answers
38k views
When to use IMG vs. CSS background-image?
In what situations is it more appropriate to use an HTML IMG tag to display an image, as opposed to a CSS background-image, and vice-versa?
Single-reason answers are welcome, but I'm hoping ...
28
votes
15answers
68k views
How to extract img src, title and alt from html using php?
I would like to create a page where all images which reside on my website are listed with title and alternative representation.
I already wrote me a little program to find and load all html files, ...
17
votes
8answers
567 views
How to properly vertically align an image
How to properly vertical-align this image in the .frame element:
<div class="frame" style="height: 25px;">
<img src="http://jsfiddle.net/img/logo.png" />
</div>
.frame's ...
12
votes
5answers
4k views
“img” elements: Block level element or inline element?
I've read somewhere that IMG elements behave like both. If correct, could someone please explain with examples?
9
votes
2answers
460 views
Preventing secure/insecure errors by using protocol relative URLs for image source
Is anyone aware of whether it is problematic to use protocol relative URLs for an image source to prevent mixed content security warnings.
For example linking an image like:
<img ...
9
votes
5answers
5k views
Is it possible to display inline images from html in an Android TextView?
Given the following HTML:
<p>This is text and this is an image <img src="http://www.example.com/image.jpg" />.</p>
Is it possible to make the image render? When using this snippet: ...
9
votes
5answers
4k views
Inputting a default image in case the src arribute of an html <img> is not valid?
Though I think it's not possible, it's always awesome to know what the SO Gurus would act if they were me. So, here's my question:
Is there any way to render a default image in an HTML <img> ...
8
votes
4answers
1k views
Reliably detecting <img> tag support for SVG
I'm currently doing some redesign of a website, basically just upgrading it to a more up-to-date look and trying to make it as resolution independent as possible, and in the name of resolution ...
8
votes
7answers
5k views
Removing whitespace between HTML elements when using line breaks
I have a page with a row of about 10 imgs. For readability of the HTML, I want to put a linebreak in between each img tag, but doing so renders whitespace between the images, which I do not want. Is ...
6
votes
3answers
58 views
How can I center my <h1> when there is an <img /> next to it?
I have a problem creating a decent header in CSS. What I want is a <h1> header that aligns its content in the center of its parent <div>. Sometimes though there might be an additional logo ...
6
votes
3answers
277 views
How to set the <img> tag with basic authentication
I would like to display the image from a network camera on my web page, but the image is behind a HTTP basic authentication server.
In Firefox and Chrome I can do this:
<img width="320" ...
6
votes
6answers
200 views
What's the difference between img width&height property and CSS width&height?
The HTML tag img can have width and height property, while it can also have CSS style width and height.
<img src="xxx.img" width="16" height="16"
style="width: 16px; height: ...
6
votes
8answers
2k views
JavaScript: Know when an image 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.beacon").load(function() ...
6
votes
5answers
2k views
Should I specify height and width attributes for my IMGs in HTML?
If I know the height and width of an image that I'm going to display with an image tag, should I include the height and width attributes, or just put the information in CSS? Or both?
Ex.
<img ...
5
votes
3answers
44 views
see if src of img exists
when I place an img tag I create the src attribute dynamically. Is there a way of testing if the src (path where the image is located) actually exists with javascript in order to avoid getting:
5
votes
4answers
77 views
Is it better to define images in direct html or css?
If I have the choice to insert images directly into the html or in the css, say for example a link wrapped in an image I could do either...
<a href="#"><img src="#" alt="" width="" height="" ...
5
votes
2answers
523 views
adding img tag in zend form
I'm building a form with a class extending Zend_Form.How can I add an img tag inside the form?I also need to add a class to it and align attribute
This is the final result I want to achieve:
...
5
votes
1answer
538 views
getting the absolute path of a <img/>
Using javascript, is there a standard way to get the absolute path of an image, as
var src= img.getAttribute("src");
only returns the @src tag as it was declared in the HTML
thanks,
Pierre
5
votes
3answers
121 views
simple question on html img tag
does the filename in src attribute of an img tag has a limit in number of characters? or compatibility issue among operating system(OS) browsers...
for example:
<img ...
5
votes
8answers
7k views
How can we specify src attribute of img tag in CSS?
Is it possible to set the src attribute value in CSS. At present what i am doing is:-
<img src="pathTo/myImage.jpg"/>
and i want it to be something like this
<img class="myClass" />
...
5
votes
7answers
307 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 type of security risks ...
5
votes
7answers
6k views
Javascript set img src
I am probably missing something simple but it's quite annoying when everything you read doesn't work. I have images which may be duplicated many times over the course of a dynamically generated page. ...
5
votes
5answers
13k views
Create PNG image with C# HttpHandler webservice
I'd like to be able to create a simple PNG image, say of a red square using a c# web based service to generate the image, called from an <img src="myws.ashx?x=100> HTML element.
some example ...
4
votes
1answer
164 views
CSS rounded corner for <img> on first-generation iPhones
The following code works in all desktop browsers Chrome and Safari on the Desktop as well as recent iPhones and all Android devices I've tested. However, in first-generation iPhones and the iPhone ...
4
votes
3answers
68 views
Small vs Large image (when repeating)
I'm making a bar (like an hr) that will be spanning across the webpage. Out of curiosity, would it not be best to create the smallest image possible to repeat on the X axis or would it be best to ...
4
votes
2answers
184 views
Resize images with javascript before assign them to an img tag
I'm very very new on HTML and CSS development.
I have a HTML page with an img tag. This tag will hold some images. These images has different sizes. I set up a width and height to img tag using CSS.
...
4
votes
3answers
441 views
How to get a background image to print using css?
I am using the ASP Net Sprites package to create CSS Sprites on my website.
It is working, but the images it generates do not appear when printed.
The code generated at HTML level is:
<a ...
4
votes
2answers
484 views
Why an image inside a div has an extra space below the image?
Why in the following code the height of the div is bigger than the height of the img ? There is an extra space below the image, but it doesn't seems to be a padding/margin. So what it is ?
HTML:
...
4
votes
2answers
429 views
Detect image load by jQuery
<img src="http://site.com/image.png" />
I change src of this image on .click event.
There can be loaded more than 20 different images, after changing src.
1) How do I know, was image already ...
4
votes
3answers
382 views
HTML: Unexplained vertical gap between text-wrapped inline-block elements with an image?
Why is there a gap here (ie 'element3' LOWER than 'element4')?
+----------------+ +----------------+
|+------++------+| VS. |+------++------+|
|| 1 || 2 || ...
4
votes
4answers
226 views
Why would a site ever use </img> in HTML markup
I encountered this page https://www.google.com/accounts/ServiceLogin, a Google service login page that (beyond just omitting a doctype), contains 6 instances of </img>
For example,
<img ...
4
votes
3answers
2k views
javascript check if img src is valid?
I have something like:
document.getElementById('MyPicture').src = 'attempted.png';
If the client cannot get that resource, I would like to replace it with:
document.getElementById('MyPicture').src ...
4
votes
2answers
79 views
What's the name of the technique where the images on a web page fade in as they scroll into view?
Here's a webpage that does what I'm describing: http://mashable.com/2010/05/13/mobile-tech-journalists/
What's going on with the images? It seems that they get loaded and fade in as you scroll them ...
4
votes
2answers
261 views
Why does conversion tracking use pixels and why do images potentially expose information about you?
First, why (historically) was conversion tracking implemented by html pixel tracking versus using other small and able-to-be-made-nearly-invisible html elements which could provide the same ...
4
votes
3answers
916 views
jquery rollovers and active states
I apologise for any stupid questions/coding, I'm very new to jquery!
I'm trying to create a menu for a one-page site that has rollovers and an active state. HTML:
<ul id="menu">
...
4
votes
4answers
3k views
How to set the image src using jQuery
I am trying to change the image src attribute using jQuery
jQuery("#imageID").attr('src','http://localhost:8080/images/1/myImage.png' );
using the above code i can change the src attribute, but ...
3
votes
1answer
28 views
Jquery : get previous image with prev()
here's my problem :
$("#gallery > img").live('click',function() {
$(this).prev().css("background" , "#f99"); // WORKS !
var src = $(this).prev().src; // DOESN'T WORK (src is ...
3
votes
2answers
48 views
Getting the amount of images which are in a specific div
I'm trying to get the amount of images which are stored in the post-content container of each post.
The layout of a post looks like this:
<div class="post">
<div ...
3
votes
4answers
127 views
Setting image src attribute not working in Chrome
I have tried this without success.
I want to get the src of one image and set it as another's src when #btn is pressed:
jQuery("#btn").live("click", function() {
jQuery("#another_div")
...
3
votes
3answers
80 views
Injecting javascript thourgh <img>-tag
I would like to know if it is possible to inject some javascript code through an img-tag. The scenario is that one sets up a html-page like this
<img src="anotherdomain.com/someimage.jpg" />
...
3
votes
3answers
75 views
replace image src text with img
if a HTML code is
<div class="photos">
http://myweb.com/imgs/img1.jpg
https://myweb.com/imgs/img2.gif
http://myweb.com/imgs/img3.png
https://myweb.com/imgs/img4.bmp
</div>
how can you ...
3
votes
1answer
140 views
In Java is it possible to convert a BufferedImage to an IMG Data URI?
I have created a graphical image with the following sample code.
BufferedImage bi = new BufferedImage(50,50,BufferedImage.TYPE_BYTE_BINARY);
Graphics2D g2d = bi.createGraphics();
// Draw graphics.
...
3
votes
2answers
437 views
Is there a way to use max-width and height for a background image?
That simple.
Moving my layout into a fluid territory, working on scalable images. Using the img tag and setting max-width to 100% works perfectly, but i'd rather use a div with the image set as its ...
3
votes
5answers
2k views
images side by side without any space between them
i have a grid of images.
but there are spaces between them, how do i remove this spaces?
i already tried setting the padding and margin of the images to 0px but none worked
any ideas?
3
votes
4answers
274 views
Two <img> without spacing
<html>
<head>
<meta name="viewport" content="width=device-width"/>
<title>HAHAHA</title>
<STYLE TYPE="text/css" media="screen">
*
{
padding: 0;
...
3
votes
1answer
326 views
img tag inside a tag or giving background image to a tag which one is better
Considering SEO which one is better.
IMG tag inside a tag or giving background image to the a tag.
Please suggest which one suits well for seo purpose.
3
votes
6answers
462 views
How to style the string of an <alt> tag?
Is there a way to style the alt? With javascript? With pseudo attributes? like this:
<img src="foo.jpg" alt="<h1>This is the caption</h1><p>This is some ...
3
votes
8answers
153 views
How can I select an HTML element from JavaScript without knowing its ID?
I have an unknown number of <img> elements on my page with no IDs, and I need to be able to browse through them and set certain attributes based on a number of unpredictable factors.
3
votes
5answers
1k views
Regular Expression to get the SRC of images in C#
I'm looking for a regular expression to isolate the src value of an img.
(I know that this is not the best way to do this but this is what I have to do in this case)
I have a string which contains ...