Tagged Questions
1
vote
3answers
39 views
jQuery: Mouseover DIV effect
Apologies for the newbishness of my question, I'm still getting used to jQuery. I wish to do the most simple of effects. One which I've seen on a ton of different websites. Basically just that when a ...
2
votes
1answer
37 views
on hover image is shaking in FF Chrome but not in IE10
I am expanding both sides of an image on hover.It works perfect in IE 10 but not in FF and Chrome.The image shakes while expanding.
Not sure if it is css or browser issue.Here is the code which I am ...
-11
votes
1answer
55 views
I want script code that when open the web browser , the scroll bar's web browser go to in middle page of the screen [duplicate]
I want script code that when open the web browser , the scroll bar's web browser go to in middle page of the screen
I want script code that when open the web browser , the scroll bar's web browser ...
0
votes
2answers
41 views
Sliding Up <p>s
I have a simple problem which I am not able to solve properly. I have some divs having 2 <p>s each. The <p>s inside them are displayed display:inline. I want those both <p>s to slide ...
0
votes
0answers
21 views
Chrome not always applying perspective during css3 animation
I have what appears to be a random bug in Chrome where the perspective of CSS3 3D Transform is ignored until the last frame of the animation. It doesn't happen each time, and there doesn't appear to ...
-3
votes
1answer
30 views
How can I recreate the slide effect from http://magazine1.suitupordie.com?
I want to recreate the effect of this site: http://magazine1.suitupordie.com
Can it be done in pure CSS using absolute position and/or z-indexing or does it need Javascript..?
Is there any jQuery ...
1
vote
1answer
54 views
CSS3 or Canvas rounded hexagon
I'm trying to make a shape with CSS: a rounded hexagon (that is also elongated). I've tried thinking of a few different ways (such as a box for the body and 2 rounded triangles on the top and bottom), ...
-10
votes
3answers
82 views
how Scroll to the middle of the screen when opening…? [on hold]
how Scroll to the middle of the screen when opening
-9
votes
0answers
58 views
spin or rotate a div using javascript and jquery only. no plugin [on hold]
I have a set of divs in a container div which belong to class usercard. Also I have added following property to the div usercard at hover which makes it appear zoomed at hover
.usercard:hover
{
...
1
vote
1answer
27 views
jQuery dropdown delay on hover not working in bootstrap
I got the delay working using the jQuery script, but I needed to change my html so its now not the bootstrap standard dropdown, however its only a few positional changes and class changes so not sure ...
0
votes
1answer
49 views
Rotate and resize image with jquery and CSS
I have an image img.png with dimensions: width=300px, height=200px.
This image is in a div container:
<div class='thumbnail'> <img id='imgX' src='img.png'> </div>
And the CSS are:
...
0
votes
2answers
37 views
Rule of thumb in Dividing CSS into Layout and Theme [on hold]
I would like to separate my layout CSS from my theme CSS. However, I am kind of not sure exactly where certain properties such as padding, margin, width, or height belong too. I can see them belonging ...
-5
votes
1answer
45 views
Chrome and Safari animation iteration count [on hold]
This code works fine in Firefox but does not work correctly in Chrome or Safari.
I Know the issue is related to animation-iteration-count which I set to infinite but I want the animation to keep ...
5
votes
4answers
112 views
How to bind click event on image added using CSS 'background-image' property in jQuery
Here is my fiddle link
I guess my question is clear by title itself. Still, what I am looking for is an way to bind click event on the image added using css's background-image property.
I know, I ...
0
votes
1answer
30 views
Sluggish animations with CSS3 and jQuery for iOs
I'm about to create a webapp but when I've tried to animate some objects with jQuery or CSS3, they are sluggish, unfluid, like I have on my computer (or the iOs Simulator).
I think this is it ...