It appears that Chrome is the only browser displaying my code correctly.
While testing in Firefox and Internet Explorer, I have noticed that my position:absolute
is being affected by the border size, unlike in Chrome where it remains unaffected (which is what I intended).
You can view a demo here. Feel free to test it in Chrome, Internet Explorer, and Firefox to see the differences.
The main goal of all this technical sorcery is simple: I need the .thumb:after
element to always be centered in the .thumb
container. If you have a better solution, please share it with me.