473,738 Members | 2,009 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fails on IE?!

Hi, Surprisingly, I can't get the drop down menus to work on PC IE 6.
If you roll over "PRODUCTS", normally a drop down menu appears (on
Safari and Firefox), but on PC IE, nada.

http://test2.boxxtech.com/corporate/test.asp

Any ideas?

Thanks, - Dave

Jul 18 '06 #1
28 2687
Els
la***********@z ipmail.com wrote:
Hi, Surprisingly, I can't get the drop down menus to work on PC IE 6.
If you roll over "PRODUCTS", normally a drop down menu appears (on
Safari and Firefox), but on PC IE, nada.

http://test2.boxxtech.com/corporate/test.asp

Any ideas?
IE6 doesn't support :hover on anything else than <a>.

--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
Jul 18 '06 #2
la***********@z ipmail.com wrote:
Hi, Surprisingly, I can't get the drop down menus to work on PC IE 6.
Why "surprising ly"?
If you roll over "PRODUCTS", normally a drop down menu appears (on
Safari and Firefox), but on PC IE, nada.

http://test2.boxxtech.com/corporate/test.asp
IE recognizes :hover only for A. Surprise!
Jul 18 '06 #3
On Tue, 18 Jul 2006, Els wrote:
IE6 doesn't support :hover on anything else than <a>.
To be pedantic, it won't support :hover on anything else
than <a href=...>

No other kind of <a, notably <a name=...>, will impress it.

Although, as others already said, you can use CSS to make <ainto a
display:block element if you want, give it a nice box and background,
and the whole thing will then respond to :hover, even in IE. This
solution isn't acceptable in some situations, naturally (e.g links in
running text), but in others (e.g individual entries on a menu) it can
work just fine.

What *is* this fascination with :hover, anyway? If readers can't tell
beforehand that a link is a link, there's something wrong with the
design. It's supposed to be a navigation aid, ferchrissake - not some
kind of lucky dip, that you have to wave a rodent over to see what
lights up. (Except, of course, when it *is* meant to be a lucky
dip...).

Jul 18 '06 #4
Els
Alan J. Flavell wrote:
On Tue, 18 Jul 2006, Els wrote:
>IE6 doesn't support :hover on anything else than <a>.

To be pedantic,
If you must :-)
it won't support :hover on anything else
than <a href=...>

No other kind of <a, notably <a name=...>, will impress it.
Now that you mention it, I think I read something like that recently.
Just didn't stick, since I don't see a use for hover on <a name...>
anyway.
Although, as others already said, you can use CSS to make <ainto a
display:block element if you want, give it a nice box and background,
and the whole thing will then respond to :hover, even in IE. This
solution isn't acceptable in some situations, naturally (e.g links in
running text), but in others (e.g individual entries on a menu) it can
work just fine.

What *is* this fascination with :hover, anyway? If readers can't tell
beforehand that a link is a link, there's something wrong with the
design. It's supposed to be a navigation aid, ferchrissake - not some
kind of lucky dip, that you have to wave a rodent over to see what
lights up. (Except, of course, when it *is* meant to be a lucky
dip...).
It's what people expect. If I see a menu - the conventional type: list
of links on the left, content of the page on the right. I *just know*
the words on the left are links, but when I go there with my mouse and
nothing happens, I'm surprised. I'll even hover again to see if I've
overlooked a less than obvious hover effect.

--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
Jul 18 '06 #5
Alan J. Flavell wrote:
On Tue, 18 Jul 2006, Els wrote:
>IE6 doesn't support :hover on anything else than <a>.

To be pedantic, it won't support :hover on anything else
than <a href=...>

No other kind of <a, notably <a name=...>, will impress it.

Although, as others already said, you can use CSS to make <ainto a
display:block element if you want, give it a nice box and background,
and the whole thing will then respond to :hover, even in IE. This
solution isn't acceptable in some situations, naturally (e.g links in
running text), but in others (e.g individual entries on a menu) it can
work just fine.

What *is* this fascination with :hover, anyway? If readers can't tell
beforehand that a link is a link, there's something wrong with the
design.
Even when it's obvious that there's something clickable, feedback that
tells you when the cursor is and is not within the area within which
clicking will produce a result can be valuable. It's not an absolute
necessity, but it isn't hopelessly misguided. Take the tabs show in the
first image under the section "Clickable Region Fix" in the "Sliding
Doors" article on A List Apart:

http://www.alistapart.com/articles/slidingdoors2/

Not the entirety of a tab reacts to clicking. A mouseover effect helps
alert the user to this fact.
Jul 18 '06 #6
Alan J. Flavell wrote:
What *is* this fascination with :hover, anyway? If readers can't tell
beforehand that a link is a link, there's something wrong with the
design. It's supposed to be a navigation aid, ferchrissake - not some
kind of lucky dip, that you have to wave a rodent over to see what
lights up. (Except, of course, when it *is* meant to be a lucky
dip...).
I take your point but there are circumstances when it is appropriate to
use hovering (perhaps with title) to disclose that a string is actually
link.

A case in point might be a history with very frequent citing of persons,
places and events where it is wanted to link to particular end notes.
To differentiate these on the page , visually, disrupts the readers'
eye. It can look like a pakapoo ticket

The only need is for the reader to be advised that end notes for cited
elements are available on mouse over.

Louise

Jul 18 '06 #7

Alan J. Flavell wrote:
What *is* this fascination with :hover, anyway? If readers can't tell
beforehand that a link is a link, there's something wrong with the
design.
There's another advantage to :hover. Competent design might tell you
"Here's a table of links", but :hover also gives you feedback that your
pointer is properly placed over a particular link. For dense
navigation, this can be a useful usability benefit.

Jul 19 '06 #8
Alan J. Flavell schrieb:
What *is* this fascination with :hover, anyway? If readers can't tell
beforehand that a link is a link, there's something wrong with the
design. It's supposed to be a navigation aid, ferchrissake
In addition to what has been mentioned already, I see 2 more cases where
it can be useful:

tr:hover {[...]}
This can be very helpful if you have a list with many columns and some
"edit" and "delete" buttons at the end of each row, as for example in
phpMyAdmin. It helps keeping orientation about which row you are
actually clicking on. (As it is a helping goodie only, lacking IE
support is not a problem.)

a:hover, a:focus {[...]}
This combination produces a consistent rendering of a link, regardless
of it being accessed by hovering or with the tab key.

--
Markus
Jul 19 '06 #9
On Tue, 18 Jul 2006, Els wrote:
Alan J. Flavell wrote:
....
it won't support :hover on anything else
than <a href=...>

No other kind of <a, notably <a name=...>, will impress it.

Now that you mention it, I think I read something like that recently.
Just didn't stick, since I don't see a use for hover on <a name...>
anyway.
Quite - but think about it the other way around.

Someone who's only familiar with the behaviour of IE might well
think it's a good idea to code a:hover in their CSS.

But, if they then code some <a name=...tags, they may well be
surprised at what happens on a real web browser. I recommend
coding a:link:hover instead.
What *is* this fascination with :hover, anyway? If readers can't
tell beforehand that a link is a link, there's something wrong
with the design. It's supposed to be a navigation aid,
ferchrissake - not some kind of lucky dip, that you have to wave a
rodent over to see what lights up.
....
It's what people expect.
Well, OK, you do have a point. There can be benefits in doing some
things - even things which are illogical - if they're what the user is
accustomed to.[1] After all, it's a good principle to keep in mind
that web users spend most of their browsing time on *other* sites, to
the extent that "innovative " ways of doing things can leave the users
baffled and confused.

In this instance I'm not entirely convinced - even though I had
included a modest hover effect (for unvisited links) in my own
stylesheet, in the interests of user familiarity. And, as another has
said, if there's any doubt that the rodent is *really* over the link
text, the hover effect can confirm it.

cheers

[1] - like the habit of putting the navigation menu at top left,
distracting from the main content of the page. That's one point on
which my own pages don't compromise - the navigation links are at the
foot of the page (and in the <link rel=...markup, for the benefit of
those with Better Browsers). I honestly don't expect this to baffle
or confuse anyone who'd be interested in my pages. I've had a
considerable number of positive emails about pages of mine that aren't
about the WWW, and very few of them have made any complaint, and then
only quite minor, about the usability of the pages; the mails have
been overwhelmingly about the content - which is how it's supposed to
be IMHO.
Jul 21 '06 #10

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

Similar topics

0
2035
by: Andy Todd | last post by:
Hi We have just moved an ASP.NET application into the live environment which is as follows: Sun Proxy Server / Firewall Windows 2000 Server / IIS5 The URL for the site maps to the Sun proxy box. This translates the request and maps it to the Win2K server which responds through the proxy. The Win2K
4
13094
by: John MacIntyre | last post by:
Hi, I have a page with a series of child pages loaded into an iframe. When I move from page to page, I store an object containing the child's control data in a variable on the main page, then use that data to populate the controls when the child page is opened again. One of these objects contains an Array, and the page reloads fine using myArray, myArray, etc... But when I try perform some array methods on it (i.e.slice) ... it does...
0
380
by: Jay Allard | last post by:
Hello I posted this in the vb.net group on the 2/25/2004, but didn't get any response. Here's attempt 2. Does anyone know of a more appropriate place to post this? One new piece of information: It fails on any method that it happens to hit first. I juggled the methods a bit, and it just doesn't matter. As soon as the XslTransform hits an extension function, it fails with an invalid argument exception.
6
1576
by: kenneth fleckenstein nielsen | last post by:
Hi guru's It runs ok on my developmaschine, and on the test server that i've set up. but fails after installing on the customers server. I made a XML webservice that does these steps: a) access a db for updating ( fails on client ) b) saves some associated files (DIMES/SOAP) ( not testet outside development ) c) writes a log file ( fails on client ) I think a and c has to do with setting ISS up correctly on the customers server.
7
2534
by: SevDer | last post by:
Hi I have a class library that needs to download the HTML in a specific page of ours with provided querystring. When I open this URL with any browser, it loads fine. When I do WebRequest from Web Project it is again fine. However whenever I do this request from this class library, it fails. I put every kind of user permission to the actual folder, and through inetmgr. Right now everyone has full control. But still I got the problem.
1
4234
by: comp.lang.php | last post by:
Consider my code: if ($this->isSuccessful && is_file($_FILES)) { // STEP 6: MOVE RESUME TO DIRECTORY $uuid = $this->sfug->getUUID(); if (!$uuid) $this->sfug->setUUID(); $uuid = $this->sfug->getUUID();
2
6317
by: Richard Hsu | last post by:
// code #include "stdio.h" int status(FILE * f) { printf("ftell:%d, feof:%s\n", ftell(f), feof(f) != 0 ? "true" : "false"); } int case1() { FILE * f = fopen("c:\\blah", "wb+"); int i = 5;
2
5646
by: Anbu | last post by:
Sorry for cross posting the query. But I need a resolution as early as possible. I have developed an application to authenticate the user based on LDAP Search and authentication. The Windows application that was developed using C# works fine. But it fails when I convert this as a DLL or Web Service. I need to host the application on a server to use the result across different applications and on different clients.
12
7915
by: Jim Rodgers | last post by:
I have a big asp file that has an error under certain conditions -- totally repeatable. However, it only fails when I set response.buffer = True at the top. WHen I set it False in order to debug it, it works every time! I even set it to True, but did a .Flush just before the error, and the error won't happen. It only happens when response.buffer is True and no .response.flush is issued. The error is a string variable turns-up empty...
2
3116
by: =?Utf-8?B?YWxiZXJ0b3Nvcmlh?= | last post by:
Hi, I'm using Threads, and when I try to do Server.Transfer, I recieved an error. (child object does not exist...) My Code: Dim t As New Thread(AddressOf Hilo) Private Sub Hilo() Thread.Sleep(1000)
0
8787
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9334
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9259
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,...
1
6750
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
6053
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4569
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
4824
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
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
2744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.