July 13, 201412 yr I'm having differences between FF and Chrome, specifically the class=aboutme located here. Removing the position-top, didn't solve the problem as I was hoping it would, without causing a difference in Chrome ?
July 14, 201412 yr How have you solved it? That way if someone comes across the same problem and they search the forums they have the solution.
July 16, 201412 yr There's quite a few differences between Chrome and FF. Some are quite frustrating, like if you put an anchor around a responsive image (max-width: 100%, height: auto) and they are placed in a responsive grid the anchor itself will grow to the size of the actual image and break out of the grid if the image is sufficiently large. Thus the max-width doesn't work. In this case you need to give a max width to the anchor as well. There are similar bugs with images inside of tables where max-height 100% doesn't work in FF. Annoying but the former is an easy fix, the latter to my knowledge can only be fixed with js.
Create an account or sign in to comment