• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Sub Menu Overlapping in IE 8.0.6001.18702

S

Syed

Flightless Bird
Hi

We’ve main menu and submenu on our application home page. We’re using Java
script and CSS to maintain and display the menu on that page. We’re
maintaining layers in java script to display menu and submenu. It is working
fine with Internet Explorer Version 6 and 7

Please help me out of this.

Thanks
Syed
 
P

PA Bear [MS MVP]

Flightless Bird
Syed wrote:
> We’ve main menu and submenu on our application home page. We’re using Java
> script and CSS to maintain and display the menu on that page. We’re
> maintaining layers in java script to display menu and submenu. It is
> working
> fine with Internet Explorer Version 6 and 7
>
> Please help me out of this.


Help yourself. Developer-specific resources include:

MSDN IE Development Forum (post such questions here instead)
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads

Tip: When posting in Developer forums, always include a link to your web
site or test pages in your first post.

IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx

Learn IE8
http://msdn.microsoft.com/en-us/ie/aa740473.aspx

HTML and DHTML Overviews and Tutorials
http://msdn.microsoft.com/en-us/library/ms537623.aspx and

Cascading Style Sheets (CSS)
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx

Expression Web SuperPreview for Internet Explorer (free, stand-alone visual
debugging tool for IE6, IE7, and IE8)
http://www.microsoft.com/downloads/...FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677

Expression Web SuperPreview Release Notes
http://www.microsoft.com/expression/products/Web_SuperPreviewReleaseNotes.aspx

Validators:
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
 
R

Rob

Flightless Bird
Syed <Syed@discussions.microsoft.com> wrote:
> Hi
>
> We’ve main menu and submenu on our application home page. We’re using Java
> script and CSS to maintain and display the menu on that page. We’re
> maintaining layers in java script to display menu and submenu. It is working
> fine with Internet Explorer Version 6 and 7
>
> Please help me out of this.


Does it work in other browsers than Internet Explorer Version 6 and 7?

We have a css based menu system on our website, and I know that there
are problems with Internet Explorer Version 6 and to a lesser extent
with 7, that do not occur in Firefox, Opera, Chrome, Safari etc etc.
Internet Explorer Version 6 and 7 display the menu differently.

Maybe you have worked around this problem and now it does not work in
Internet Explorer Version 8. But it could be it also failed on those
alternative browsers already.

It may be you need to serve different CSS to Internet Explorer Version 6
and 7. This can be done using conditionals in the HTML file.
 
Top