I created a table on my HTML page using div tags. The content of the table can be hidden and shown with an onClick event in the corresponding Enabled/Disabled section. All styling for the div sections is done through CSS in a separate stylesheet.
My html, css, and js files are all stored locally on my disk and will primarily be accessed locally within the software I developed in VB.net.
The pages I designed look great in both Chrome and IE (v11), but when I view them using the WebBrowser control, it appears that the control is not handling the div elements with the float property properly (refer to image below).
Could someone please help me identify the issue here? I believe it may be more related to the WebBrowser control than the webpage styles themselves.
(click on image to view in new tab for better resolution)