i tried all the versions of ie but it is not showing only 1 image.
i also tried this :-
•url = "FlorDecor.jpg"
•url = "../FlorDecor.jpg"
i tried all this stuff pls help me..
...
I am simulating a thermal camera effect. I have a webcam at a party pointed at people in front of a wall. I went with background subtraction technique and using Aforge blobcounter I get blobs that I want to fill with gradient coloring. My problem = GetBlobsEdgePoints doesn't return sorted point cloud so I can't use it with, for example, ...
Hi - I'm trying to use Fedor's LazyAdapter, but keep getting a "Source Not Found" error when I return the view for a row in my array adapter.
Here's the main activity code, along with the array adapter:
package com.briancsinger.testlist;
import java.net.URL;
import java.util.ArrayList;
import javax.xml.parsers.SAXParser;
import javax...
It seems IE is choosing to ignore my background images :(, its getting all the styles with layout etc but not sure where I have gone wrong
This is the
[link removed]
css example
body {
background:#eae3e3 url(styles/images/bg.jpg)no-repeat center 0;
}
...
Its a dumb question. Prepare yourself.
My main.xml is this:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@android:color/white">
<ImageButton
android:src="@drawable/button"...
Hi Everyone,
I'm using XCode version 3.1.2 and am developing for iPhone using the Simulator with iOS 2.2.1 on Leopard. I had an image file named "img.jpg" in my project which I decided to switch for a different file. After adding the new file into the XCode Resources folder, I removed the first file and renamed the new file to the same ...
Hello, I have two indexed (8-bits) Bitamp, both using the same Palette in C# (.NET Framework 2.0). I want to bit block copy pixels from one onto another on designated coordinates. I had tried to use Graphics class, but get exception that it doesn't work with indexed colors, I tried also with getpixel()/setpixel() but get the same excepti...
I can't figure out how to make the bg_header.png stay in place when the browser window shrinks in width less than the page width. try it:
link text
Here is my CSS:
#body_wrap {
width: 100%;
z-index: 1;
overflow: hidden;
}
#body_wrap_top {
width: 100%;
height: 247px;
background: url('/img/bg_header.png') repeat-x;
margin: 0 auto...
Can you create a PNG, GIF, etc with C++ on windows?
If it's possible, how? For an example how can you make a png image just one solid color.
Just a "hello world" example would be great...
...
I have a 3D matrix im which represents an RGB image. I can do
imshow(im)
to display the image.
I want to display only one of the RGB channels at a time: I want to display the red channel and I want it to appear red.
I've tried
imshow(im(:,:,1))
but it displays the grayscale image (which is not what I want).
How do I display the...
I have a webpage that loads thumbnails of images and I want to show old images with a sepia tone. The thumb will always be the same dimensions so could I just make a transparent png file and show it over the image? Should I use something like imagemagick or is this overkill?
Any suggestions?
Cheers
...
I am looking to implement a way for people to preview what a personalised product will look like with their chosen text.
So as they type a word the image changes based on the text they have input in a similar way to how myfonts.com works.
Prefrebly this will be built using javascript
...
how to put a security image in php?
I wanne put it in a form, and check it on submit
...
I have a Spark TextArea:
<s:TextArea id="editor">
<s:textFlow>
<s:TextFlow id="_tf" >
<s:p>Lorem ipsum etc.</s:p>
<s:p>
<s:img source="http://example.com/example.jpg" />
</s:p>
<s:p>Aliquam tincidunt tempor etc.</s:p>
</s:TextFlow>
</s:textFlow>
</...
Hi all,
I'm having issues trying to find an image inside a div and append it to a blank div. Here's the code I have:
<div class="newsItem">
<div class="newsImage"></div>
<h2><a href="">Latest News 03</a></h2>
<div class="newsIntro">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce dictum sagittis sapien. Aliquam e...
I have a large JPEG image about 3500 x 2500 pixels and 4 MB size.
I want to display this image in a HTML page so that it takes about 3/4 of the screen,
and also compress it, so that it loads quickly, but without compromising the quality too much.
Is this feasible ?
...
I want to add images to wx.Dialog (and then sizer) some like wx.ImageList and display it dinamically. But I don't want to change already displayed image, I want to add next.
How can I resolve this problem?
...
Is there a way to load an image file into an ImageView object, and then
define a transparent color for this object ?
...
I need to tile a picture in a WPF Image Control (like on Windows Desktop (Background tile property)). Does somebody know weather this is possible and if so, how?
Best regards,
Alexander
...
Hi,
I'm working on a solution for my new project (in C#). I'm trying to make a dynamic image/animation combiner (maybe later even work with video's, but that's not required atm).
So basically my program is reading a xml file with all kinds of instructions the user needs to do. In the xml file it is possible that for 1 instruction mult...