Tagged Questions
0
votes
0answers
4 views
Wysihtml5 custom parse rules for image links
I found wysihtml5 is a great editor that makes you able to custom the parse rules.
Is there a way to parse image links and ocnvert them directly to images ?
So an user just copy & paste and ...
1
vote
6answers
39 views
How can I vertically align HTML text with the center of an image?
How can I make my image in the center of the image?
I have put red boxes where I'd like the text to go, as shown in this image:
Here's my current code in a JSFiddle
HTML
<img ...
0
votes
0answers
21 views
Trouble with images in JQuery Masonry
I've spent the past two hours trying to figure out why my images won't display correctly using masonry.
Here's my includes for the page
<script type="text/javascript" ...
0
votes
3answers
35 views
Cant get image to stretch full width
I have been having a heck of a time getting a background image to stretch on the screen to fit the screen so I have no decided to just add it as an image. Below is a image of what I am trying to ...
0
votes
1answer
35 views
Jquery picture slideshow only affect one DIV
i have the simple slideshow code like this :
function anim() {
$(".images img").first().appendTo('.images').fadeOut(500);
$(".images img").first().fadeIn(500);
setTimeout(anim, 5000);
...
-1
votes
3answers
45 views
Creating a full width image
I would just like the edges of my image to stretch the width of the screen. Not looking for it to be a full background.
My website is www.jobspark.ca
<div class="fullWidthSectionBG">
<div ...
0
votes
3answers
32 views
Scale and center image in variable-size div using JS
http://jsfiddle.net/3qMnM/1/
HTML:
<div class="info-panel"></div>
<div class="image">
<img src="http://placehold.it/960x1400">
</div>
CSS:
.image {
height: 100%;
...
0
votes
0answers
28 views
How To Stretch Image Horizontally Full Width [duplicate]
I would just like the edges of my image to stretch the width of the screen. Not looking for it to be a full background.
My website is www.jobspark.ca
<div class="fullWidthSectionBG">
<div ...
-1
votes
0answers
20 views
2 Problems with CSS/Jquery Localization/2IMG's to 1 for Styleswitcher [closed]
I have a little css problem and hope you could help me.
i have a styleswitcher (for 1 day(light) & 1 night (dark) style).
it works only if the day.css/night.css & the theme.php - are in the ...
0
votes
3answers
49 views
html css float:right with img is not working fine
HTML
<table class='titleStatus' id='title'>
<tr>
<td class='lefttop'></td>
<td class='bar'>Punch Data
<img ...
-1
votes
3answers
47 views
Image animation when pressing button in HTML
I'm new in HTML and trying to make a website with some images which come up when I'm pressing a button. Now I came a cross this website https://spacebox.io and i really would like to get something ...
1
vote
2answers
50 views
Displaying an image when selecting an option from a drop down list
I'm trying to change an image upon selection of an option in a drop down list:
function volvoCar()
{
var img = document.getElementById("image");
img.src="volvo.png";
return false;
}
And so on for ...
1
vote
3answers
17 views
img tag throwing off line-height
Alright, so this is some of the css and html:
css:
div {
height:24px;
line-height:24px;
}
html:
<div><img src="image.png"/>Text</div>
Now what that should (I think) ...
-2
votes
0answers
29 views
Export html code page as tiff Image from swing application [closed]
Have one html code file which is generated using Velocity template.
Now I want to generate tiff image of that html UI from swing application. I don't have any place to show html page. Just want to ...
0
votes
2answers
36 views
How do I make certain images have a certain width and not others?
I recently changed the width of my Wordpress site from 456px wide to 620px. Of course this has resulted in all of my images now not fitting to the new width. I discovered that by using the following ...
0
votes
1answer
58 views
PHP/HTML Form data multipage info transferring, image info
I've created a photo competition where when users see themselves in a photo they click the (I'm in this photo) callout.
This pops up a form for them to fill in. I've had no problems collecting the ...
1
vote
2answers
45 views
“data:image/png;base64,b64Encoderpngstring” VS url-to-folder when set html img's src
I use pywebkit and html5 to develope desktop map server.
Map tiles store in sqlite database.
So when I set html img's src, I have two options.
One is read image from database and b64encode it, ...
0
votes
1answer
54 views
Center and crop img tag
Just wondering is it possible to use
<div><img src="xxx.jpg" /></div>
to center the image in the browser
List item to maintain it in the center when reduce browser width for ...
0
votes
3answers
46 views
Why don't my img display and CSS apply?
I'm begining in html/css, I'm trying to make a small website but I've got a issue : When I try to display a picture on my index.html page, nothing except the alt is shown. The same happens for the ...
0
votes
1answer
12 views
Adding icons to options in multiselect?
How do I add icons to a multiselect component?
I have found a Firefox only solution (see my answer below); but have found nothing interoperable.
Should I just give up on this feature?
-4
votes
1answer
33 views
Why does my img don't display and CSS don't apply?
I'm begining in html/css, I'm trying to make a small website but I've got a issue : When I try to display a picture on my index.html page, nothing except the alt is shown. The same happens for the ...
0
votes
1answer
25 views
Hover with Image Alpha Array
I need a row of links, where each is in a parallelogram shaped box.
I'm using Divs by the way.
I need each box to be alternately black/white.
I want each box to have a unique hover colour.
<div ...
1
vote
3answers
25 views
Pictures aligned horizontally adjust in size with window size
I made a quick example of images aligned horizontally:
All of the images adjust to the height of the "wrap" div.
http://i.imgur.com/VOA1pBG.png
Yet, when I make the window smaller, images start to ...
0
votes
1answer
32 views
Changing a an image src file using javascript wont change picture displayed
essentially i have this div
<div id="trafficcam" style="text-align:center;display:none;">
<img id="image" ...
0
votes
3answers
24 views
How to display images from my own server
Currently I'm using a path like "http://[My IP]/images/example.png" to access an image off my server while I see other codes use paths like "images/example.png" so I was wondering if I was doing this ...
1
vote
1answer
28 views
is there a web WYSIWYG editor a screenshot can be pasted into? [closed]
I am building a ticketing system but I am looking for a WYSIWYG editor where a user can take a screenshot and paste it right away into the editor.
I am using PHP, HTML to build this system.
Thanks ...
0
votes
3answers
35 views
HTML/CSS How to format Text and have an Image floating next to it
Pretty rusty on my HTML and CSS skills, I've done this before at some point but forgotten how to do this.
I have text on the left side of the page, I want an image on the right side of this div next ...
0
votes
0answers
20 views
How to convert string in bookmarks HTML file into icon?
I am importing bookmarks to a Mindmap-like app (called LeoEditor) after exporting them into HTML from Chrome or Firefox.
I can easily transform them into FolderName -> Web Name -> Web link
But I ...
1
vote
3answers
34 views
Make an image have a static position relative to its parent container?
I'm making an image preview container, found at bottom of the page at this URL:
http://cowperthwaite.dev.mybusinessadmin.com/location/51447
At the bottom, you can see that the thumbnail images get a ...
1
vote
1answer
46 views
Image in <img> tag is defaulting to 0 x 0 pixels despite setting its size
For some reason I'm unable to set the image size when using an <img> tag inside an html5 video element. It is always defaulting back to 0 x 0 pixels.
The reason I'm using this img is as a ...
2
votes
2answers
41 views
Problems displaying buttons containing position:relative and position:absolute
I'm trying to display a vertical list of buttons composed of merged text and images. I'm using position:relative and position:absolute to merge the text with the image.
<div class="well">
...
-2
votes
1answer
23 views
Images more color saturated in firefox? [closed]
Has anybody else experienced this?
All my images are fine in chrome and IE but in firefox they are far more saturated and bright, almost neon looking.
Would anybody have any ideas?
0
votes
0answers
21 views
javascript open Apple Preview from browser
I'm wondering if there is anyway to be able to have javascript open an image file on the server in the client's native app. Basically I am registering to a doubleclick event on an image element and I ...
-2
votes
6answers
44 views
Outputting a PHP variable inside a HTML image tag. Syntax problems [closed]
I'm storing image names in a database and I'm trying to work out who to output them in image form when I'm displaying the database contents.
Currently I'm doing
echo $rank . " " . $row['name'] . " ...
0
votes
0answers
23 views
Reducing page load when resizing a large image?
This is a tricky question I've been trying to solve. I allow users to input a link on my site to an image they want to post. The user is shown a preview pane with the image they linked. The image is ...
-4
votes
2answers
59 views
Responsive Right-click Image Protection
I use a transparent gif method to prevent visitors who right to right click and same images on a website. The setup is like so:
<table>
<tr>
<td><!--some irrelevant ...
-1
votes
2answers
35 views
Best techniques to prepare image-based web design for SEO - noscript? [closed]
Okay, so I know that this is really frowned upon, and this is something that I don't typically do. In fact, I've never launched a website like this one. But there doesn't seem to be much of an ...
5
votes
4answers
191 views
Browser GET request returning old images
I'm trying to use a GET request to retrieve an image from a server. The image is constantly changing, so I want to grab the image a few times every second (with the intent of displaying the images and ...
0
votes
2answers
30 views
jquery img doesnt display from array
i was wondering why my code isnt working, normally the first image should be displayed on my screen but i dont know what it might be, my css is prefixed, and should normally work with jquery.
...
-2
votes
2answers
50 views
Extracting a URL argument from a HTML tag by using Javascript tokens?
Here is a string I want to extract everything after &key=f430a2c1 until &
Is there a way to access this data, then extract the key?
<img src="img/index.php?key=f430a2c1&rand=736920" ...
1
vote
0answers
51 views
javascript marginLeft on image onload not working in Chrome
i have this gallery that resizes image with javascript in order to keep original aspect ratio.
about document structure : stylesheet considering this particular object is as following :
#ThePicture ...
0
votes
2answers
46 views
How to fix image to bottom right in gallery
I have a gallery working fine, but I want to add an image in bottom right of the gallery so
I would like to have:
I know this css could solve it:
#container_logo {
position:fixed;
right:0;
...
5
votes
1answer
143 views
DOM takes too long to react
I'm trying to "GET" an image from a file every 100ms by changing the source of a DOM object. I can see that the GET call is indeed returning the correct image every 100ms, but the actual image display ...
1
vote
2answers
76 views
Moving the images to a different position
I've been trying to move the small images (thumbnails) but it won't move. It just stays fixed to the left. I've tried giving it an div id and set the margins for it but it doesn't work.
Here are the ...
1
vote
2answers
77 views
Putting an image background onto a CSS Triangle
I'm trying to put a background image on a div that is using CSS borders to create a triangle. This is my current efforts so far. It works fine with solid colours, but I am at a loss when it comes to ...
1
vote
1answer
47 views
After using CSS clip can I move the image to display a different section?
I have used the CSS clip property to clip my images. It displays the image from the top left corner. Can I move the image so it displays the center of the image? I have tried the following style ...
0
votes
1answer
23 views
HTTPS images not displaying on my localhost but going to the link shows the image
My browser is session authenticated with a website.
I am using their API to pull down images from the site so I can display them on my page.
Visiting that image url displays the image, putting it in ...
-1
votes
1answer
42 views
CSS magic to center text and img for fixed html
I have a piece of fixed html which is beyond my reach to change and I would like to style it to my liking, but I can't figure out how. This is what I have:
<a title="some title" href="...">
...
1
vote
2answers
41 views
Generate base64 string of an image to use in data URI
How to generate base64 string of an image to use in data URI?
I have an Base64 image encoding issue that I hope someone can help with. I'm trying to use data uri in my web page (ie <img ...
0
votes
1answer
41 views
.htaccess rewrite url - show html file as jpg
I have image.html and I want It to be shown in browser as image.jpg, because there are some operations when showing picture, that can't be done before or after. Is it even possible with .htaccess and ...





