Click here to Skip to main content
15,924,829 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: asp:image Pin
Not Active27-May-02 12:01
mentorNot Active27-May-02 12:01 
GeneralRe: asp:image Pin
Mazdak27-May-02 23:42
Mazdak27-May-02 23:42 
GeneralRe: asp:image Pin
Not Active28-May-02 2:38
mentorNot Active28-May-02 2:38 
GeneralRe: asp:image Pin
Mazdak28-May-02 3:44
Mazdak28-May-02 3:44 
GeneralProblems running ASP.NET Pin
Mauricio Ritter25-May-02 7:54
Mauricio Ritter25-May-02 7:54 
GeneralRe: Problems running ASP.NET Pin
Mauricio Ritter26-May-02 4:14
Mauricio Ritter26-May-02 4:14 
General............ Pin
Mazdak24-May-02 19:07
Mazdak24-May-02 19:07 
GeneralRe: ............ Pin
Not Active25-May-02 3:43
mentorNot Active25-May-02 3:43 
onmouseover{ img2.src = "image3"; }
onmouseout{ img2.src = "image2"; }

Assuming the images are next to each other this will give the appearance that image2 is replaced by image3 on the mouseover and is replaced on the mouse out

onmouseover{ img2.style.display = none; }
onmouseout{ img2.style.display = block; }
GeneralIFRAME and webcontrols usage Pin
Peter Marino24-May-02 10:20
Peter Marino24-May-02 10:20 
GeneralRe: IFRAME and webcontrols usage Pin
Peter Marino27-May-02 21:51
Peter Marino27-May-02 21:51 
GeneralOdd Mac IE behavior Pin
Not Active24-May-02 8:23
mentorNot Active24-May-02 8:23 
GeneralRe: Odd Mac IE behavior Pin
Not Active28-May-02 8:24
mentorNot Active28-May-02 8:24 
GeneralASP Image Display Pin
Sameer Maggon23-May-02 22:33
Sameer Maggon23-May-02 22:33 
GeneralRe: ASP Image Display Pin
Not Active24-May-02 2:10
mentorNot Active24-May-02 2:10 
GeneralWeb page icon... Pin
Jonathan Craig23-May-02 10:24
Jonathan Craig23-May-02 10:24 
GeneralRe: Web page icon... Pin
Jason Jystad23-May-02 10:31
Jason Jystad23-May-02 10:31 
GeneralRe: Web page icon... Pin
Jonathan Craig23-May-02 10:34
Jonathan Craig23-May-02 10:34 
GeneralRe: Web page icon... Pin
Jason Jystad23-May-02 10:34
Jason Jystad23-May-02 10:34 
GeneralQuick Question Pin
Nick Parker23-May-02 9:31
protectorNick Parker23-May-02 9:31 
QuestionHow do i use the LEFT function in ASP Pin
23-May-02 6:48
suss23-May-02 6:48 
AnswerRe: How do i use the LEFT function in ASP Pin
Philip Patrick23-May-02 8:56
professionalPhilip Patrick23-May-02 8:56 
Questiondoes ASP work with Apache or others ?? Pin
tongc23-May-02 4:28
tongc23-May-02 4:28 
AnswerRe: does ASP work with Apache or others ?? Pin
Philip Patrick23-May-02 8:47
professionalPhilip Patrick23-May-02 8:47 
AnswerRe: does ASP work with Apache or others ?? Pin
Nick Parker23-May-02 9:33
protectorNick Parker23-May-02 9:33 
QuestionWhy it takes forever to load an ASP page on WinXP Pro? Pin
Chan Chee Wah22-May-02 21:54
Chan Chee Wah22-May-02 21:54 

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.