submenu position 5.1?
submenu position 5.1?
Is there a change in style for submenu position or did they all move to the left in 5.1?
maz
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
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
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
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
Ruth
Great!
Thank you Andy
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
Thank you Andy

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
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
....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
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

....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
Yes, thanks for the fix
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

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