CSS User Interface
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1422003450156-2'); }); CSS User Interface ❮ Previous Next ❯ CSS User Interface In this chapter you will learn about the following CSS user interface properties: resize outline-offset Browser Support The numbers in the table specify the first browser version that fully supports the property. Numbers followed by -webkit- or -moz- specify the first version that worked with a prefix. Property resize 4.0 Not supported 5.0 4.0 -moz- 4.0 15.0 outline-offset 4.0 Not supported 5.0 4.0 -moz- 4.0 9.5 CSS Resizing The resize property specifies if (and how) an element should be resizable by the user. This div element is resizable by the user! To resize: Click and drag the bottom right corner of this div element. Note: Internet Explorer does not support the resize property. The following exampl...