From: BMc on
Hello firends,
You have been so kind as to guide this newby CSS "designer" and to
convince me not to use a javascript horizontal menu. So I have created
a CSS menu and it looks pretty and works in all of the browsers I
check...opera, firefox, ie7, safari. But! Not so lucky of course with
IE 6.

Would anyone like to take a stab at why this menu is busting out of it's
seams in IE6 and not expanding for the second level options?

You may find it at

http://www.rachaelshapirotherapy.com

Thank you to all of you for your help and comments on how best to put
things together. Although it is a large learning curve, the lessons
learned save time in the long run.

Anyone's advice is appreciated. Be gentle!
From: dorayme on
In article
<zZudnV5twZdKYWXanZ2dnUVZ_gCdnZ2d(a)fingerlakestechnologygroup>,
BMc <bethpi11(a)yahoo.com> wrote:

> Hello firends,
> You have been so kind as to guide this newby CSS "designer" and to
> convince me not to use a javascript horizontal menu. So I have created
> a CSS menu and it looks pretty and works in all of the browsers I
> check...opera, firefox, ie7, safari. But! Not so lucky of course with
> IE 6.
>
> Would anyone like to take a stab at why this menu is busting out of it's
> seams in IE6 and not expanding for the second level options?
>
> You may find it at
>
> http://www.rachaelshapirotherapy.com
>
> Thank you to all of you for your help and comments on how best to put
> things together. Although it is a large learning curve, the lessons
> learned save time in the long run.
>
> Anyone's advice is appreciated. Be gentle!

First, fix up:

http://www.rachaelshapirotherapy.com/
HTML error (19/59): Illegal character �/� in tag.
HTML error (98/9): Can�t find start tag for end tag </UL>. Maybe the tag
was implicitly closed before.
HTML error (99/8): Nesting of tag <H3> is not allowed.
HTML error (100/130): The tag <BR> is not allowed here.
HTML error (101/78): The tag <BR> is not allowed here.
HTML error (105/13): Illegal character �/� in tag.
HTML error (117/6): Illegal character �/� in tag.

(while waiting for someone to look in IE6 and worry about it <g>

And there is trouble with your utf-8 file, it is damaged in some way.
Open up a known good html doc page that passes all validation and copy
your actual content text etc into it and save a fresh copy.

I have not got my winbox on at the moment and it is 4 am here and it is
too creepy to be looking at IE 6 at this time of the night. But here are
my thoughts:

Your dropdowns are not worth the bother, you can simply put the sub
menus on the pages that the main links go to and not a single soul on
the planet will be inconvenienced in this case.

But... (here is gentle, Rachel)... perhaps leave it if you like it
pretty and think it cool but hide the dropdown features from IE 6 by
making a special css sheet for it. Make sure folk can see the
alternatives on the destination page.

--
dorayme
From: dorayme on
In article
<zZudnV5twZdKYWXanZ2dnUVZ_gCdnZ2d(a)fingerlakestechnologygroup>,
BMc <bethpi11(a)yahoo.com> wrote:

And I forgot to add, the order in which you place the conditional for
IE6 eyes only in the head, is important. You want the stuff to over-ride
the linked css sheet so put it *below* the linked css instruction. That
is, if you follow my advice in previous at all. <g>

btw, your pages look nice. But there are issues as always, don't worry.
Your font-size: 75%; and other sizes are too small!

--
dorayme
From: Beauregard T. Shagnasty on
BMc wrote:

> Hello firends,
> You have been so kind as to guide this newby CSS "designer" ...
> http://www.rachaelshapirotherapy.com
>
> Anyone's advice is appreciated. Be gentle!

Okay...

1. http://k75s.home.att.net/fontsize.html
2. "New Times Roman" isn't. (and "Times New Roman" is uugly)
3. The CSS for: "menu" isn't. Needs to be: "#menu"
4. Why fixed width? Let it flow.
5. "Helfpful Links"
6. Justified text is hard to read. Use normal ragged-right.
7. Using proper HTML 4.01 Strict, but there is lots of " />" stuck in
there, and those are incorrect. The validators will tell you:
http://validator.w3.org/
http://jigsaw.w3.org/

(The CSS validator doesn't seem to pick up that you're using the above
"menu" instead of "#menu"

and did I mention, http://k75s.home.att.net/fontsize.html

--
-bts
-Friends don't let friends drive Vista
From: BMc on
Dear Beauregard:

RE:

3. The CSS for: "menu" isn't. Needs to be: "#menu"
my question: (Where are you speaking of?)
4. Why fixed width? Let it flow.Beauregard T. Shagnasty wrote:
my question: again, Where? On the whole body of the page? Or just the
menu?

I'm just about ready to throw in the towel....or cry. I hate IE6.
Also, The way I have the fonts set up with percentages, per your prior
suggestion, it looks great on my screen on both a wide screen monitor
and a 14 inch laptop and on a widescreen mac in four different
browsers...just not IE6.

She likes the Times Roman...I agree, it's ugly.

Thank you for your help.


> BMc wrote:
>
>> Hello firends,
>> You have been so kind as to guide this newby CSS "designer" ...
>> http://www.rachaelshapirotherapy.com
>>
>> Anyone's advice is appreciated. Be gentle!
>
> Okay...
>
> 1. http://k75s.home.att.net/fontsize.html
> 2. "New Times Roman" isn't. (and "Times New Roman" is uugly)
> 3. The CSS for: "menu" isn't. Needs to be: "#menu"
> 4. Why fixed width? Let it flow.
> 5. "Helfpful Links"
> 6. Justified text is hard to read. Use normal ragged-right.
> 7. Using proper HTML 4.01 Strict, but there is lots of " />" stuck in
> there, and those are incorrect. The validators will tell you:
> http://validator.w3.org/
> http://jigsaw.w3.org/
>
> (The CSS validator doesn't seem to pick up that you're using the above
> "menu" instead of "#menu"
>
> and did I mention, http://k75s.home.att.net/fontsize.html
>