This is what I want: a page split in two vertical parts: a red one with contents (200px in the fiddle) + the right part is a diagonal that goes top-left (200, 0) to bottom-right of the browser window.
I'd like this line to be responsive to any page changing: every time the page is resized, this line'd be always a neat diagonal between these points. (200, 0 - very bottom-right of the browser window)
I've been trying to manage the canvas function, but may be the wrong way. Can anybody help me?