To access the Rendering Settings on Chrome debugger. Enable by clicking on the drop down on extreme left icon.
When working with CSS and DIV issues, Chrome debugger is a great first step and then if the JSP has an issue with missing end DIV tags, developers need to go in and indent and figure out the missing or DIV tags.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhp4hCsHNnd4IqX6bSDf9ecdVyJ0Og8Mthi27L5wxCzXv0lZ4fXodrzYry-CRVFNTlHsbD_yCB9W26LFAL0Cqa8-io3xEKaCcnGyy_Z6AK1bcAsMsjPuwoc5P10Tf5sDl02x5f39dL64xnF/s640/chrome_enabling_rendering.png)
Check Emulate Print media to the view the page with print media check. and you can also run javascript Jquery commands in console to find any Div with hidden elements.
You can also delete various Div classes and figure the faulty DIV.
When working with CSS and DIV issues, Chrome debugger is a great first step and then if the JSP has an issue with missing end DIV tags, developers need to go in and indent and figure out the missing or DIV tags.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhp4hCsHNnd4IqX6bSDf9ecdVyJ0Og8Mthi27L5wxCzXv0lZ4fXodrzYry-CRVFNTlHsbD_yCB9W26LFAL0Cqa8-io3xEKaCcnGyy_Z6AK1bcAsMsjPuwoc5P10Tf5sDl02x5f39dL64xnF/s640/chrome_enabling_rendering.png)
Check Emulate Print media to the view the page with print media check. and you can also run javascript Jquery commands in console to find any Div with hidden elements.
You can also delete various Div classes and figure the faulty DIV.