One of the problems we’ve seen happening over and over again with Chrome and Safari that doesn’t happen with Firefox and later version of IE is the image float issue of text not completely wrapping around the image when using the built in float tags in WP (.alignleft & .alignright) which are automatically embedded in the code when the selection of aligning the image left or right are selected.
Both Google Chrome and Safari display it the same way, meaning the text doesn’t wrap around the image when using the simple float:left; or float:right; tags on your CSS.
The regular CSS tags that WordPress comes with are:



