-1
votes
0answers
13 views
how to make this effect of this com javascript page background?
http://larealpari.com/
not know how to do this transaction to look like a video so this background
("#frame").css({"background-size":""+h*n+"px "+t+"px","background-position":"-"+(a*h+l)+"px ...
1
vote
0answers
35 views
Forcing slides to stay at the top of its container
This is a bit difficult to explain but i'll give it a shot. I'm using this slider tutorial(http://css-tricks.com/slider-with-sliding-backgrounds/) to create a step form. It's working perfectly well ...
0
votes
0answers
21 views
How to make any div as modal onClick
I have a page which looks something like This.
Except that instead of "Take a Look" button, I have the Facebook like button.
What is it?
Each of the panels is a <figure>, What you see onHover ...
0
votes
1answer
32 views
preserved-3d not working IE10
<body> <article class="viewport">
<section class="cube">
<div>
<div class="part psm"><span data-href="#test">C1a</span></div>
...
0
votes
0answers
31 views
Safari browser not rendering CSS correctly
I have created a mobile site which is working in chrome, firefox and even IE9, except the safari (both desktop & mobile)
The problem is with the header text. By default the header texts are
...
0
votes
0answers
21 views
Is jquery code from htmldrive.net for free for commercial websites [on hold]
Could you please anybody help me out for my question. Actually i want to use j-query code from html drive.net for my client. But i have a doubt like whether i can use it for commercial purposes and ...
0
votes
1answer
24 views
I need a Slideshow [on hold]
I need a simple slideshow with the following features:
responsive
auto play
pagination (those small dots)
prev/next buttons
handle videos as well as images
stop on hover
stop while video is playing
...
-3
votes
0answers
15 views
how can i get all animation effect transition bootstrap extra layer page? [on hold]
I want to create an animation effect like the link below. please help me
visit http://livedemo00.template-help.com/wt_44961/index.html?
1
vote
2answers
44 views
Content switch in drag and drop using HTML5
I have drag and drop code where i need to switch content in drag and drop. Currently when you drop a tr on another tr it append this new tr but I want these two tr should change their position instead ...
0
votes
3answers
34 views
JQuery Vertical Carousel endless scrolling
I am having a minor issue with a vertical scrolling carousel. I am using JQuery, HTML and CSS for this project. The idea is to make it scroll endlessly in a vertical motion, it works fine, however on ...
0
votes
1answer
27 views
IE9/jQuery 1.9 CSS3 compatibility issue
I have a progress bar animation which is implemented by adding a div with 0% width, then increasing the div's width by 1% every 300ms.
The div has border-radius:20px in my CSS file and the radius ...
1
vote
1answer
23 views
Custom jQuery Mobile transition using -webkit-mask
I am trying to make a custom jQuery Mobile transition using the -webkit-mask transition.
Here is how I've set up the animation function:
.mask.in
{
-webkit-mask-position: 0 0;
...
2
votes
2answers
68 views
CSS3: transform property not working as expected in chrome
I am trying to achieve the below thing ..And its working pretty well in firefox but the same css
working in chrome is somewhat like this shown below
I think -webkit-transform-origin: 50% 100%; ...
5
votes
1answer
159 views
jQuery UI Sortable animations
I have a grid-like list, and have the sortable functionality working in it, like planned. I want to animate every item except the one being manipulated to smoothly slide in the list. I have an example ...
-1
votes
1answer
61 views
How to make a horizontally animating border on links when hovered?
So, the goal I'm trying to accomplish here is the idea to have a horizontal navigation bar with a border that only shows when hovered and slides with your mouse over other links in the navigation bar, ...