HighDots Forums  

IE Rollover Problem in Frame

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss IE Rollover Problem in Frame in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
NoHandleBars
 
Posts: n/a

Default IE Rollover Problem in Frame - 01-01-2009 , 11:39 AM






I would appreciate assistance in resolving a rollover problem which exists only
in all versions of IE but works fine in FF, Opera, Safari, and Chrome. You can
see the page at http://www.moriel.org/Moriel_USA/Moriel_USA.html.

This is a frameset where the rollover menu in the left sidebar automatically
loads the page in the main section to the right. In IE it loads the rollover on
the wrong line (1 below where it should be) but still correctly loads the page
on the right.

I'm sure I'm not the first to experience this but just can't seem to locate
the solution. Any help would be much appreciated. Thanks!


Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 12:35 PM






Pardon me for saying this but that is simply an awful way to make a website.
It suffers from all of the usual disadvantages of frames (there is no reason
at all for using them here), in addition to the fact that each rollover
required an entirely new page to load in the central frame (i.e., long -
LONG - delay).

In addition, your use of Java on one of the pages ensures that a great many
of your visitors will not see the contents there. That, combined with your
use of an all javascript menu in the top navigation frame -

<script type="text/javascript" language="JavaScript1.2"
src="../Scripts/MainNav.js"></script>

means that your site won't be spidered at all. Sorry - but I think your
site layout architecture defeats the very purpose of the site.

I don't see any rollover problem in IE7.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"NoHandleBars" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I would appreciate assistance in resolving a rollover problem which exists
only
in all versions of IE but works fine in FF, Opera, Safari, and Chrome. You
can
see the page at http://www.moriel.org/Moriel_USA/Moriel_USA.html.

This is a frameset where the rollover menu in the left sidebar
automatically
loads the page in the main section to the right. In IE it loads the
rollover on
the wrong line (1 below where it should be) but still correctly loads the
page
on the right.

I'm sure I'm not the first to experience this but just can't seem to
locate
the solution. Any help would be much appreciated. Thanks!



Reply With Quote
  #3  
Old   
Michael White
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 01:12 PM



Murray *ACE* wrote:
Quote:
Pardon me for saying this but that is simply an awful way to make a
website. It suffers from all of the usual disadvantages of frames (there
is no reason at all for using them here), in addition to the fact that
each rollover required an entirely new page to load in the central frame
(i.e., long - LONG - delay).

In addition, your use of Java on one of the pages ensures that a great
many of your visitors will not see the contents there. That, combined
with your use of an all javascript menu in the top navigation frame -

script type="text/javascript" language="JavaScript1.2"
src="../Scripts/MainNav.js"></script

means that your site won't be spidered at all. Sorry - but I think your
site layout architecture defeats the very purpose of the site.

I don't see any rollover problem in IE7.

I must agree with Murray with the added caveat:

Users don't expect a rollover to load urls, they would normally click
the link.
Mick


Reply With Quote
  #4  
Old   
NoHandleBars
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 01:24 PM



In reading another site I resolved the issue so I'll post it here just in case
anyone does the same thing in the future.

When naming each rollover they need to be numbered beginning with "0" instead
of being given unique names in the "Image Name" filed of the "Insert Rollover
Image" dialog box.


Reply With Quote
  #5  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 01:32 PM



That's nonsense.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"NoHandleBars" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
In reading another site I resolved the issue so I'll post it here just in
case
anyone does the same thing in the future.

When naming each rollover they need to be numbered beginning with "0"
instead
of being given unique names in the "Image Name" filed of the "Insert
Rollover
Image" dialog box.



Reply With Quote
  #6  
Old   
Gary White
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 01:43 PM



On Thu, 1 Jan 2009 13:32:19 -0500, "Murray *ACE*"
<forums (AT) HAHAgreat-web-sights (DOT) com> wrote:

Quote:
That's nonsense.
You are correct. However, using names with spaces in them will reek havoc
with them.

Gary


Reply With Quote
  #7  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 01:44 PM



Assuming you mean "wreak", yes, that too! 8)

If not, then your suggestion reeks.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Gary White" <reply (AT) newsgroup (DOT) please> wrote

Quote:
On Thu, 1 Jan 2009 13:32:19 -0500, "Murray *ACE*"
forums (AT) HAHAgreat-web-sights (DOT) com> wrote:

That's nonsense.

You are correct. However, using names with spaces in them will reek havoc
with them.

Gary


Reply With Quote
  #8  
Old   
Michael White
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 01:58 PM



Gary White wrote:
Quote:
On Thu, 1 Jan 2009 13:32:19 -0500, "Murray *ACE*"
forums (AT) HAHAgreat-web-sights (DOT) com> wrote:

That's nonsense.

You are correct. However, using names with spaces in them will reek havoc
with them.

Gary
Not really.

document.images["image name here"].onmouseover=function(){...}

Should work fine. No havoc *wreaking* there.
Mick


Reply With Quote
  #9  
Old   
NoHandleBars
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 02:14 PM



I just replicated this EXACT solution on 6 additional pages which all now work. And I didn't have spaces in the names to begin with, but did have an underscore. Hope this helps...

Reply With Quote
  #10  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: IE Rollover Problem in Frame - 01-01-2009 , 03:32 PM



You cannot begin a name attribute with a number. You may think it works,
but it won't be reliable.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"NoHandleBars" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I just replicated this EXACT solution on 6 additional pages which all now
work. And I didn't have spaces in the names to begin with, but did have an
underscore. Hope this helps...


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.