Blooming IE and menus

This is a discussion on "Blooming IE and menus" within the Web Page Design section. This forum, and the thread "Blooming IE and menus are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Jul 24th, 2006, 08:20
Junior Member
Join Date: Jul 2006
Location: London
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Angry Blooming IE and menus

Dear All
I really would appreciate any help anyone could give me because I am going nuts with it!
Please take a look at
http://homepages.nildram.co.uk/~eldon/menus/brig5.html
where you will see my attempt to create a website for a local church.
Problem is the onclick menus work nicely in FF and NS, but in IE6 they disappear as soon as you roll over them. I have tried for several hours to try and stop this happening, but it seems to me that IE is being a bit tempremental - actually, I am sure its my css!
Many thanks
Edward
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jul 24th, 2006, 12:40
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Blooming IE and menus

You need a .htc file so IE will handle the psuedo class :hover on an ul li element etc. This will do the job. http://www.xs4all.nl/~peterned/csshover.html I have a sample of this in action at http://www.newbeginningsdesign.com/s...thumb_gallery/
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 24th, 2006, 12:42
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Blooming IE and menus

BTW I didn't check your code so not sure on your methods but you can/should do it with 100% CSS and then include the .htc file (Which will bork your CSS validation because of the call in the CSS) but that is not a big deal and only IE will require it so any other browser will work with js on or off.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 24th, 2006, 14:09
Junior Member
Join Date: Jul 2006
Location: London
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Blooming IE and menus

Hi thanks for the replys.

However, I am not sure that this is the problems since I am using

#menu li a:hover

ie hover as a pseudo of a.

Also it worked perfectly before I put it within the context of the rest of the header (ie the menu worked fine on its own) and only appeared to screw up when I put the containers and so on in as well. Also I find that sometimes the menus work, and sometimes they don't - it all seems a bit erratic...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jul 25th, 2006, 15:23
Junior Member
Join Date: Jul 2006
Location: London
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Blooming IE and menus

Sorted - went and stripped it right down,and now it works

Funny old thing life!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jul 25th, 2006, 23:38
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Blooming IE and menus

I know you didn't ask for this type of opinion, but you can take it or leave it, no harm no foul.

Please consider using a single level navigation menu down the left side. When dealing with churches it's absolutely gauranteed you will have elderly visitors. Pull down menus function terribly for elderly people. They have a hard enough time getting the cursor over the menu item to begin with and now they must maneuver down to a second item without causing the pull-down to disappear when they move off of it.

Anyway, you don't have take my word for it, do some beta testing.

As for my testing, soon as I attempt to move to an item in the pull down it disappears. Every now and then it stays up, sort of like a sweet spot or something. Not very functional.

Last edited by mreine; Jul 25th, 2006 at 23:41.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jul 26th, 2006, 09:22
Junior Member
Join Date: Jul 2006
Location: London
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Red face Re: Blooming IE and menus

The disappearing is the whole problem - but I think that is sorted now.

As to the "Old people" issue - a good point, and not one I had thought of. Um. Interesting.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jul 26th, 2006, 14:03
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Blooming IE and menus

Yeah church web sites are tricky like that. I am about to do one for my church. For some reason I like doing pro bono charity work eh....! A simple solution would be to simple make sure the top level of the menu's works and you could also provide the links and sublinks on a side bar or something based on the page the top level of the menu hits. That is if you really want to keep the menu. You are really going to need to work accessibility into a site like this i.e. works with CSS on or off (No tables!) Works with JS on or off (Top level menu links + sidebar with section links?) and of course make sure it works in large and small font sizes without breaking and really put focus to your information architecture. Accesskeys, title attributes on links, alt tags on images etc etc...

Hope that makes sense.

So say you have menu bar at top then also a per page side bar

[Link] [Link] [Link] [Link] [Link]

Link
Indented Sub Link
Indented Sub Link
Link
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Jul 26th, 2006 at 14:08.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
blooming, menus

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
menus in css cressy Web Page Design 12 Apr 15th, 2007 12:42
Javascript tab menus capzman JavaScript Forum 2 Apr 1st, 2007 14:51
Need some help on menus indianeditor Web Page Design 1 Sep 20th, 2006 11:27
Slide menus again benbacardi Flash & Multimedia Forum 4 Nov 18th, 2005 07:37
menus benbacardi JavaScript Forum 5 Jun 29th, 2004 09:31


All times are GMT. The time now is 19:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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