css - absolutely positioned image disappears in chrome -


http://www.poda.dreamhosters.com/

see "sample blog post" area.... there's image there. when applied absolute positioning (i want use css clip), disappears.
in inspector can select image , see outline of be. doesn't seem z-index issue... turned off background colours elements behind , couldn't see image.

help me find image please....

i'm using plugin, have limited control on html output unless want edit plugin files... (wordpress)

try it:

#featured_post_widget-2 img {     /* ... */     clip: rect(0px, 346px, 162px, 0px); } 

instead of:

rect(0px,0px,20px,0px); 

Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -