I am trying to style a piece of code that has the debugger keyword in it.
I am using the debugging window(IE, FF, Opera) to see CSS style effects but the debugg
You should delete the debugger when it's not being used. It should only be used in the lines of code you are currently testing.... There's no reason to have it in your code when you're not testing the code directly before or after the debugger.