On Thu, 27 Dec 2001, allan wrote: > > He also said the side bar navigation design in boxes makes you want to > > click on the box, yet with the style sheet design you have to click on the > > actual text. I agree that's a bit awkward. > > akward, but you'll soon get the hang of it :).
It's actually possible to put some JavaScript that will make it so that the boxes themselves light up on mouseover, and are clickable. It involves putting a mouseOver and mouseClicked event on the <TD> tag that represents the box. This can be done without loss of compatibility to non-JavaScript browsers, too (although people using them will have to click on the link, not the box). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
