Tagged Questions
The sticky tag has no wiki summary.
5
votes
4answers
103 views
How to place sticky footer div's next to each other when bottom:0 is set dynamically
I am trying to place divs next to each other of which the divs act like a sticky-footer using position:absolute and bottom:0
HTML: (note that I could have many of these with different id but the same ...
5
votes
1answer
83 views
Advanced jQuery “Sticky Bottom” and also Scrolling Sidebar Issue
this is my first post so please bear with me a bit.
Having searched everywhere for a solution to this problem, and attempting to use a few plugins like jQuery Way-points, to no degree of success, I ...
4
votes
3answers
2k views
Can not get CSS Sticky footer to work. What am I doing wrong?
Well this is my first post here and really enjoying the site.
I have a very basic (ugly as sin) site I have started and for some reason I can not get the CSS Sticky footer to work for FireFox. IE ...
3
votes
1answer
75 views
Sticky Group Headers in ListBox
I am binding a WPF ListBox to a ICollectionView which is grouped. The ListBox displays correctly with the group headers, but I want to add additional behavior to this.
I want group headers to stick ...
3
votes
2answers
169 views
basic tkinter help (sticky attribute)
I've been playing around with tkinter a bit and I can't figure out why the "sticky" attribute doesn't seem to be working with my button. I've specified sticky to be NW which should cause my button to ...
3
votes
1answer
3k views
Pros and Cons of Sticky Session / Session Affinity load blancing strategy?
One approach to high scalability is to use network load balancing to split processing load between several servers.
One challenge that this approach presents is where servers are state aware - ...
3
votes
3answers
9k views
jQuery “active” class assignment
All I am trying to accomplish is to be able to have an unordered list of links in which one is clicked, the parent list item is assigned the class "active." Once another link is clicked within that ...
2
votes
2answers
77 views
Python tkinter grid manager?
I just learned how to use tkinter in Python (3.2.2), and I'm having some problem using the grid manager. When I put button.grid(sticky=SE), for example, the button is not being put in the bottom-right ...
2
votes
1answer
378 views
jQuery/HTML5 Facebook timeline like sticky headers
I have seen sticky headers implemented in many different places, the most recent of which is in Facebook's timeline feature. I am working on my business website and would like to implement the same ...
2
votes
2answers
52 views
Can I use setuid or sticky to make a file created by PHP a certain user?
I'm using WordPress and I want files created by WordPress to have the user of the file that created them, not the user the web server is running as. For example, my WordPress files and directories are ...
2
votes
1answer
718 views
jQuery Sticky Sidebar failing
First of all I did not write this code. I found it on somebody else's website and I want to learn from it by trying it out myself. However I can't make it work. I've googled for the code in case it's ...
2
votes
3answers
181 views
What's the best way to share “session” information between 4 datacenters with 40 servers?
Currently our DNS routes the user to the correct datacenter and then we have a round-robin situation for the servers. We currently store the session information in the cookie but it's grown too large ...
2
votes
6answers
9k views
jQuery hover : fading in a hidden div while fading out the “default” one
I have two divs (one of them hidden with CSS), which I'm fading in and out in alternance inside a common space, on hover.
This is the markup :
<div id="wrap">
<div class="image">
...
1
vote
1answer
331 views
Sticky Header - Scroll - CSS / jQuery
I wish to create a sticky header. Everytime that the user scrolls down AND the original header goes away, then the "sticky" header should kick in.
I currently use this:
$(function(){
// Check ...
1
vote
1answer
39 views
How to make a sticky form of paginated checkboxes
Using PHP, I have a form containing a simple list of items with a checkbox for each. My issue is that this list must be paginated and as the user pages back and forth, the checkboxes need to be ...
1
vote
2answers
88 views
How can I make the first and second column of a table sticky
i have a div with with property
<div id="_body_container" style="height: 500px; overflow-x: auto; overflow-y: auto; ">
</div>`
inside this div i have the table which has class ...
1
vote
3answers
34 views
Jquery Not loading?
I am trying to make a sticky navigation behavior but the jQuery script seems not to be working or loading.
This is my html:
<html>
<head>
<title>Title</title>
<link ...
1
vote
0answers
86 views
Where would you implement sticky session / session persistence / distributed session in your stack?
If you had to implement sticky session / session persistence / distributed sessions, where would you do it?
The load balancer where the traffic comes in from the outside
The apache instance where the ...
1
vote
0answers
192 views
Sticky Session in apache doesn't work
This is currently my environment setup.
Apache Tomcat: Apache-Tomacat-7.0.21
Apache HTTP Server: c. Apache HTTP Server 2.2.19
Tomcat Connector JK 1.2.32 for Apache HTTP Server 2, mod_jk
I'm ...
1
vote
1answer
254 views
Android Service run indefenitely
I notice that applications like Skype use a service which basically runs 24x7, without getting killed at all. You cannot even manually kill it using task killers ( you can kill them by going to ...
1
vote
2answers
82 views
How to make my form sticky when the name field is an array
I'm a student in my last quarter of school working on a project. I'm using JQuery to allow the addition of form fields on the fly, so I have to use arrays for the name field so I can collect the ...
1
vote
1answer
613 views
How to make the jQuery Sticky Float plug-in react live to page changes?
I've been looking at the really rather wonderful 'stickyfloat' plug-in (http://plugins.jquery.com/files/stickyfloat_0.htm) for jQuery for a project I'm working on. I need to keep a panel on the right ...
1
vote
4answers
725 views
How does economist.com implement their sticky header? jQuery?
If you go to an article on The Economist website. For example:
http://www.economist.com/node/17629757
When you scroll down the page past a certain point (either with the PAGEDOWN button or by ...
1
vote
3answers
131 views
a different kind of sticky footer question
My page ...
http://webpages.charter.net/jolove/Escort_Folder/test.html
thanks to: fortysevenmedia.com/blog/archives/making_your_footer_stay_put_with_css
Now I have a functional footer that adheres ...
1
vote
1answer
150 views
IE7 cookies not sticking on browser close. Could it be P3P? How the cookie is set in the Java?
I'm having difficulty with getting cookies to stick in IE7. Whenever the browser is closed, the cookie is cleared or not remember when I bring up a new window. I'm have a bad time trying to find the ...
1
vote
2answers
267 views
How do I stick an image to the bottom of the visible screen, and be centered?
I have a website, and I need to have an image centered at the bottom of the visible page.
So in any screen size, the image will still be at the bottom, and centered.
1
vote
1answer
404 views
Sticky footer work but not on my template?
ok, my problem is Sticky footer code work, I've tested it:
No image just copy and paste it will work:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
2answers
809 views
Swap CSS class on the basis of Scroll Position with Javascript
I'm looking to re-create the Apple Store shopping cart sidebar.
http://store.apple.com/us/configure/MB535LL/A?mco=MTA4MTg3NTQ
It is similar to "position: fixed" except that it starts out as ...
0
votes
0answers
27 views
CoronaSDK physics objects sticking together
I'm making a game with a pinball-style. I have the ball as a dynamic physics object, a circle shape as a static physics object for the ball to bounce off, and some static polyline objects for the ...
0
votes
1answer
50 views
HAProxy - Maintain session stickiness after failover
I'm having a situation where I've to maintain session stickiness in case of a node's failure.
The configuration is:
three nodes (as1, as2, as3) running our enterprise application on JBoss 4.2.3 ...
0
votes
1answer
10 views
Custom selection of node in apache in case a node goes down
How can i configure apache for load balancing with stickiness so that if 1 node goes down then all the requests for that node will go to a machine which i want it to go.
Ex:
We have 3 nodes A, B, C. ...
0
votes
0answers
17 views
Recomended sticky persistance for hardware load balancer + apache + JBoss [closed]
I am planning to setup Application server(JBoss), apache and load balancer as follows
Loadbalacer == > Two Apache servers (active active) ==> single JBoss server
If I access application which is ...
0
votes
1answer
108 views
jquery Sticky Nav with Animation Only Works First Time
I will do my best to explain my issue, but you can see the code here:
http://jsfiddle.net/xPxhf/3/
I have navigation, the bottom part of which is meant to break off and stick to the top of the ...
0
votes
1answer
87 views
jquery Sticky Footer issue
I have a problem with sticky footer, I mean exactly this code.
My example: http://jsfiddle.net/ecyZw/
The problem is that the footer isn't on the bottom of the screen ...
0
votes
3answers
64 views
Sticky top div with absolute positioning
I'm using absolute positioning to have a div fill up the entire browser window. However, I wan't to combine this with a sticky div that sometimes is there and sometimes not.
To make things a little ...
0
votes
1answer
73 views
Jquery Scrolling Div pushes content off bottom of page
I'm trying to get a div following scrolls down the page. It works pretty well but the div is getting stuck at the bottom of the page when i try to scroll too far:
$(function() {
var $sidebar = ...
0
votes
1answer
74 views
how can i move sticky / snapping wpf windows
i want move two or more sticky windows when i move a "main" window
i want do something like this
private void MainWindow_PreviewMouseMove(object sender, MouseEventArgs e) {
if (e.LeftButton == ...
0
votes
1answer
104 views
horizontal css/javascript menu - keep showing submenu items
I am trying to adapt a horizontal css/javascript menu. Once user clicks on top level menu options, I want lower level options to stay open until user clicks on another link in the menu. I am using ...
0
votes
2answers
62 views
Footer won't stick to the bottom..help?
I've been reading a lot of questions and answers here and tried it over and over again but I can't get the footer to stick. Here is the link: http://guntherkoo.com/new/
The footer just doesn't want ...
0
votes
1answer
47 views
Sticky footer is not working and making my right column go crazy
I want to use sticky footer in this structure, can anyone write the code for me cause i have tried a lot of techniques but none of them are working perfectly for me.......
<body>
<div ...
0
votes
1answer
231 views
Sticky menu with options marked
I'm having many problems with an idea I'm trying to do. I have a web with an smooth vertical scrolling and I need a menu on the left which marks in which section I am.
So the ideal thing would be to ...
0
votes
2answers
78 views
Wordpress static homepage and sticky posts excerpt
I tried several things but for some reason i'm not able to show sticky excerpts when i choose a static homepage.
The excerpt that is shown is the excerpt of the static homepage.
Does any body know ...
0
votes
0answers
114 views
Sticky footer (jQuery) won't align to bottom of page exactly
The problem:
I'm using jQuery to align my footer to the bottom of a page. It works in FF but IE, Chrome and Safari push the footer down by about 50-100px.
See for yourself:
Look at the footer of ...
0
votes
3answers
75 views
CSS Sticky Footer, but with an internal wrapper?
Usually when I use the Sticky Footer, its a walk in the park, but this time the design of the page is slightly different and it calls to have two internal wrappers:
One wrapper is used in the ...
0
votes
4answers
110 views
Creating a sticky hover effect with jquery
I'm trying to create an effect which is just a little more complex than css (and apparently I) can manage.
The idea is to have one of the 5 DIVs active on page load and then until a different DIV is ...
0
votes
1answer
139 views
Sticky Service Management
I've got a Sticky Service (returns START_STICKY from onStartCommand) which executes some code in an AsyncTask, but I'm having some problems with how and when to start, bind, stop, unbind. I only want ...
0
votes
1answer
394 views
How to make the jQuery Sticky Float plug-in react dynamic page height changes?
I’m currently using StickyFloat http://plugins.jquery.com/project/stickyfloat and am dynamically changing the height of the div the object sits in via jQuery, the changing of the CSS height works ...
0
votes
0answers
77 views
CSS Sticky Footer Problems
i want to make an sticky footer
I tried many css solutions and javascript solutions, it works but i have a big background image, and footer goes to end of it background size
and i need footer go to ...
0
votes
2answers
52 views
Making a sticky post the first post in the loop - WordPress
I would like to get help with a issue I'm having with the WordPress sticky posts function.
I cant figure it out how to make the stick post stick to the beginning of the loop. I have a loop similar to ...
0
votes
3answers
291 views
CSS Sticky Footer - No Scrollbar when content div contains lots of text
Im trying to build a sticky footer. I looked at ryanfaits' version and at this one http://matthiasschuetz.com/content/extras/css_template01.html
The last one works just fine but the problem is, that ...