Skip to main content
Topic: [css] .poster sticky (Read 2577 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[css] .poster sticky

if add new rule for poster class

example:
Code: [Select]
/* Poster details and list of items */
.poster {
    ...
    position: sticky;
    top: 0px;
}

unpleasant effect occurs when you hover :(

(testing in firefox)
Sorry for my English

Re: [css] .poster sticky

Reply #1

Is "sticky" a valid value for the position attribute? O_o
Bugs creator.
Features destroyer.
Template killer.

Re: [css] .poster sticky

Reply #2

of course
Sorry for my English

Re: [css] .poster sticky

Reply #3

I found a lot of ressources that tell sticky is in experimental state and should not be used on production sites. Seems that not all browsers support this position variable atm.

http://caniuse.com/#feat=css-sticky

Re: [css] .poster sticky

Reply #4

Then I'm out. LOL
No idea, sorry.
Bugs creator.
Features destroyer.
Template killer.