The Lounge

FML

Submitted by Jackz, , Thread ID: 21573

Thread Closed
06-06-2016, 04:45 PM
#1
>be me
>try to comeup with an awesome suggestion
>realize navigation bar does not scroll
>decide to suggest that as a change
>spend a half hour writing a script to simulate it

$("<style type='text/css'> .meme {position: fixed; margin-top: -3px; width: 100%; z-index: 100;} </style>").appendTo("head");
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 58) {
$('.header-border').addClass('meme');
}
else {
$('.header-border').removeClass('meme');
}
});
>go to suggestion section to suggest it
>check to make sure no one else suggested it first
>someone already has
>read thread
>realize it has always been availible inuser settings
>k
Do notdispatchsuperfluousmemos to me
Contactme only ifyou are faced withgenuine conflictor ifyou are opposed to speaking with another
Act with forethoughtpriorto speakingor acting as I am not fond offorgiveness

Users browsing this thread: 22 Guest(s)