Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:01

Possition Issue of placing form in submenu


Poster: perldev
Dated: Thursday December 16 2004 - 21:36:59 GMT

Menu Version: Version 5.63 - Built: Friday December 10 2004 - 18:50

My menu link

When removing the FORM submenu from the mainmenu, it looks different; However keeping the FORM submenu, it will be displayed differently in IE, FF and Opera.

I wish the menu looks like this


Poster: John
Dated: Friday December 17 2004 - 21:29:16 GMT

Try making the "Search Site" text smaller (use px, not pt), and perhaps change the font as well. You can do this with an in-line style in the input statement. Don't forget that the form has an automatic pad around it, so you might try setting the padding to 0px.


Poster: perldev
Dated: Monday December 20 2004 - 16:46:22 GMT

John-

The orginal:
Code:
aI("text=<FORM... style=`margin:0`><input type=text value='Search Site' size=14 style=`font-size:9`..>...</FORM>;type=form;")


I decrease the font size to 8, it doesn't help at all. Any other suggestion?


Poster: John
Dated: Monday December 20 2004 - 16:54:17 GMT

I'd take all the ' out of there...
Code:
input type=text value=Search Site size=14 style=font-size:9px;...


Poster: perldev
Dated: Monday December 20 2004 - 17:35:28 GMT

If remove the ', it will only show Search in the input box by default.


Poster: John
Dated: Monday December 20 2004 - 17:37:04 GMT

Try single backquotes ( ` ) instead.