Johannes Schaefer a écrit :
See also
http://www.w3.org/Style/CSS/
The stylesheet is CSS2.1 compliant : position: fixed exists.
http://www.w3.org/TR/CSS21/visuren.html#propdef-position
So this is a IE problem...
Use firefox to change to alternative stylesheets!
I always use firefox !
I often work under Linux to update my site with forrest, so...
(make sure to check out "Blue Shadows")
Huh ? What do you mean ?
Cyriaque,
Johannes
Cyriaque Dupoirieux wrote:
Thorsten Scherler a écrit :
On Thu, 2005-04-28 at 09:39 +0200, Ferdinand Soethe wrote:
Is there a reason, that the current skin does not keep navigational
element (menus and tabs, perhaps search) permanently in sight when I
scroll long pages?
You mean like http://www.amherst.edu/~jzhu/index2.html?
In the css file we can read :
/* ##### Side Menu ##### */
#side-bar {
color: rgb(204,204,204);
background-color: transparent;
...
}
[id="side-bar"] {
position: fixed !important; /* Makes the side menu scroll with the
page. Doesn't work in MSIE */
}
And checked with IE and that's right, it does not work...
No, there is not. I actually I will port the above template css to my
homepage view file. I do not know whether the license is compatible
with
ours, but if I finish the port than I will ask the author and
include it
to the viewHelper (if compatible). You and anybody else can beat me to
it and open an issue (in your case checkin).
salu2