English 中文(简体)
JQuery Autocomplete:改变视线和感觉
原标题:JQuery Autocomplete: changing look and feel

我总是与贾瓦和斯瓦扎勒的支持者开发商。 我把JQuery用于鉴定、数据表和核心java书写任务。 我总是把拖欠的中央支助事务用于格凯里。

现在,我的任务是建立一个“自动植被”组织,它检查和感觉到“联系”公司。 从结果应当分类为类别,如果可能的话,图像将显示在清单项目的左边。 我不知道如何改变安全部的主题。 我的社保学会经验是最起码的。

肯定会赞赏任何指导。

感谢

Sam

页: 1

I ve 曾使用过火力,已发现汽车结果如下:

<ul class="ui-autocomplete ui-menu ui-widget ui-widget-content ui-corner-all" role="listbox" aria-activedescendant="ui-active-menuitem" style="z-index: 1; top: 114px; left: 55px; display: block; width: 176px;">
    <li class="ui-menu-item" role="menuitem"><a class="ui-corner-all" tabindex="-1">Java</a></li>
    <li class="ui-menu-item" role="menuitem"><a class="ui-corner-all" tabindex="-1">JavaScript</a></li></ul>

但是,产生了什么? 我如何改变产生的东西?

问题回答

I d start out by getting the autocomplete thing to work, and then disable the jquery UI CSS-file. This will cause the autocomplete-dialog to look complete s*it :)

现在缓慢地开始采用你从 Chrome、IE或FF的“火焰”中使用检查员看到的风格。

If you re stuck you can always look up the style from the original jQueryUI CSS and copy it into your stylesheet file and then edit the settings. This will definitely help you learn CSS better, and also you ll get the right look and feel for your Autocomplete.

As for the LinkedIn autocomplete, I d suggest you use the inspector or firebug again to inspect the style on the site, and just copy it and inspect it.

希望你们能够从头开始! Good:





相关问题
How to start to create an application GUI using C#?

HI! I am new to C# and plan to use it for my application GUI. I am trying to make my GUI similar to SPSS:http://www.spss.com/images/08/statistics_screens/ez_rfm-big.jpg Is this easy in C#? Is there ...

Automatic height of edit box

My shoes application has three items stacked on top of each other (with a stack, of course), in order: A banner An edit box Two buttons in a flow What I want to do is have the banner stay at it s ...

Search by using the keyboard in a list/grid - algorithm

I need to implement a custom search in a grid and I would like to find some user interface guidelines that explain the standard way to implement it. I mean this kind of search that is initiated by ...

UI And TcpClient Issue in vb.net

I m having some problems with a small ircbot i m writing. Basically I connect to the server using a tcpclient in a seperate class, which also runs on its own thread. I want to display the server text ...

UI Convention: Shortcut key for application exit? [closed]

Is there a convention for the shortcut keys for application exit? Some applications uses Alt+X some others use Ctrl+ X and Ctrl+Q. Applications like FF and IE doesnot assign a shortcut at all. So is ...

热门标签