Ah thanks. This ng is great, I learn sumpin' gnu every day
| It is - the problem is behaviors in this sense (not in the sense of FP2003
| behaviors) are only supported on IE. There's no need to use IE only stuff
| for something as simple as this menu.
|
| Jon
| Microsoft MVP - FP
|
| Crash Gordon® wrote:
| > Is this it?;
| >
| > .flyoutMenu {
| > background-color: #F1F1F1;
| > border-color: #999999;
| > border-width: 0 1px 1px 0;
| > border-style: solid;
| > behavior: url(/library/flyoutmenu/default.htc);
| >
| > dunno myself, I'm just learning CSS now.
| >
| > Robo
| >
| >
| > | >> I found the little triangle they use:
| >>
http://microsoft.com/library/flyoutmenu/images/flyout_arrow.gif
| >>
| >> But I didn't see anything in their
| >>
http://microsoft.com/homepage/ms.css where they referenced the
| >> flyout_arrow.gif
| >>
| >> I'll give what you suggest a try, but I was wondering how they did
| >> theirs?
| >>
| >> | >>> Hi,
| >>> the easiest way would be to make a little triangle in your graphics
| >> program
| >>> give it a transparent background and set it as the background to
| >>> the links that have sub menus. So you might have something like
| >>> .subMenuLink a{
| >>> background: #999 url(triangle.gif) right no-repeat;
| >>> .....rest of your styles
| >>> }
| >>> here's an example of something similar I did as a demo
| >>>
http://myweb.tiscali.co.uk/jonspivey/menus/examples/vertical/index.html
| >>>
| >>> Whenever you see something you like on a page you can analyse the
| >>> CSS to
| >> see
| >>> how it's done. I'd suggest downloading this tool
| >>>
http://www.mrgrieves.com/cssbrowser/
| >>>
| >>> It will let you easily view the CSS on any page just by right
| >>> clicking
| >>>
| >>> Jon
| >>> Microsoft MVP - FP
| >>>
| >>> M.Siler wrote:
| >>>> I'm looking at the main page of microsoft.com and I have figured
| >>>> out how the menu and submenu's are working. But I can't seem to
| >>>> find how they are getting the Right Triangle that indicates there
| >>>> is a submenu. Can anyone help me here?
|
|