Click here to Skip to main content
15,889,096 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to generate alphanumeric auto increment id in mysql Pin
Chioma Owuama23-Sep-22 19:51
Chioma Owuama23-Sep-22 19:51 
Questionwhat is the differnce between specify now,specify later ,dynamic and direct? Pin
sangeetha m29-Oct-12 23:57
sangeetha m29-Oct-12 23:57 
AnswerRe: what is the differnce between specify now,specify later ,dynamic and direct? Pin
Sandeep Mewara3-Nov-12 7:34
mveSandeep Mewara3-Nov-12 7:34 
QuestionHow safe is facebook connect Pin
L Viljoen29-Oct-12 22:30
professionalL Viljoen29-Oct-12 22:30 
AnswerRe: How safe is facebook connect Pin
Eddy Vluggen30-Oct-12 3:36
professionalEddy Vluggen30-Oct-12 3:36 
QuestionWorking example for Javascript to call a java webservice Pin
sekhar48429-Oct-12 3:10
sekhar48429-Oct-12 3:10 
AnswerRe: Working example for Javascript to call a java webservice Pin
ZurdoDev5-Nov-12 9:34
professionalZurdoDev5-Nov-12 9:34 
QuestionWidth issue with Rotated Image Pin
Sifar - 025-Oct-12 3:32
Sifar - 025-Oct-12 3:32 
I have written below code. Need to run on IE versions, so used filter for rotation. Clicking several times on the button, that will update the width of the image, will re-position the image.

Any help will be appreciated.

XML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Zoom Issue</title>

<style>
.ImgClass{
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
height : auto;
width : 100%;

}
.divClass{
width : 800px;
height : 750px;
}

</style>
</head>

<SCRIPT type="text/javascript">
function zoomImage(){
    document.getElementById('myImage').style.width = document.getElementById('myImage').offsetWidth  * 1.5;
}
</SCRIPT>

<body>
<input type="button" id='btnClick' value='Click' onClick="zoomImage();"/>
<DIV class='divClass'>
<IMG class='ImgClass' id='myImage' src='Image.jpg' />
</DIV>

</body>
</html>

Regards,
-SIFAR.

QuestionTechnical background of mailto: ? Pin
peri74723-Oct-12 20:43
peri74723-Oct-12 20:43 
AnswerRe: Technical background of mailto: ? Pin
J4amieC23-Oct-12 21:38
J4amieC23-Oct-12 21:38 
AnswerRe: Technical background of mailto: ? Pin
Richard MacCutchan23-Oct-12 22:14
mveRichard MacCutchan23-Oct-12 22:14 
GeneralRe: Technical background of mailto: ? Pin
peri74723-Oct-12 22:52
peri74723-Oct-12 22:52 
GeneralRe: Technical background of mailto: ? Pin
Richard MacCutchan23-Oct-12 22:55
mveRichard MacCutchan23-Oct-12 22:55 
GeneralRe: Technical background of mailto: ? Pin
Richard MacCutchan23-Oct-12 23:01
mveRichard MacCutchan23-Oct-12 23:01 
GeneralRe: Technical background of mailto: ? Pin
peri74724-Oct-12 1:51
peri74724-Oct-12 1:51 
AnswerRe: Technical background of mailto: ? Pin
ZurdoDev5-Nov-12 9:35
professionalZurdoDev5-Nov-12 9:35 
QuestionS3 Bucket scripting language recommendations. Pin
WebMaster23-Oct-12 10:26
WebMaster23-Oct-12 10:26 
QuestionHow to search a phrase by using google api and php Pin
Deepthi.2145621-Oct-12 22:56
Deepthi.2145621-Oct-12 22:56 
AnswerRe: How to search a phrase by using google api and php Pin
Eddy Vluggen30-Oct-12 3:38
professionalEddy Vluggen30-Oct-12 3:38 
NewsMessage Removed Pin
21-Oct-12 21:29
George Delaportas21-Oct-12 21:29 
GeneralMessage Removed Pin
21-Oct-12 22:12
J4amieC21-Oct-12 22:12 
GeneralMessage Removed Pin
21-Oct-12 22:13
George Delaportas21-Oct-12 22:13 
GeneralMessage Removed Pin
21-Oct-12 23:40
mveRichard MacCutchan21-Oct-12 23:40 
GeneralMessage Removed Pin
21-Oct-12 23:41
George Delaportas21-Oct-12 23:41 
GeneralMessage Removed Pin
22-Oct-12 0:06
mveRichard MacCutchan22-Oct-12 0:06 

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.