css - JQuery bounce effect broken by Bootstrap -


i'm trying bounce popup on hover. want popup bootstrap (v3.0.0) panel. problem is, panel changes it's width after bounce effect.

example: http://fiddle.jshell.net/yxrvp/

anyone knows how fix this?

add min-width:315px; .poppy

http://fiddle.jshell.net/yxrvp/10/

#poppy {     position: absolute;     top: 200px;     left: 250px;     width: 315px;     height: 200px;     overflow: hidden;     background: #f9f9f9;     display: none;     z-index: 2;     min-width:315px;  } 

Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -