Click here to Skip to main content
16,016,570 members
Home / Discussions / Web Development
   

Web Development

 
QuestionFront Page 98 hover buttons problem..need help [modified] Pin
MiSs.colly_cool5-Jul-06 19:39
MiSs.colly_cool5-Jul-06 19:39 
QuestionProblem with hover buttons [modified] Pin
kanes5-Jul-06 19:26
kanes5-Jul-06 19:26 
AnswerRe: Problem with hover buttons Pin
Neo_Odin5-Jul-06 19:55
Neo_Odin5-Jul-06 19:55 
GeneralRe: Problem with hover buttons Pin
Luqme5-Jul-06 20:59
Luqme5-Jul-06 20:59 
QuestionWeb Service Deployment Pin
vikashparida5-Jul-06 11:46
vikashparida5-Jul-06 11:46 
QuestionInternet explore not showing images [modified] Pin
theprinc5-Jul-06 7:54
theprinc5-Jul-06 7:54 
AnswerRe: Internet explore not showing images Pin
Guffa5-Jul-06 9:17
Guffa5-Jul-06 9:17 
Questionproblem in capturin co-ordinates in IE with scroll bars Pin
navtejdhillon5-Jul-06 6:25
navtejdhillon5-Jul-06 6:25 
WTF | :WTF: Hi I am using the following function in Ajax program,this is a part of it .The problem is the page in which I am using is quite big with scroll bars ,and in this senario ,I am not able to capture the co ordinates of the element that clicked the event to pin point location,and the div tag is displayed randomly.

// ItemDisplayLarge is the div in which reslut is to be displayed

function ViewSearchItem(e)
{

try
{


var left1=null;
var top1=null;
var nn6=document.getElementById&&!document.all;

if(nn6 == true)
{
left1 = e.pageX;
top1 = e.pageY;

}
else
{

left1 = event.clientX;
top1 = event.clientY;
}


top1=top1+20;
document.getElementById("ItemDisplayLarge").style.visibility="hidden";
document.getElementById("ItemDisplayLarge").style.top=top1+"px";
if(left1 > 400)
{
var x=left1-200;
document.getElementById("ItemDisplayLarge").style.left=x+"px";
}
else
{document.getElementById("ItemDisplayLarge").style.left=left1+"px";}

document.getElementById("ItemDisplayLarge").style.visibility="visible";
}
catch(ex)
{ex.message;}
}
AnswerRe: problem in capturin co-ordinates in IE with scroll bars Pin
navtejdhillon5-Jul-06 6:47
navtejdhillon5-Jul-06 6:47 
QuestionClient info Pin
TintinV3ck5-Jul-06 3:24
TintinV3ck5-Jul-06 3:24 
AnswerRe: Client info Pin
Guffa5-Jul-06 4:11
Guffa5-Jul-06 4:11 
GeneralRe: Client info Pin
TintinV3ck5-Jul-06 20:18
TintinV3ck5-Jul-06 20:18 
QuestionDataGrid Binding through Ajax [modified] Pin
vipinkapoor5-Jul-06 1:17
vipinkapoor5-Jul-06 1:17 
QuestionASP.NET Dynamic Web Menu Control Pin
B.N.Prabhu4-Jul-06 3:41
B.N.Prabhu4-Jul-06 3:41 
QuestionJavaScript Problem Pin
chandan_tandon4-Jul-06 1:28
chandan_tandon4-Jul-06 1:28 
GeneralRe: JavaScript Problem Pin
Guffa4-Jul-06 2:32
Guffa4-Jul-06 2:32 
AnswerRe: JavaScript Problem [modified] Pin
RichardGrimmer4-Jul-06 3:12
RichardGrimmer4-Jul-06 3:12 
QuestionHow to disable addressbar and the menus? Pin
rachgreen4-Jul-06 0:44
rachgreen4-Jul-06 0:44 
QuestionIIS not in windows home edition?? Pin
campbells3-Jul-06 22:21
campbells3-Jul-06 22:21 
AnswerRe: IIS not in windows home edition?? Pin
theJazzyBrain3-Jul-06 23:45
theJazzyBrain3-Jul-06 23:45 
AnswerRe: IIS not in windows home edition?? Pin
Paddy Boyd3-Jul-06 23:57
Paddy Boyd3-Jul-06 23:57 
AnswerRe: IIS not in windows home edition?? Pin
Guffa4-Jul-06 1:37
Guffa4-Jul-06 1:37 
AnswerRe: curve line on table or graphic? Pin
Steve Echols2-Jul-06 18:36
Steve Echols2-Jul-06 18:36 
QuestionFlash Object On ASPX Page Pin
Mohammadreza Heidari2-Jul-06 2:34
Mohammadreza Heidari2-Jul-06 2:34 
Questionuploading image to database Pin
JustmeNick1-Jul-06 6:25
JustmeNick1-Jul-06 6:25 

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.