Click here to Skip to main content
15,917,795 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: cgi mailer - Error message Pin
Vasudevan Deepak Kumar2-Mar-06 19:26
Vasudevan Deepak Kumar2-Mar-06 19:26 
Questionanimated images and javascript Pin
llp00na2-Mar-06 8:41
llp00na2-Mar-06 8:41 
AnswerRe: animated images and javascript Pin
Vasudevan Deepak Kumar2-Mar-06 19:28
Vasudevan Deepak Kumar2-Mar-06 19:28 
GeneralRe: animated images and javascript Pin
llp00na2-Mar-06 23:58
llp00na2-Mar-06 23:58 
GeneralRe: animated images and javascript Pin
Trey54983-Mar-06 8:52
Trey54983-Mar-06 8:52 
GeneralRe: animated images and javascript Pin
llp00na4-Mar-06 5:23
llp00na4-Mar-06 5:23 
Questionimage resizing Pin
FrankRowe2-Mar-06 6:01
FrankRowe2-Mar-06 6:01 
AnswerRe: image resizing Pin
Guffa2-Mar-06 8:39
Guffa2-Mar-06 8:39 
Yes, you could do it using javascript.

Put the image inside a div tag that has the maximum size that you want to use to show the image, and overflow:hidden.

When the image has loaded, you can get the width and height of if and calculate the size you want it to have.

Resizing images with html does not look very good, though, and you still load the entire image file. Creating real thumbnails looks better, and saves bandwidth.

---
b { font-weight: normal; }

AnswerRe: image resizing Pin
Vasudevan Deepak Kumar2-Mar-06 19:55
Vasudevan Deepak Kumar2-Mar-06 19:55 
GeneralRe: image resizing Pin
FrankRowe10-Mar-06 9:48
FrankRowe10-Mar-06 9:48 
QuestionGet Source through javascript? Pin
Jens Meyer2-Mar-06 4:40
Jens Meyer2-Mar-06 4:40 
GeneralRe: Get Source through javascript? Pin
Guffa2-Mar-06 8:42
Guffa2-Mar-06 8:42 
QuestionInput type='file' x client side validation... Pin
joaoPaulo2-Mar-06 3:40
joaoPaulo2-Mar-06 3:40 
AnswerRe: Input type='file' x client side validation... Pin
Vasudevan Deepak Kumar2-Mar-06 19:30
Vasudevan Deepak Kumar2-Mar-06 19:30 
QuestionStylesheet for selected Panel Highlight on hovering Pin
Vasudevan Deepak Kumar2-Mar-06 0:44
Vasudevan Deepak Kumar2-Mar-06 0:44 
AnswerRe: Stylesheet for selected Panel Highlight on hovering Pin
Shog92-Mar-06 9:59
sitebuilderShog92-Mar-06 9:59 
QuestionFile Transfer Pin
Coxianuk1-Mar-06 23:57
Coxianuk1-Mar-06 23:57 
AnswerRe: File Transfer Pin
Vasudevan Deepak Kumar2-Mar-06 0:09
Vasudevan Deepak Kumar2-Mar-06 0:09 
GeneralRe: File Transfer Pin
Coxianuk2-Mar-06 0:40
Coxianuk2-Mar-06 0:40 
QuestionPopup Blocker Detection Pin
Vasudevan Deepak Kumar1-Mar-06 23:08
Vasudevan Deepak Kumar1-Mar-06 23:08 
Questiontext nodes Pin
llp00na1-Mar-06 12:13
llp00na1-Mar-06 12:13 
AnswerRe: text nodes Pin
Stephen Hewitt1-Mar-06 23:05
Stephen Hewitt1-Mar-06 23:05 
GeneralRe: text nodes Pin
llp00na1-Mar-06 23:20
llp00na1-Mar-06 23:20 
GeneralRe: text nodes Pin
llp00na1-Mar-06 23:23
llp00na1-Mar-06 23:23 
GeneralRe: text nodes Pin
llp00na1-Mar-06 23:39
llp00na1-Mar-06 23:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.