Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

css "position" shovels tag over image (IE8, google html5shiv). #277

Open
dominiklenne opened this issue Jul 11, 2013 · 0 comments
Open

css "position" shovels tag over image (IE8, google html5shiv). #277

dominiklenne opened this issue Jul 11, 2013 · 0 comments

Comments

@dominiklenne
Copy link

Position static, relative or absolute will cause the issue.

Effect: the image cannot be seen anymore, only some fringes appear. The figure-element will be put above the .

The issue can be resolved by

  • removing the position property from figure-element
  • adding any z-index to the figure-element

code example at

http://dominik-lenne.de/files/pietest.zip

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant