• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Custom css file on scroll

Started by mihai,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mihaiTopic starter

Hi i wanna add some content(css codes) for my website but it must be active only one scroll.Pretty much like the backtotop btn.
  •  

mihaiTopic starter

  jQuery(".customdiv").addClass("customcss");
    jQuery(window).scroll(function () {
        if (jQuery(this).scrollTop() === 0) {
            jQuery(".customdiv").addClass("customcss")
        } else {
            jQuery(".customdiv").removeClass("customcss")
        }
    });


Now customdiv should be my div and i wanted to have customcss on scroll,is this function correct?
  •  

PHPVibe A.

Salut Mihai, gasesti foarte multa informatie despre asa ceva pe Google https://www.google.ro/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=making+a+div+show+up+on+scroll
Nu are legatura cu PHPVibe si sincer ma pricep prea putin la javascript ca sa-ti dau o parere iar Mario e super ocupat acum.

mihaiTopic starter

Multumesc pentru link.m-a ajutat,am rezolvat ce am vrut.
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 40220

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70983

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 51129

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4446

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22818

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 5847

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 5927