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

Web Development

 
AnswerRe: Root Element Missing Pin
koolprasad200319-Sep-08 20:06
professionalkoolprasad200319-Sep-08 20:06 
QuestionDashboards in WSS3.0... Pin
Raheem MA17-Sep-08 2:05
Raheem MA17-Sep-08 2:05 
QuestionHow to put background image in the master page? [modified] Pin
meki_211816-Sep-08 20:21
meki_211816-Sep-08 20:21 
QuestionAny tools allow customer to customize their website? Pin
Swinefeaster16-Sep-08 19:45
Swinefeaster16-Sep-08 19:45 
QuestionHow to receiveEmail from google in asp.net Pin
shames(Sam)16-Sep-08 3:08
shames(Sam)16-Sep-08 3:08 
AnswerRe: How to receiveEmail from google in asp.net Pin
Ashfield16-Sep-08 21:56
Ashfield16-Sep-08 21:56 
Questionhow to integrate our own login page in google apps? Pin
srinivassam16-Sep-08 2:04
srinivassam16-Sep-08 2:04 
Questiononmouseover in IE Pin
William Engberts15-Sep-08 5:19
William Engberts15-Sep-08 5:19 
Hi Guys,

I am trying to build a simple "fly-out" menu, using the onmouseover event. I am creating the relevant HTML from a javascript like:

var a = document.createElement ('a');
a.setAttribute ('onmouseover', "javascript:mopen('m" + n + "')");
a.setAttribute ('onmouseout',"javascript:mclosetime()");
div.appendChild (a);
........

This works fine on FireFox, but it does nothing on IE7. As a test, I have tried to add

a.setAttribute ('href', "javascript:mopen('m" + n + "')");

which is the same routine as the one called under "onmouseover". That works fine, also under IE7, so that the routine itself apparently works under IE, IE just doesn't recognise the onmouseover event.

Any suggestions would be greatly appreciated.

Kind regards,
William.
AnswerRe: onmouseover in IE Pin
Shog915-Sep-08 5:35
sitebuilderShog915-Sep-08 5:35 
GeneralRe: onmouseover in IE Pin
William Engberts15-Sep-08 6:06
William Engberts15-Sep-08 6:06 
GeneralRe: onmouseover in IE Pin
Shog915-Sep-08 6:24
sitebuilderShog915-Sep-08 6:24 
AnswerRe: onmouseover in IE Pin
Perspx15-Sep-08 6:19
Perspx15-Sep-08 6:19 
AnswerRe: onmouseover in IE Pin
NeverHeardOfMe15-Sep-08 6:45
NeverHeardOfMe15-Sep-08 6:45 
GeneralRe: onmouseover in IE Pin
William Engberts15-Sep-08 21:25
William Engberts15-Sep-08 21:25 
QuestionHow to understand Debug Diagnostic's generated Report Pin
shecool14-Sep-08 20:38
shecool14-Sep-08 20:38 
Questionweb technology for windows/linux Pin
Amit Agarrwal14-Sep-08 18:44
Amit Agarrwal14-Sep-08 18:44 
AnswerRe: web technology for windows/linux Pin
shecool14-Sep-08 20:42
shecool14-Sep-08 20:42 
GeneralRe: web technology for windows/linux Pin
Amit Agarrwal14-Sep-08 21:32
Amit Agarrwal14-Sep-08 21:32 
GeneralRe: web technology for windows/linux Pin
Ashfield14-Sep-08 23:21
Ashfield14-Sep-08 23:21 
GeneralRe: web technology for windows/linux Pin
Amit Agarrwal14-Sep-08 23:48
Amit Agarrwal14-Sep-08 23:48 
GeneralRe: web technology for windows/linux Pin
Ashfield15-Sep-08 0:06
Ashfield15-Sep-08 0:06 
GeneralRe: web technology for windows/linux Pin
Paul Conrad15-Sep-08 10:02
professionalPaul Conrad15-Sep-08 10:02 
GeneralRe: web technology for windows/linux Pin
Paul Conrad15-Sep-08 10:01
professionalPaul Conrad15-Sep-08 10:01 
AnswerRe: web technology for windows/linux Pin
Perspx15-Sep-08 10:19
Perspx15-Sep-08 10:19 
AnswerRe: web technology for windows/linux Pin
alex.barylski15-Sep-08 15:17
alex.barylski15-Sep-08 15:17 

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.