Re: [css-d] Firefox problem with menu's

2007-06-12 Thread Nic Pulford
Ok I found the problem it was all to do with the resizing and the fact that
the header had a fixed height and overlaid the Menu. Set height to auto and
the problem went away.

Not sure why you think I should be using XHTML as extension, browsers should
be using the DOCTYPE to work out what to do not the extension. What about my
PHP site's.

All the pop-up blockers I have in my browsers allow it. It is something to
do with on and off site. I use Opera as my main browser.

I'm rethinking my resizing, it is necessary. Most site I find I cannot read
at my screen resolution and I use Opera's zoom all the time (it helps to
have a mouse with zoom buttons). But as we roll out more web 2.0 stuff
JavaScript is essential. 

The default font-size works OK fine in 800x600 screens, maybe I should wake
up to the fact that these days the minimum is 1024x768.

Thanks for the feed back.

Regards,
Nic


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Hucklesby
Sent: 09 June 2007 17:08
To: [EMAIL PROTECTED]; css-d@lists.css-discuss.org
Subject: Re: [css-d] Firefox problem with menu's

On Thu, 7 Jun 2007 13:31:38 +0100, Nic Pulford wrote:

 http://lasadev.com/NewLasa/articles.htm now try and click on the menu link
for home. On
 my version of firefox 2.0.0.4 you only get the hand cursor when the cursor
is about
 level with and only over the area equivalent to an underline. Which is not
very good
 for anybody yet alone poor mouse users.


Hi Nic,
I am not seeing this problem here - FF 2.0.0.4 on Win xp Pro.


 The other problem is with the popup window that is opened if you click on
one of the
 links to articles from the page above. There neither of the menu links
work at all, no
 mouseover and click does nothing.


I get the popup, too! It looks like your problem is local to your
test setup.  :\

There are some problems that I do see, however:

- If JavaScript is disabled, I get a font size of 8px. That's 
equivalent to a point size of 4pt on my laptop. Almost invisible.

- The popup text displays at 10px - 6pt equivalent here.
That's a bit small for comfort, especially on a complete article.

- You have a file name suffix of .htm so, absent some clever server-
side tricks, browsers see HTML. But your DOCTYPE is XHTML 1.1
which is intended to be displayed as XHTML only. I suggest using a 
file name suffix of .xhtml[1] or use XHTML 1.0.

- I'd also suggest using regular links in place of a popup. With the
increasing popularity of popup blockers, visitors are likely to have
problems with accessing the articles.


 IE and Opera are OK.

But Opera has a built-in popup blocker. The Google toolbar adds
one to IE.

I am also getting the same teensy text with JS turned off.
(FWIW - I usually turn off JS when visiting sites unknown.)

[1] But note that IE (alone) can't handle such files.

Cordially,
David
--


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Firefox problem with menu's

2007-06-09 Thread David Hucklesby
On Thu, 7 Jun 2007 13:31:38 +0100, Nic Pulford wrote:

 http://lasadev.com/NewLasa/articles.htm now try and click on the menu link 
 for home. On
 my version of firefox 2.0.0.4 you only get the hand cursor when the cursor is 
 about
 level with and only over the area equivalent to an underline. Which is not 
 very good
 for anybody yet alone poor mouse users.


Hi Nic,
I am not seeing this problem here - FF 2.0.0.4 on Win xp Pro.


 The other problem is with the popup window that is opened if you click on one 
 of the
 links to articles from the page above. There neither of the menu links work 
 at all, no
 mouseover and click does nothing.


I get the popup, too! It looks like your problem is local to your
test setup.  :\

There are some problems that I do see, however:

- If JavaScript is disabled, I get a font size of 8px. That's 
equivalent to a point size of 4pt on my laptop. Almost invisible.

- The popup text displays at 10px - 6pt equivalent here.
That's a bit small for comfort, especially on a complete article.

- You have a file name suffix of .htm so, absent some clever server-
side tricks, browsers see HTML. But your DOCTYPE is XHTML 1.1
which is intended to be displayed as XHTML only. I suggest using a 
file name suffix of .xhtml[1] or use XHTML 1.0.

- I'd also suggest using regular links in place of a popup. With the
increasing popularity of popup blockers, visitors are likely to have
problems with accessing the articles.


 IE and Opera are OK.

But Opera has a built-in popup blocker. The Google toolbar adds
one to IE.

I am also getting the same teensy text with JS turned off.
(FWIW - I usually turn off JS when visiting sites unknown.)

[1] But note that IE (alone) can't handle such files.

Cordially,
David
--


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Firefox problem with menu's

2007-06-07 Thread Nic Pulford
Hi,

 

I'm just updating a site and having problems with the way it is handling my
navigation links. There are two pages concerned.

 

http://lasadev.com/NewLasa/articles.htm now try and click on the menu link
for home. On my version of firefox 2.0.0.4 you only get the hand cursor when
the cursor is about level with and only over the area equivalent to an
underline. Which is not very good for anybody yet alone poor mouse users.

 

The other problem is with the popup window that is opened if you click on
one of the links to articles from the page above. There neither of the menu
links work at all, no mouseover and click does nothing.

 

IE and Opera are OK.

 

Any ideas?

 

Regards

Nic

 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/