473,670 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with disappearing menus

I have a site at http://www.radicore.org which has a menu bar down the left
hand side. When certain menu items are selected (What is Radicore? Products,
Documentation, Licensing, Legal) a sub-menu automatically appears. This
works fine in FF and Opera, but in IE as soon as the "Legal" option, or any
of its sub-menus, are selected, all the hyperlinks disappear from view as if
the foreground and background colours have become the same. However, these
links will appear if you move the mouse over them.

This is all done with CSS, not javascript, and I'm using the same technique
for all the sub-menus. I cannot understand why everything works fine in FF
and Opera, and why it is only IE that screws up with the "Legal" menu item.

I've tried everything I can think of, but I'm totally lost. Can any of you
gurus cast any light on this peculiar behaviour? Is it a bug in my code or a
bug in IE?

--
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
Apr 13 '06 #1
6 1856
Tony Marston wrote:
I have a site at http://www.radicore.org which has ...
this peculiar behaviour? Is it a bug in my code or a
bug in IE?


Using W2K IE6, I don't see any problem such as you describe. Could you
try a different computer?

Only other comment I have after a quick glance: is this a new site? And
if so, why are you using a Traditional doctype instead of Strict?

--
-bts
-Warning: I brake for lawn deer
Apr 13 '06 #2
Tony Marston wrote:
I have a site at http://www.radicore.org which has a menu bar down the left
hand side. When certain menu items are selected (What is Radicore? Products,
Documentation, Licensing, Legal) a sub-menu automatically appears. This
works fine in FF and Opera, but in IE as soon as the "Legal" option, or any
of its sub-menus, are selected, all the hyperlinks disappear from view as if
the foreground and background colours have become the same. However, these
links will appear if you move the mouse over them.

This is all done with CSS, not javascript, and I'm using the same technique
for all the sub-menus. I cannot understand why everything works fine in FF
and Opera, and why it is only IE that screws up with the "Legal" menu item.

I've tried everything I can think of, but I'm totally lost. Can any of you
gurus cast any light on this peculiar behaviour? Is it a bug in my code or a
bug in IE?


From the description and looking at the actual page - it's a known IE
bug - google "Peekaboo bug"
Apr 13 '06 #3

"Tony" <to****@dslextr eme.WHATISTHIS. com> wrote in message
news:12******** *****@corp.supe rnews.com...
Tony Marston wrote:
I have a site at http://www.radicore.org which has a menu bar down the
left hand side. When certain menu items are selected (What is Radicore?
Products, Documentation, Licensing, Legal) a sub-menu automatically
appears. This works fine in FF and Opera, but in IE as soon as the
"Legal" option, or any of its sub-menus, are selected, all the hyperlinks
disappear from view as if the foreground and background colours have
become the same. However, these links will appear if you move the mouse
over them.

This is all done with CSS, not javascript, and I'm using the same
technique for all the sub-menus. I cannot understand why everything works
fine in FF and Opera, and why it is only IE that screws up with the
"Legal" menu item.

I've tried everything I can think of, but I'm totally lost. Can any of
you gurus cast any light on this peculiar behaviour? Is it a bug in my
code or a bug in IE?


From the description and looking at the actual page - it's a known IE
bug - google "Peekaboo bug"


Thanks. That gives me something to work with.

--
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
Apr 14 '06 #4
On Thu, 13 Apr 2006 17:43:15 GMT in
comp.infosystem s.www.authoring.stylesheets, "Beauregard T.
Shagnasty" <a.*********@ex ample.invalid> wrote,
Only other comment I have after a quick glance: is this a new site? And
if so, why are you using a Traditional doctype instead of Strict?


What kind of doctype do you consider Traditional? ;-)

Maybe it's because Strict is actually a regression... several things
that were previously just fine are no longer included.

Apr 16 '06 #5
To further the education of mankind, David Harmon <so****@netcom. com>
vouchsafed:
On Thu, 13 Apr 2006 17:43:15 GMT in
comp.infosystem s.www.authoring.stylesheets, "Beauregard T.
Shagnasty" <a.*********@ex ample.invalid> wrote,
Only other comment I have after a quick glance: is this a new site? And
if so, why are you using a Traditional doctype instead of Strict?


What kind of doctype do you consider Traditional? ;-)

Maybe it's because Strict is actually a regression... several things
that were previously just fine are no longer included.


I agree with the second phrase of your sentence but not the first.
However, they really shouldn't have axed "target". It smacks of prideful
self-righteousness.

--
Neredbojias
Infinity can have limits.
Apr 16 '06 #6
David Harmon wrote:
"Beauregard T. Shagnasty" <a.*********@ex ample.invalid> wrote,
Only other comment I have after a quick glance: is this a new site?
And if so, why are you using a Traditional doctype instead of
Strict?
What kind of doctype do you consider Traditional? ;-)


XHTML 1.0 Transitional, HTML 4.01 Transitional.

Oh wait. Heh. I see ... I spelled it (or my speelchucker changed it) as
TraDitional. <lol>
Maybe it's because Strict is actually a regression... several things
that were previously just fine are no longer included.


Strict is to further reinforce separating content from presentation. At
least that is how I view the difference.

http://www.w3.org/QA/2002/04/valid-dtd-list.html
--
-bts
-Warning: I brake for lawn deer
Apr 16 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2962
by: fastwings | last post by:
mm the code //////makemenu.h//// class menu { public: int op; pmenu(int op,int sub = 0) { switch op {
1
1894
by: R0bert Neville | last post by:
My web page has one unordered list that disappears in Firefox. The unordered list in question has the class="dir". I double-checked the source code and verified the markup's semantics. Everything looked fine. So I placed the code in the W3C validator and it passed with no errors. Then I placed a regular unordered list with no class before the previous unordered list. Upon a reload, the new unordered list did not render, yet the unordered...
6
1501
by: George Yefchak | last post by:
Hi folks, What's the latest news on the "disappearing controls" issue? I've seen a few posts over the last several months indicating that other people have the same problem, but I've seen nothing about a solution. Surely their ought to be a patch by now! Just to review, the problem is that at seemingly random intervals, a form will open in design view in VB.net 2003 with some controls missing. (Sometimes just one, and sometimes LOTS...
0
859
by: Eric Floyd | last post by:
I have a MDI form with a MainMenu on it. When I open child forms the menus merge correctly. However, when I have more than one MDIChild open and switch the focus from one to the other my menu disappears and will not come back. Any ideas as to what's going on here?
2
5325
by: Tony O'Bryan | last post by:
I am normally the admin for our PostgreSQL servers, but someone else tried to kill a runaway query while I was out sick. Unfortunately, he tried killing the runaway query by killing the postmaster. Now we are dealing with a persistent problem that just won't go away. 1) Spontaneous back end deaths. 2) Spontaneous backend disconnects (which are probably because of 1). 3) pg_clog files disappearing. The first symptom of the problem...
2
5175
by: Andrew Trevorrow | last post by:
Our app uses embedded Python to allow users to run arbitrary scripts. Scripts that import Tkinter run fine on Windows, but on Mac OS X there is a serious problem. After a script does "root = Tk()" our app's menus are permanently changed in the following way: - The top item in the application menu changes to "About Tcl & Tk...". - The Quit item is disabled. - The File and Edit menus are completely replaced. - All further menus (except...
7
1656
by: Axel Siebenwirth | last post by:
Hi, I have implemented CSS dropdown menus. But there is one problem now with IE6... When I hover over a menu item and the sub-menu opens and then I want to move over the submenu, the submenu disappears... :( Works in FF. The page validates as XHTML 1.0 Strict. Thank you for your help!
23
12533
by: LvBohemian | last post by:
I am playing around with creating some menus dynamically, and they create fine and show up ok when I want them to; but when I select a menu NavigateUrl at run time, the applicable url shows up as anticipated in the content place holder but the menu disappears... the menu is part of the master page and is not in the
1
1308
by: jodstar | last post by:
I am working to fix someone else's database. However, the person who created it seems to have somehow minimized the menu bar. Right-clicking does not work, and the only options I have at the top are File; Format; Window; Help; Adobe PDF. Even these menus are very limited. How can I return the normal menu at the top to this database?
0
8471
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
8593
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7423
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6218
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4396
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2804
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2046
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1799
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.