submenu position 5.1?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

submenu position 5.1?

Post by Maz »

Is there a change in style for submenu position or did they all move to the left in 5.1?

maz
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

No problems here with 5.01. They're all still as they were.
John
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

I removed all positioning on the submenu, reloaded the menu, still all submenu's are up against the left of the browser.

maz
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Still no change, when I look at the forum menu its thinner, initially I was trying to make the menu as narrow as possible, so it must be picking up line height from css which it wasn't before at least in Safari.

But both are opening submenus on the left side of the browser which makes it very difficult to open before it closes again.

Regards,
maz
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

I did a Mac browser check,

Firebird works fine,

Safari submenu aligned left.

IE no center position, no submenu.

maz
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Just to add..

opera 6.05/Win2k same effect.... submenus all alined to the left of the window. Also, mouseover effects remain in place after mouseout from a menu item.

Kevin
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

And, Opera 6.05 also blinks visible invisible as it loads images, images loading menu disapears, as soon as the image loads it appears and then immediately disappears if another image is loading. lol.... interestingNow, i don't know if that's when it's loading any images that are in the menu, or if it's doing it for the page images

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Andy, the post from Ruth sounds similar to what I was showing you on our hookup that day with the https page. Possible connection?
John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

And, playing around checking things in Opera 6.05, the screenposition works for the submenus...and any submenu coming off another submenu opens right next to the item that called it but it takes whatever top position you set for the main menu. In the vertical menu, the submenus open right next to it, but again they all take whatever top position is set for the main menu.

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Well, rats :!: Just put 5.01 on my personal site and I now confirm all sub-menus moved flush left (in Safari1.2).

IE5.2.3/Mac (please - don't tell my system I used it!) doesn't drop the sub-menus at all.
John
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

A fix is on its way for 5.02.

Cheers
Andy
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Great!

Thank you Andy :D

FYI: I played around with giving body an id and putting the menu in head, it was still picking up body tag. Have you considered introducing line height to counterreact effects, or a css font style "12px/12px arial"?

Just hope I don't regret saying this if it introduces more problems. ;)

maz
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

I fixed the line height using style.css

body td{
line-height: 1em;
}

But off course that regulates all my tables too, but I have no user tables.

I wonder how many styles would work via this interesting little hole :P

....amazing, I can get border bottom, whole menu border, this could be handy.

Andy, anyway to id the td? like td.milonic or milonic#td
(logically its only permitted to use id (#) once on a page)

maz
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

5.02 definitely fixed the flush-left sub-menu problem. As usual it was only happening on some browsers.

Thanks, Boss...
John
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Yes, thanks for the fix :D

I don't want to start another thread on a different problem that started a couple of RC's back.

The form element off color is black, oncolor is oncolor.

Then submenu link to form became black, oncolor is oncolor.

Now I notice in Firebird that due to transparent bgcolor/onbgcolor that on mouseover the page text is showing through the whole submenu where there is a link to form and form itself.

Originally I noticed header offcolor black and no bgcolor because nothing replaced transparnet bgcolor/image, I removed headers, so this is probably a chain reaction from header (where bgcolor is transparent) used with bgimage, (like when you changed the url ssi or visited) the link to form is picking up a change.


Thanks,
maz
Post Reply