Discussions
Work-arounds for web site changes found in 2014.2
I've found a couple of changes that NetSuite 2104.2 adds to websites. I'm starting this post so we can all share what we've noticed. Please feel free to add to the post if you've seen things I've not mentioned.
The first thing I found was the a new inline style added to the div element that has the id of "div__body". Previously, this element had an inline style of style="margin: 0px" which forces the left and right to go out to the edge of the container. With NetSuite 2014.2, this has been changed to: <div id='div__body' style="margin: 0px; margin-top: 3px;">