I am writing my own markdown package similar to the built in one and I want to provide the option of going full screen so they can edit the document easier. I thought I can just set the div to position absolute, left, right, top, bottom to 0, and width/height at 100% but it doesn't work. It looks STRANGE to say the least:
That being said, does anyone have any ideas on how to overlay the containing div so it goes full screen in the backend? Seems like some trickery is required.
Full Screen Div
I am writing my own markdown package similar to the built in one and I want to provide the option of going full screen so they can edit the document easier. I thought I can just set the div to position absolute, left, right, top, bottom to 0, and width/height at 100% but it doesn't work. It looks STRANGE to say the least:
http://screencast.com/t/hqtobG6au0L2
That being said, does anyone have any ideas on how to overlay the containing div so it goes full screen in the backend? Seems like some trickery is required.
Well I got something very hacky working. Would love to hear someone else's thoughts.
I'm adding a class to the body and then having to mess around with #contentwrapper. Then I can put my div full screen.
is working on a reply...