Add the following code in to your css
#topmenu li:hover{
position:static;
}
This will fix the dropdown menu sticking ( dropdown menu not folding out ) problem in ie7.
SCWEBS Info Solutions PVT. LTD.
A useful blog with code assitance on Typo3, PHP, Apache, OpenSSL, Prestashop
Add the following code in to your css
#topmenu li:hover{
position:static;
}
This will fix the dropdown menu sticking ( dropdown menu not folding out ) problem in ie7.