I am attempting to change the css of menu items by clicking anywhere else on the screen. This is to reset they're css properties after already clicking on them and changing the css from they're defaults.
If I have a list item with id="linkitem"
how to I click on anything but #linkitem
to change the css of it.
Thanks