Suckerfish dropdown menu sticking in ie7 ?
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.
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.
InĀ TS config for pages add the below lines RTE.default.proc.dontConvBRtoParagraph = 1 That’s it. As the code describes it does not allow BR to convert to Paragraph.