Questions tagged [sliding]
392 questions
-1
votes
2 answers
jQuery Sliding Bottom change to Top?
I have a jQuery sliding footer ... Now i want it sliding on top (Header).
Anyone can help me to fixed it !
For demo live here: http://data.gaixinh.cto.vn/cbsp/bot.html
This HTML Source:

Sorya Kim
- 1
- 1
- 1
-1
votes
3 answers
Jquery - Configure auto slide
Hey there i got this jquery slider:
http://jsfiddle.net/Jtec5/377/
i added some options (mouseover and mouseout), but i dont know what to put there..
$("#slideshow > div:gt(0)").hide();
setInterval(function() {
$('#slideshow > div:first')
…

user3297073
- 129
- 1
- 12
-1
votes
1 answer
Sliding Navigation Bar - How Did They Do It?
I am trying to figure out how to get this sliding navigator bar effect: http://manoscrafted.com/. I can get as far as fixing the top hero image and sliding the bottom nav bar up and down, however, it doesn't stick to the top.
Is this done through…

ObbyOss
- 357
- 1
- 2
- 14
-1
votes
2 answers
How can I make my page sliding up and down?
I want to make 47 button on a layout and I can't figure it out how to make space for all of them on my layout, and making the layout sliding up and down.. I know, there is a lot of subjects about this, but I tried all of them, I nothing helped me..…

user3104504
- 81
- 1
- 1
- 8
-1
votes
1 answer
Trigger a Function on PageLoad
I've a code that works for slide a hidden div with clicking another div
But I want to remove "flip" div. I don't want to…

Diga
- 481
- 2
- 9
- 20
-1
votes
2 answers
How to convert my slide menu like foursquare menu?
Right now I have a sliding menu as follows,
I want to style it like foursquare sliding menu,
Here is my layout
-1
votes
1 answer
JQuery Horizontal Sliding Background
Does anyone know how to turn this horizontal? CSS Vertical JQuery Menu

jope
- 3
- 1
-1
votes
2 answers
How can i add a fragment dynamically
I want a fragment to appear from the right whenever I get an onListItemClick event, like a sliding menu. Suppose that I've implemented the fragment; how can i get it to appear? I can't seem to figure it out. Thank you for your time.
EDIT:
this is …

Libathos
- 3,340
- 5
- 36
- 61
-1
votes
1 answer
jQuery Sliding Effect not working
Hi i m trying to do a slide left & right effect on my Web-Page.
But it cannot seem to work it.
Pls can anybody correct it & work it.
instead of numbers there are images.
i have created a JS Fiddle for the same
http://goo.gl/kz3JX

dharmil007
- 3
- 2
-1
votes
1 answer
iOS: How do I create a sliding view/text bubble that slides in based on your finger gesture?
I need to create a new view for an app where the user is presented with a screen with a status bar, a text bubble and several buttons. They will be allowed to slide the text bubble off the screen and a new one will slide in to take its place. I only…

Mark S
- 2,161
- 3
- 21
- 25
-1
votes
2 answers
Jquery / AJAX sliding Menu - CrazyEgg - Used With Frequently Asked Questions
I'm having a bit of trouble figuring out what Crazy Egg used for their F.A.Q.s. I would like to implement the same thing exactly (where the questions slide down upon clicked - and show a blue box for the current active question).
Ex)…

Chatyak
- 183
- 1
- 1
- 11
-2
votes
2 answers
How to create a carousel in an android screen to show different elements?
In an android activity, I would like to have a view that can display different elements, sliding the screen like a carousel.
My question is what is the appropriate view for this work.

Porfirio Ángel Díaz Sánchez
- 17
- 1
- 5
-2
votes
2 answers
Sliding menu issue
I have created a sliding menu.. it worked perfect, but today I wanted to add a new block.. i did it, it was perfect, but after the creation, it appeared an error which said to add a superwarning to getActionBar().setDisplayHomeAsUpEnabled(true); and…

Ezekiel
- 89
- 3
- 12
-3
votes
1 answer
How can I implement sliding in Unity?
I am working on an fps game that uses sliding and crouching, but, currently, my character slides infinitely without stopping (until I release the shift key). If somebody can help me, that would be greatly appreciated! Thank you in advance!
-3
votes
1 answer
array sliding with spark dataframes
suppose the data is T_32_P_1_A_420_H_60_R_0.30841494477846165_S_0
using scala spark dataframe, how to split into the following format
T 32
P 1
A 420
H 60
R 0.30841494477846165
S 0
Any suggestions are greatly appreciated.
Thanks in advance

Shakti
- 5
- 1
- 3