I\'m trying to make a semi-transparent div cover the whole screen. I tried this:
#dimScreen { width: 100%; height: 100%; background:rgba(255,255,
#dimScreen{ position:fixed; top:0px; left:0px; width:100%; height:100%; }