DD Mega Menu - adjustment of a mega menu width doesn't work at all while another four
Hi!
Adjustment of a mega menu width doesn't work at all while another four on the same page work well. You can find the page at http://www.ehyeh.com/ehyehindex-toFIX.html. The problem mega menu is the first menu 'News'. I changed the value of the width in style attribute
Code:
<div id="menu0" class="mega" style="width;520px">
variously but it did not respond at all. I wonder what is the problem.
And I have one more problem, i.e. the 11th list of the 'drop down / mega' menu which starts with 'Guinea' doesn't work for escaping the special character '-', the actual item of it is 'Guinea-Bissau'. I replaced the '-' with Non Break Hyphen HTML code but it doesn't work as christian-marriage.net in the second menu, betterlife-insurance.com in the third menu,
o-jerusalem.com in the fourth menu and the-quasar-3c-273.com in the fifth menu work. These four are escaped from the line break, showing proper format. But in the first menu it only escapes with Non Break Space as shown in the first list, i.e. THETOP.NEWS - 'Save your time'.
regards,
First of all thanks for your reply.
Quote:
Originally Posted by
molendijk
Code:
style="width;520px"
should be
Code:
style="width:520px"
I expected what you exactly expected as it is a simple mistake. I changed it but surprisingly it doesn't work! I'm wondering why.. And what about the escaping the special character problem ?
Thanks Arie,