Re: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Justin French
On Friday, January 30, 2004, at 01:11 PM, Hugh Todd wrote: Justin, you wrote, The original article couldn't get Safari to work, but somehow I stumbled upon a solution last night, which I'm yet to figure out, but I'll report back when I do. Works for me. Could this be because a) I'm using Safar

RE: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Seona Bellamy
I love you forever. *grin* It works just fine now in both. Thank you thank you thank you. :) Cheers, Seona. -Original Message- From: Simon Jessey [mailto:[EMAIL PROTECTED] Sent: Friday, 30 January 2004 12:47 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Making my menus work across

Re: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Hugh Todd
Justin, you wrote, The original article couldn't get Safari to work, but somehow I stumbled upon a solution last night, which I'm yet to figure out, but I'll report back when I do. Works for me. Could this be because a) I'm using Safari 1.1 or b) because it's no longer the original article, and

Re: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Simon Jessey
I usually do this when I want to feed IE with different values: selector { rules that work with IE } parent>selector { rules hidden from IE that override the previous rules } In this case: selector { left: value; } parent>selector { left: 0; margin-left: value; } Simon Jessey -

RE: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Seona Bellamy
L PROTECTED] Sent: Friday, 30 January 2004 11:43 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] Making my menus work across multiple browsers Seona, http://alistapart.com/articles/dropdowns/ This is the best implementation I've seen so far, and I'm using it in a client site to be launche

RE: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Seona Bellamy
tin E [mailto:[EMAIL PROTECTED]Sent: Friday, 30 January 2004 11:19 AMTo: [EMAIL PROTECTED]Subject: Re: [WSG] Making my menus work across multiple browsers Hello Seona,I haven't looked into the far-to-the-right sub menu issue yet, but I can fix your validation problem. Your

Re: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Justin French
Seona, http://alistapart.com/articles/dropdowns/ This is the best implementation I've seen so far, and I'm using it in a client site to be launched next week. Works and extensively tested in: Win IE 5.0, 5.5, 6.0 Win Moz 1.0.2 Win Firebird 0.7 MacOSX Safari 1.0 MacOSX Mozilla 1.0.2 MacOSX Fireb

Re: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Martin E
Hello Seona,I haven't looked into the far-to-the-right sub menu issue yet, but I can fix your validation problem. Your DOCTYPE is incorrectly written:Current:Needs to be:   Notice the key word right after the !DOCTYPE declaration - xhtml. It needs to be html.   HTH,   Martin E. - Origin

Re: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread davidm
A few things I noticed with your html. Your doctype line has "xhtml" between DOCTYPE and PUBLIC instead of "html". You are missing "xml:lang" and "lang" attributes from your opening html element. Here is a suggested correct example of these two lines. http://www.w3.org/TR/xhtml1/DTD/xhtml1

Re: [WSG] Making my menus work across multiple browsers

2004-01-29 Thread Bradley Wright
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 10:48 AM Subject: [WSG] Making my menus work across multiple browsers > > Hi guys, > > Well, after lurking on here for several weeks, I'm finally taking the plunge > and asking a question. (And g

[WSG] Making my menus work across multiple browsers

2004-01-29 Thread Seona Bellamy
Hi guys, Well, after lurking on here for several weeks, I'm finally taking the plunge and asking a question. (And getting rather alliterative in my subject line... Sorry...) I have a navigation bar with sub-menus based on the list structure and run primarily by CSS. The problem I am having is ma