Hello,
I am building a .CSS based menu based on two tutorials I have found.. the first is:
...which I referenced for building the tab's graphics... but this tutorial didn't delve into the javascript/dhtml aspect of the navigation... for this I referred to:
Using these as a guide a built the following:
which is almost exactly what I need, except for one problem... on the currently selected tab, the right side of the "sliding door" bg image is changing per the .CSS ...
... however, I need the left side bg image to change as well, but the code I have doesn't do the trick
... so i am stumped...what am I missing here?![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
does anyone have any ideas how to solve this one?
Thanks!
RR
I am building a .CSS based menu based on two tutorials I have found.. the first is:
...which I referenced for building the tab's graphics... but this tutorial didn't delve into the javascript/dhtml aspect of the navigation... for this I referred to:
Using these as a guide a built the following:
which is almost exactly what I need, except for one problem... on the currently selected tab, the right side of the "sliding door" bg image is changing per the .CSS ...
Code:
#tablist li a.current{
background-image:url("right_on.gif");
margin-bottom:1px;
}
Code:
#tablist li.current{
/* background: #f7f7f7; */
background-image:url("left_on.gif");
margin-bottom:1px;
}
... so i am stumped...what am I missing here?
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
does anyone have any ideas how to solve this one?
Thanks!