I am trying to make a couple invisible divs (visible, but 0x0 in size). These divs work as canvases for Javascript based vector graphics. Currently, my sizeless, contentless divs appear perfectly (meaning they don't) in Firefox, and graphics are generated all over the screen. But when in IE, if any graphics are generated, the div blows up in to an empty white space.
Is there anyway to force IE to keep a div size and just overflow?
Is there anyway to force IE to keep a div size and just overflow?
Comment