Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > DHTML MENU problem in IE

Reply
Thread Tools

DHTML MENU problem in IE

 
 
Terje.Granheim@gmail.com
Guest
Posts: n/a
 
      11-15-2005
After I created the DHTML menu on this page the Icons over the search
bar stop working.
http://home.no.net/terjeila/
Can sombody tell me why?
It's only in IE it won't work.


Terje

 
Reply With Quote
 
 
 
 
Hywel Jenkins
Guest
Posts: n/a
 
      11-15-2005
In article < .com>,
says...
> After I created the DHTML menu on this page the Icons over the search
> bar stop working.
> http://home.no.net/terjeila/
> Can sombody tell me why?
> It's only in IE it won't work.


IE tells you why - there are syntax errors on your code. For example:
var l=p._shell,fl=l.filters;
should probably be
var l=p._shell;fl=l.filters;

--

Hywel
http://kibo.org.uk/
 
Reply With Quote
 
 
 
 
RobG
Guest
Posts: n/a
 
      11-16-2005
Hywel Jenkins wrote:
> In article < .com>,
> says...
>> After I created the DHTML menu on this page the Icons over the search
>> bar stop working.
>> http://home.no.net/terjeila/
>> Can sombody tell me why?
>> It's only in IE it won't work.

>
> IE tells you why - there are syntax errors on your code. For example:
> var l=p._shell,fl=l.filters;


That is not a syntax error.

> should probably be
> var l=p._shell;fl=l.filters;


that will create 'fl' as a global variable, the above will create it as
a local variable.



--
Rob
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Sothink dHtml menu sturkel HTML 7 08-22-2007 09:00 PM
Problem with Sothink dHtml menu sturkel HTML 1 08-22-2007 07:45 PM
Do any DHTML books cover contemporary DHTML? Steve Javascript 1 04-09-2005 04:16 PM
Problem with Firefox and a dhtml-menu AS Firefox 0 10-20-2004 08:41 AM
help with css and dhtml menu and form problem mark | r HTML 4 09-02-2004 05:46 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57