Sponsored Content
The Lounge What is on Your Mind? Update to Posts - Member Info Icon and Badge Post 303020531 by Neo on Sunday 22nd of July 2018 12:28:05 PM
Old 07-22-2018
Quote:
Originally Posted by vgersh99
Looking really nice and succinct!
Would be nice to change the shape of the cursor when hovering over...
Thanks
OK. Done.

Code:
jQuery(".neo-postbit-user-info-area").hover(function(){
      jQuery(this).css({"cursor":"pointer"});
   });

jQuery(".neo-postbit-user-info-area").click(function(){
        jQuery(this).find(".neo-postbit-user-info").toggle();
        jQuery(this).find(".neo-postbit-user-info-icon").toggle();
  });

This User Gave Thanks to Neo For This Post:
 

5 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Update my info

I hadn't logged on here in several months. I want to update my info, such as the email address that I can be contacted at, but I don't see any links to do that. (1 Reply)
Discussion started by: cleopard
1 Replies

2. Red Hat

Gpk-update-icon consume more CPU

Dear all, I have installed OEL Oracle Linux 6.4 on my server , when I type " Top " command to see the CPU utilization , the output shows a root user executed "gpk-update-icon" which consume upto 98% , So needs your feedback with solution. If I kill this process it will effect ?? ... (1 Reply)
Discussion started by: mody82
1 Replies

3. What is on Your Mind?

Update to Navbar - Member Info and Avatars

Hey, I moved the user information in the top right on the navbar to side panel and replace it with a clickable avatar image. If you have an avatar, you will see your avatar and if you don't you will see some default one (will change it to something better later). If you have any notification... (53 Replies)
Discussion started by: Neo
53 Replies

4. Web Development

Update to Member List - New Click Options

FYI, Have updated our memberlist : https://www.unix.com/members/list/?order=DESC&sort=lastvisit&pp=30 $cat memberlist.php ... 375 // added next line by neo 15 Nov 2018 376 $condition .= ' AND credits > 0'; ... The reason for this change is insure the... (3 Replies)
Discussion started by: Neo
3 Replies

5. Web Development

Color a Badge Based on the Weeks the Member is Active in the Latest Sequence

Hi Ravinder, Could you (and anyone else who wants to help out) check this PHP code and confirm it does what I expect it to do, which is to color a badge based on the weeks a member is active in the latest sequence? I did a cut-paste-change from my "days in sequence" PHP prototype script and it... (6 Replies)
Discussion started by: Neo
6 Replies
NEO(4)							   BSD Kernel Interfaces Manual 						    NEO(4)

NAME
neo -- NeoMagic MagicMedia 256 audio device driver SYNOPSIS
neo* at pci? dev ? function ? audio* at audiobus? DESCRIPTION
The neo driver provides support for the NeoMagic MagicMedia 256AV and 256ZX AC'97 audio devices, found on many laptops. The MagicMedia 256AV also comes in a variant (usually found on Dell and HP laptops) that works in Windows Sound System emulation mode, not in AC'97 mode. That variant of the chip must be used with the wss(4) driver. The neo driver will not attach to such chips. SEE ALSO
ac97(4), audio(4), intro(4), midi(4), pci(4), wss(4) HISTORY
The neo device driver appeared in NetBSD 1.5.1. BUGS
The MagicMedia 256 series is not well-documented. No MIDI or FM synthesizer capability is provided with the MagicMedia 256 in AC'97 mode. While those capabilities are provided by the Windows driver for the chip, they are emulated by the Windows driver, and not directly supported by the hardware. BSD
June 22, 2005 BSD
All times are GMT -4. The time now is 07:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy