php - Magento header jumping -


i have strange bug while browsing through categories on magento webshop header of webshop changes height on different pages (http://shop.tvornica-snova.hr/index.php/)

ie if on homepage, , click on of categories header extends additinal 10px in height , kind of pushes content down.

i seem have same html structure , layout both homepage , categories cannot figure out bug.

can help?

check out header-top section of markup normal page, , "jumping" page.

normal:

<div class="logo">     <strong>magento commerce</strong>     <a href="http://shop.tvornica-snova.hr/index.php/" title="magento commerce" class="logo">         <img src="http://shop.tvornica-snova.hr/skin/frontend/default/f002_yellow/images/logotvornica.png" alt="magento commerce">     </a> </div> 

jumping:

<a href="http://shop.tvornica-snova.hr/index.php/" title="magento commerce" class="logo">     <strong>magento commerce</strong>     <img src="http://shop.tvornica-snova.hr/skin/frontend/default/f002_yellow/images/logotvornica.png" alt="magento commerce"> </a> 

the first 1 contains 2 references class="logo", has defined rule of margin-top: -10px;. case of pages header closest top of page - being pulled 20px

the second 1 marked differently, , contains 1 reference class - hence 10px shift see.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -