Ok... done... And it works with IE6 just fine... test on a win98
IE6... I guess that was not as hard as I was thinking lol... thanks
for the lead on the menu... have a great day...
jeremyBass
ever are the
/*** ESSENTIAL UP STYLES ***/
.sf-menuUP, .sf-menuUP * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menuUP {
line-height: 1.0;
}
.sf-menuUP ul {
position: absolute;
bottom: -999em;
width: 10em; /* left offset of submenus need to match
(see below)
*/
}
.sf-menuUP ul li {
width: 100%;
}
.sf-menuUP li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menuUP li {
float: left;
position: relative;
}
.sf-menuUP a {
display: block;
position: relative;
}
.sf-menuUP li:hover ul,
.sf-menuUP li.sfHover ul {
left: 0;
bottom: 2.5em; /* match top ul list item height */
z-index: 99;
}
ul.sf-menuUP li:hover li ul,
ul.sf-menuUP li.sfHover li ul {
bottom: -999em;
}
ul.sf-menuUP li li:hover ul,
ul.sf-menuUP li li.sfHover ul {
bottom:90%; left:5%;
}
ul.sf-menuUP li li:hover li ul,
ul.UP li li.sfHover li ul {
top: -999em;
}
ul.sf-menuUP li li li:hover ul,
ul.sf-menuUP li li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
On Dec 19, 1:14 pm, jeremyBass <[email protected]> wrote:
> Thanks Jen... I'll give that a go.... When I get the IE6 bugs out I'll
> post back...
>
> To anyone else... If you know of a fully working cross borwser example
> or what not there are two of us that would be greatful
>
> Thanks again...
>
> Jeremy
>
> On Dec 19, 12:42 pm, jen <[email protected]> wrote:
>
>
>
> > I did this at:
>
> >http://www.raydunetz.com/
>
> > I hope that the code makes sense. I know that it has an issue in IE
> > 6, and I wanted to try to use jquery to fix it, but haven't been quite
> > savvy enough to accomplish it.
> > j
>
> > On Dec 19, 3:40 pm, jeremyBass <[email protected]> wrote:
>
> > > Does any one know how to do this or were I can find information on
> > > this?... thank you for the help...
>
> > > Jeremy
>
> > > On Dec 18, 1:15 pm, jeremyBass <[email protected]> wrote:
>
> > > > I love this menu system... but now I have a project that I need to
> > > > set
> > > > the menu at the bottom... so the dropdowns no need to be dropUps... I
> > > > have be working at this with no luck. Any one know how to have the
> > > > menu drop upwards? Thanks for the help...- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -