Re: Default Template discussion
"Dirk Frederickx" <[email protected]>
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
> Sorry, I meant one or the other. You ever visited one of those web sites, were > the menu on the left hand side is in a floating windows and it always stays in > a certain position. > > I do a lot of web browsing with just my mouse (thanks to the wheel), it is an > annoyance to have to come to the key board to got to home just so I can click > edit. > Hi Alex, What you probably mean is a left-menu or tab-menu with a Fixed position, so that scrolling only affects the page contents and not the rest ? Also that is possible through css, allthough not trivial to get it done cross-browser. (IE doesnt support position:fixed) So as per default template for jspwiki I would rather not take that route. dirk