Tagged Questions
0
votes
0answers
23 views
Jquery Effect on works sometimes
So on my web site I have a JQuery animation that slides a filter downward on hover. This filter then stops behind a .png file that exposes text. Take a look...
...
0
votes
0answers
12 views
.Load to #div using IE9 and before not working
I have this piece of code on a template page in Wordpress which works fine in IE10, and any other browser not-IE.
In the page file:
<div class="postcontent">
<?php the_content( 'Read more ...
0
votes
1answer
39 views
Why my DIV doesn't respond to click? [closed]
That my Javascript for click
<script type="text/javascript">
$(document).ready(function () {
$(".role").click(function () {
alert("idiot");
});
});
</script>
my CSS ...
0
votes
0answers
22 views
Animate a div behind a another transparent div
I'm trying to animate a picture moving downwards behind another invisible div when I click 'loginButton1'. So it looks like the image is appearing from bottom to top.
What happens now is, when I have ...
1
vote
2answers
29 views
jQuery animation on nested divs
I'm trying to create a nav of links that correspond to different divs in the page, and when you click on the link, it hides all the other divs and slideDown the respective div. I am almost there, but ...
1
vote
3answers
47 views
How to scroll a fixed div inside overflowing parent div
I have been struggling with this for some time now. I need to have a div that should be position: fixed; when it's parent is scrolled horizontally, but it should scroll along with the rest of the ...
0
votes
2answers
50 views
On click, display (slide) details for portfolio use
This is my html/css: http://jsfiddle.net/StillD/bDMxs/
The pink boxes are my portfolio items. Beneath them I want to present detailed information (whole browser width) of the portfolio item you ...
0
votes
5answers
46 views
Finding the Exact Offset value of a Div
I have a HTML page with many divs. I want to find the particular unique value of each and every Div everytime.
Offset values are changing everytime I refresh the page. Is there any method which ...
0
votes
0answers
8 views
Expandable Jvectormap div
I'm using jVectorMap by Bjornd. The question is simple (the answer probably not!): I need it to expand with a button.
More specifically, I want it to start at 700x250 then open out to 700x450 to ...
0
votes
1answer
23 views
Displaying Multiple Youtube Videos with Show/Hide DIV Layers
I have a problem in this example:
http://modstudio.eu/facebook/hq/vid.php#
How do I handle multiple groups of videos to be displayed when their corresponding thumbnail is clicked? and stop all other ...
-1
votes
4answers
54 views
DIVs dynamic position with jQuery
I'm working on a project to create a website in which I need 3 divs to appear/disapear when ticking some checkboxes (one per div). I made an exemple here : http://jsbin.com/okevuy/1/edit
My problem ...
0
votes
2answers
43 views
css for displaying products in different size div like a pattern
Hi, I want to display my products like shown in this image.
Don't understand that how to apply size differently to each div that contains product info.
Is there any css or jquery plugin that can do ...
-4
votes
0answers
32 views
How work with image on other image? [closed]
Good day.
I have image
code on page:
<div><img scr="image.png"></div>
I need to add personal face on seet on photo(in the place where the white circle).
For crop image i use ...
2
votes
4answers
83 views
How to call a function after a div is ready?
I have the following in my javascript file:
var divId = "divIDer";
jQuery(divId).ready(function() {
createGrid(); //Adds a grid to the html
});
The html looks something like:
<div ...
0
votes
1answer
24 views
Fitting random sized images into DIV, leaving no spaces
do now any libraries or scripts which would help me to fit many images that are randomly sized into a DIV container leaving as few spaces as possible?
I am adding an screenshot, so You can see my ...