how to force content to stay in a div?
I have some products in a ul
when I hover a product the box become bigger
I want those products to stay in there position when a use the hover.
<div id="parent" style="position: fixed;">
<ul id="list">
<li id="product1">
<li id="product2">
...
<li id="product9">
</ul></div>
this happen for the first line. it throw the second far away.
No comments:
Post a Comment