Dim all children (except one being hovered on) [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I would like to hide all the children except the one being hovered on. I can't seem to figure out why it won't work - I've included the full sites CSS and everything on this
http://jsfiddle.net/DLjEg/1/

You're using jQuery, but you have the library set to MooTools...switch it to jQuery and it works fine :-)

Related

Is there a way to produce different resolutions of same image at once [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 1 year ago.
Improve this question
I was downloading wallpapers from https://wallpapersden.com/street-fighter-fortnite-wallpaper/ .
When I clicked on the download button another page opened
"https://images.wallpapersden.com/image/download/street-fighter-fortnite_bGtoaW6UmZqaraWkpJRmbmdlrWZlbWU.jpg "
I want to know what is images.wallpapers.com . Is this another website?
images.wallpapersden.com is a subdomian of wallpapersden.com where they store there images. They have created it for convenience in order to handle their images better. it is same as drive.google.com and mail.google.com.

How to draw double headed arrow in HTML? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I want to create a double headed arrow/html element in my web page with some text in it. Basically an arrow like in shapes in MS Word.
Also, I want it to be clickable so that I can trigger any event on the click.
How can I accomplish this?
Some double-headed arrow characters exist in UTF-8 if you don't want to draw it yourself in CSS :
U+2194 ↔
U+2195 ↕
U+21D4 ⇔
U+21D5 ⇕
This page has a lot of them if you need more.

what plugin that they used for navigation on atmospherejs.com? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I have found cool site and have very interested with effect that they put on navigation (when you click on menu icon on the top left). can you guys tell me how to achieve this? I'm just learning js so I assume they use some kind of plugin like html2canvas to grab the screen.
I really appreciate if you can help :)
You can have the same menu effect by Codrops.
You can also download the source from their site.

HTML spacing issue - all browsers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I have built this sample gallery, but for some reason there is vertical spacing between the images which I want to remove. I can not see any where that will remove the spacing:
http://alexconner.co.uk/gallery_test/
That's a problem with the linebreaks between the li tags
just try that:
<li>img1</li><li>img2</li>
instead of pulling every single tag on every single line

jQuery Masonry with separators? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
I am implementing jQuery Masonry and I got it just fine.
Then I wanted to add headings/separators throughout (date dividers)... To make this work I had to put each "group" into it's own container and masonry each of those. If I just masonry the main container, it absolutely positions them all at the very top covering/ignoring the heading dividers.
Is there any way I can "switch" between the two? If I hide() the separators and reload each of the masonry they still form their own groups. If i float each of the containers, it just becomes a complete mess.
How could I accomplish this without a reload and formatting the HTML/JS calls?

Categories