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 | | | | re: Help needed IE FF conflict
"pecan" <pecan@NOSPAMrouxville.infowrote in message
news:gccp0k$f25$1@registered.motzarella.org... Quote:
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. Google will tell you. It comes up quite often. | | | | re: Help needed IE FF conflict
pecan wrote: 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 | | | | re: Help needed IE FF conflict
On 10/6/2008 3:24 AM, pecan wrote: Quote:
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. | | | | re: Help needed IE FF conflict
In article <gccp0k$f25$1@registered.motzarella.org>,
pecan <pecan@NOSPAMrouxville.infowrote: Quote:
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 | | | | re: Help needed IE FF conflict
Bergamot wrote: Quote:
pecan wrote: >
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. | | | | re: Help needed IE FF conflict
dorayme wrote: Quote:
In article <gccp0k$f25$1@registered.motzarella.org>,
pecan <pecan@NOSPAMrouxville.infowrote:
> Quote:
>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 | | | | re: Help needed IE FF conflict
David E. Ross wrote: Quote:
On 10/6/2008 3:24 AM, pecan wrote: Quote:
>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. | | | | re: Help needed IE FF conflict
In article <gcemf6$71k$2@registered.motzarella.org>,
pecan <pecan@NOSPAMrouxville.infowrote: Quote:
dorayme wrote: Quote:
In article <gccp0k$f25$1@registered.motzarella.org>,
pecan <pecan@NOSPAMrouxville.infowrote: Quote:
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 | | | | re: Help needed IE FF conflict
pecan schrieb am 07.10.2008 06:00: Quote:
David E. Ross wrote: Quote:
>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 | | | | re: Help needed IE FF conflict
pecan wrote: Quote:
Bergamot wrote: Quote:
>pecan wrote: >>
>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 | | | | re: Help needed IE FF conflict
Bergamot wrote: Quote:
pecan wrote: Quote:
>Bergamot wrote: Quote:
>>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. | | | | re: Help needed IE FF conflict
dorayme wrote: Quote:
In article <gcemf6$71k$2@registered.motzarella.org>,
pecan <pecan@NOSPAMrouxville.infowrote:
> Quote:
>dorayme wrote: Quote:
>>In article <gccp0k$f25$1@registered.motzarella.org>,
>> pecan <pecan@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. |  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 226,467 network members.
|