473,406 Members | 2,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Help needed IE FF conflict

Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

What happens is that when you hover over Archives in FF it expands
nicely and shows the different links, but when I hover over it in IE
nothing happens.

How do I fix it?

Catherine
Oct 6 '08 #1
12 1378
rf

"pecan" <pe***@NOSPAMrouxville.infowrote in message
news:gc**********@registered.motzarella.org...
Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

What happens is that when you hover over Archives in FF it expands nicely
and shows the different links, but when I hover over it in IE nothing
happens.
You mean IE6.

IE6 only supports :hover on links, that is <aelements with a href
attribute.
How do I fix it?
Google will tell you. It comes up quite often.
Oct 6 '08 #2

pecan wrote:
Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/
Yes, you do need help, but maybe not in the way you think.

The fixed 900px width looks a mess in smaller windows, and with no
margins on the side text butts right up against the edge of the
viewport. I hate that. Or it could just look a mess with my large
default text size. Tis one of the evils of depending on a fixed (12px)
font size, I think. I can't read anything that small with any degree of
comfort.

That alt="divider line" must go. Alt text is supposed to be a text
replacement for an image, not a description of it.

Readability of those semi-opaque drop-down menus is seriously impaired.
Making text bold on :hover is a very bad idea, too. A lot of text jumps
around because bolding causes line wrapping, but normal weight doesn't.

I'm sure there are more, but you should worry about IE after correcting
some of these design issues.

--
Berg
Oct 6 '08 #3
On 10/6/2008 3:24 AM, pecan wrote:
Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

What happens is that when you hover over Archives in FF it expands
nicely and shows the different links, but when I hover over it in IE
nothing happens.

How do I fix it?

Catherine
Your page requires significant horizontal scrolling to read. Back and
forth, back and forth. This is sufficiently annoying as to cause a
visitor to exit. You need to make your page adaptable to any size
viewing window. Not everyone surfs the Web with their browser
maximized. Not everyone uses 1024x768 screen resolution. Some of us
need larger fonts than you expect.

Further, you have 85 XHTML errors as reported by
<http://validator.w3.org/>. Fix these -- which might affect all
browsers -- before trying to make the page work for a particular browser.

--

David E. Ross
<http://www.rossde.com/>

Q: What's a President Bush cocktail?
A: Business on the rocks.
Oct 6 '08 #4
In article <gc**********@registered.motzarella.org>,
pecan <pe***@NOSPAMrouxville.infowrote:
Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

What happens is that when you hover over Archives in FF it expands
nicely and shows the different links, but when I hover over it in IE
nothing happens.

How do I fix it?

Catherine
By getting to know at least the sort of approach taken here:

<http://htmldog.com/articles/suckerfish/dropdowns/>

with special attention to section beginning:

"And that will sort out everything for those browsers that fully support
the :hover pseudo class, but for Internet Explorer we need to set the
Suckerfish JavaScript loose:"

--
dorayme
Oct 6 '08 #5
Bergamot wrote:
pecan wrote:
>Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

Yes, you do need help, but maybe not in the way you think.

The fixed 900px width looks a mess in smaller windows, and with no
margins on the side text butts right up against the edge of the
viewport. I hate that. Or it could just look a mess with my large
default text size. Tis one of the evils of depending on a fixed (12px)
font size, I think. I can't read anything that small with any degree of
comfort.

That alt="divider line" must go. Alt text is supposed to be a text
replacement for an image, not a description of it.

Readability of those semi-opaque drop-down menus is seriously impaired.
Making text bold on :hover is a very bad idea, too. A lot of text jumps
around because bolding causes line wrapping, but normal weight doesn't.

I'm sure there are more, but you should worry about IE after correcting
some of these design issues.
Berg, I can't say I like the design, it isn't mine, I'm just coding what
I'm told. The lady who wants it is very specific about all sorts of
things, including the width, and the opaque menu bar. I've taken out my
"designed by" bit as a result.

Oct 7 '08 #6
dorayme wrote:
In article <gc**********@registered.motzarella.org>,
pecan <pe***@NOSPAMrouxville.infowrote:
>Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

What happens is that when you hover over Archives in FF it expands
nicely and shows the different links, but when I hover over it in IE
nothing happens.

How do I fix it?

Catherine

By getting to know at least the sort of approach taken here:

<http://htmldog.com/articles/suckerfish/dropdowns/>

with special attention to section beginning:

"And that will sort out everything for those browsers that fully support
the :hover pseudo class, but for Internet Explorer we need to set the
Suckerfish JavaScript loose:"
I found this site after I'd posted the question (where were you three
days ago?). It's knowing what to search for that makes a difference.
Thanks dorayme
Oct 7 '08 #7
David E. Ross wrote:
On 10/6/2008 3:24 AM, pecan wrote:
>Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

What happens is that when you hover over Archives in FF it expands
nicely and shows the different links, but when I hover over it in IE
nothing happens.

How do I fix it?

Catherine

Your page requires significant horizontal scrolling to read. Back and
forth, back and forth. This is sufficiently annoying as to cause a
visitor to exit. You need to make your page adaptable to any size
viewing window. Not everyone surfs the Web with their browser
maximized. Not everyone uses 1024x768 screen resolution. Some of us
need larger fonts than you expect.

Further, you have 85 XHTML errors as reported by
<http://validator.w3.org/>. Fix these -- which might affect all
browsers -- before trying to make the page work for a particular browser.
I had already run it through the validator, and some of those errors are
caused by the posts on the blog, and others are caused by the validators
inability to validate php. I don't know how to fix the php - posts I
can, but they don't impinge on the header - if they did all blogs would
fall down!!
I corrected those that are not purely cosmetic (no alt tags, etc) and it
made no difference.

I'm sorry about the scrollling, and I agree, but it's not my idea.
Oct 7 '08 #8
In article <gc**********@registered.motzarella.org>,
pecan <pe***@NOSPAMrouxville.infowrote:
dorayme wrote:
In article <gc**********@registered.motzarella.org>,
pecan <pe***@NOSPAMrouxville.infowrote:
Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

What happens is that when you hover over Archives in FF it expands
nicely and shows the different links, but when I hover over it in IE
nothing happens.

How do I fix it?

Catherine
By getting to know at least the sort of approach taken here:

<http://htmldog.com/articles/suckerfish/dropdowns/>

with special attention to section beginning:

"And that will sort out everything for those browsers that fully support
the :hover pseudo class, but for Internet Explorer we need to set the
Suckerfish JavaScript loose:"

I found this site after I'd posted the question (where were you three
days ago?). It's knowing what to search for that makes a difference.
Thanks dorayme
I was here desperately wanting someone to ask something - anything -
about a dropdown menu. But no one did. At least not that I saw. I cried
myself to sleep that night. It was horrible.

--
dorayme
Oct 7 '08 #9
pecan schrieb am 07.10.2008 06:00:
David E. Ross wrote:
>Further, you have 85 XHTML errors as reported by
<http://validator.w3.org/>. Fix these -- which might affect all
browsers -- before trying to make the page work for a particular browser.
I had already run it through the validator, and some of those errors are
caused by the posts on the blog, and others are caused by the validators
inability to validate php.
php provides html. validators validates html. all is fine.

--
Mit freundlichen Grüßen
Holger Jeromin
Oct 7 '08 #10

pecan wrote:
Bergamot wrote:
>pecan wrote:
>>Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

Yes, you do need help, but maybe not in the way you think.

Berg, I can't say I like the design, it isn't mine, I'm just coding what
I'm told. The lady who wants it is very specific about all sorts of
things, including the width, and the opaque menu bar. I've taken out my
"designed by" bit as a result.
Good move on your part, I think. Hopefully the client will discover some
of her choices weren't such good ideas and hire you again to correct
them. You are warning her of the potential problems, right?

--
Berg
Oct 7 '08 #11
Bergamot wrote:
pecan wrote:
>Bergamot wrote:
>>pecan wrote:
Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/
Yes, you do need help, but maybe not in the way you think.
Berg, I can't say I like the design, it isn't mine, I'm just coding what
I'm told. The lady who wants it is very specific about all sorts of
things, including the width, and the opaque menu bar. I've taken out my
"designed by" bit as a result.

Good move on your part, I think. Hopefully the client will discover some
of her choices weren't such good ideas and hire you again to correct
them. You are warning her of the potential problems, right?
Yes, I'm warning her, slowly.
:-)
Don't know if I like fixing what other people start, but it's certainly
thrown me in the deep end.
Oct 7 '08 #12
dorayme wrote:
In article <gc**********@registered.motzarella.org>,
pecan <pe***@NOSPAMrouxville.infowrote:
>dorayme wrote:
>>In article <gc**********@registered.motzarella.org>,
pecan <pe***@NOSPAMrouxville.infowrote:

Okay, I need help.
Here's the url (temporary) www.africanbush.co.za/wordpress/

What happens is that when you hover over Archives in FF it expands
nicely and shows the different links, but when I hover over it in IE
nothing happens.

How do I fix it?

Catherine
By getting to know at least the sort of approach taken here:

<http://htmldog.com/articles/suckerfish/dropdowns/>

with special attention to section beginning:

"And that will sort out everything for those browsers that fully support
the :hover pseudo class, but for Internet Explorer we need to set the
Suckerfish JavaScript loose:"
I found this site after I'd posted the question (where were you three
days ago?). It's knowing what to search for that makes a difference.
Thanks dorayme

I was here desperately wanting someone to ask something - anything -
about a dropdown menu. But no one did. At least not that I saw. I cried
myself to sleep that night. It was horrible.
lol
You'll feel better tomorrow.
Oct 7 '08 #13

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

Similar topics

12
by: windandwaves | last post by:
Hi Folks I have just completed a project for an accommodation finder in New Zealand - much with your help - thank you again. I would appreciate any constructive or deconstructive comments. ...
11
by: dw85745 | last post by:
PROBLEMS I Haven't solved: 1. Timing issue between real-time server #1 and my drawing tools. Will moving the tools (currently within module) to an ActiveX (exe or DLL) solve the problem or...
46
by: Kingdom | last post by:
In my data base I have a list of componet types e.g. type A - I have 8 off - type B I have 12 off etc. I'm using Set objRS = objDC.Execute("Select DISTINCT Component_Type FROM Parts_Table") ...
0
by: Jon LaRosa | last post by:
Hi all - I have a web application and I want to be able to do some basic error handling. For example, here is one error I would like to catch and display in a useful way for the user:...
4
by: Raghu Raman | last post by:
Hi, I have created an Interface class in the c#.net for Asp.net and we make this interface to be inheritted by a class . It is working nice. My probs is , i want to make this interface...
1
by: Alexandre CONRAD | last post by:
Hello list ! I'm using the ConfigParser module to use configuration files (what else would it be for ?). But I have a dilema: I'd like to setup multiple "update server" for my application with...
53
by: Hexman | last post by:
Hello All, I'd like your comments on the code below. The sub does exactly what I want it to do but I don't feel that it is solid as all. It seems like I'm using some VB6 code, .Net2003 code,...
1
by: darrel | last post by:
Hi vb master i need help on this here my code: If Combo1(0) = rs.Fields("TimeStart") And Combo4(0) = rs.Fields("TimeEnd") And Combo2(0) = rs.Fields("ROOM") And Combo3(0) = rs.Fields("DAYS")...
14
lotus18
by: lotus18 | last post by:
Hello World I have a problem in detecting the conflict schedule (Day and Time). Day 1. M 2. T 3. W 4. TH 5. F
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.