In the code part of Chrome DevTools, we can see that the div
's "width" attribute is set to 0px. But in the actual window, I can hover over it and it appears that the actual width is still 400 pixels.
Why?
Note that the div
in question is #raphContainer2
(note the 2), not the one highlighted in blue in the Chrome DevTools.