.NET Development
Audio and Video
Microsoft ISV
IE Development
SQL Server
Smart Devicet
Game Technologies
Visual C++
Visual C#
VS Team System
Visual Studio
Visual Basic
Windows Vista
Visual FoxPro
SharePoint Products
Software Development Network>> Audio and Video>> How do you Add a Picture?
How do you Add a Picture?
Hot Topic
Applicative mode (Styling)
Flyout to the front?
Create an AVI file by using ICSeqxxxx functions. How can I do?
Dynamically generated playlists for Media Services
Developing in a directory
Sidebar Gadget Submission Rejection - Why?
How clockDivisor works?
Question about style:opacity behavior
HDi Debug and VS2005
ISAN Numbers - Obtaining them
Audio and Video
Animating Width and Height
How to add Vritual Earth API in the Live.com Gadget?
Adv. Cont. Playback on HD-A1 >> NO RENDERING
Animating Width and Height
Load WebPage Data into a element: code sample
How to remove gadget caching?
Can I display several videos by different viedo cards in one PC?
Mixing rate sink and rateless sink on a tee node
What is the best way to show changeble text?
Popup modal frame from web gadget
How do you Add a Picture?
So far, my gadget is comming along well. I have red text and a red border. Now I am wishing to add two small pictures above and below the text. What is the code to add a picture
Answer this question
How do you Add a Picture?
Pr1nce
That bicubic scaling is a god send for IE 7. Such a shame it doesn't work on transparent PNGs or GIFs *shakes fist*
Andy
Bery
<img src="myimage.png" style="..." />
If you want to change the size of your image, add "-ms-interpolation-mode:bicubic;" to the style to scale it with bicubic scaling.
troy2000
Thanks!
How do you Add a Picture?
Answer this question
How do you Add a Picture?
Pr1nce
Andy
Bery
If you want to change the size of your image, add "-ms-interpolation-mode:bicubic;" to the style to scale it with bicubic scaling.
troy2000