The question mark???

wxdqz

New Member
What does the ? and the : mean in javascript???

Example:
this.scrollbarBot.style.top = (MenuHeight - (HM_IE ? (HM_BorderWidth * 2) : 0) - HM_ScrollBarHeight) + "px";
 
Back
Top