Just a quickie about validation, you've got an invalid doctype declaration:

 <!DOCTYPE xhtml PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

the "html" should be "html"

just to make it easy here's the proper one:

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

I tested it and it validates now. All your problems with validation were
caused by the invalid doctype. If that's coming directly from Dreamweaver,
you may want to edit the default templates and fix it.

----- Original Message ----- 
From: "Seona Bellamy" <[EMAIL 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 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 making it work in both IE and
> any real browser (using Mozilla for testing). If I get it to that the
> submenus are correctly positioned in Mozilla, then in IE they are floating
> halfway across the screen and impossible to select. If I get them
correctly
> positioned in IE, then in Mozilla they sit over the main navigation bar
and
> so are impossible to see, let alone select.
>
> The page can be viewed at:
> http://d1075184.u42.b-20.net/
> The CSS can be viewed at:
> http://d1075184.u42.b-20.net/clinics.css
>
> Incidentally, I have the CSS validating just fine (which I'm quite proud
of,
> given how new I am to this *grin*) and I have the page itself almost
> validating. According to the W3C validator, there are only 3 problems left
> and I can't figure out how to fix them. If anyone wants to take the time
to
> have a look at that and point me in the right direction, it would be
> appreciated. Funnily enough, the problems seem to be with the code
> Dreamweaver put in when I asked it to make a new file that was XHTML
> compliant. *shrug* Go figure.
>
> Cheers,
>
> Seona.
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.573 / Virus Database: 363 - Release Date: 28/01/2004
>
> *****************************************************
> The discussion list for http://webstandardsgroup.org/
> *****************************************************
>
>



*****************************************************
The discussion list for http://webstandardsgroup.org/
***************************************************** 

Reply via email to