1 2 3 4 5 6 7
<!DOCTYPE html> <html> <head></head> <body onload="document.getElementById('d').style.MozColumnWidth = '';"> <div id="d" style="height: 1px; -moz-column-width: 1px;">d d <span style="position: absolute;"></span></div> </body> </html>