Welcome Guest, Not a member yet? Register   Sign In
Private Msg Like Facebook
#2

[eluser]Philip Ramirez[/eluser]
It's just a CSS class + Javascript.

CSS
Code:
.menu_disabled a:hover {
    cursor:default;
    text-decoration:none;
}

.menu_disabled a {
    color: #AAAAAA;
}

Then use Javascript (I recommend using JQuery) to add/remove the menu_disabled class from the element when a checkbox is checked/unchecked.

Facebook's implementation allows for multiple message editing and is also aware of the state of the messages.


Messages In This Thread
Private Msg Like Facebook - by El Forum - 11-10-2007, 10:09 AM
Private Msg Like Facebook - by El Forum - 07-26-2008, 09:29 AM
Private Msg Like Facebook - by El Forum - 07-26-2008, 12:22 PM
Private Msg Like Facebook - by El Forum - 07-27-2008, 04:25 AM
Private Msg Like Facebook - by El Forum - 11-26-2012, 03:57 AM
Private Msg Like Facebook - by El Forum - 12-06-2012, 02:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB