http://www.noor-azmi.com/element/projects.html
When u hover the thumbnails , text will appear.
This works just fine in all browser except safari
Can anyone help ? Thanks!
http://www.noor-azmi.com/element/projects.html
When u hover the thumbnails , text will appear.
This works just fine in all browser except safari
Can anyone help ? Thanks!
you should add -webkit-transform: translate(-50%,-50%);
to .middle
and it will work .
also one suggestion : ( i might be wrong about this )
you are using @media (-webkit-transform-3d)
which is a non standard feature and as MDN says
Non-standard This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
you should use @supports instead, which has the following syntax
@supports
<supports-condition>
{
<group-rule-body>
}
P.S. never link to external websites, but instead post your code here and replicate the problem . questions like yours are very easily downvoted and closed