|
Does your css menu example have the ability to have small text boxes on it?
Return to Recent Questions
Q:
I want to add the search box into my menu items like I saw on your main page under your logo.
Does your css menu example have the ability to have small text boxes on
it?
A:
You can paste any html code within css menu example item text, for example:
var menuItems = [
["<input type=text value='field'>text", ],
];
Try that.
Return to Recent Questions
|