asp.net ajax中的AutoCompleteExtender中的字体颜色,大小,及它的背景色如何设置?

leeWolfe 2007-06-09 11:10:36
asp.net ajax中的AutoCompleteExtender中的字体颜色,大小,及它的背景色如何设置?
在线等,已有回答立刻验证给分。
...全文
1259 9 打赏 收藏 转发到动态 举报
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
amangoing 2008-12-26
  • 打赏
  • 举报
回复
jy2145989 2008-05-16
  • 打赏
  • 举报
回复
关注
现在也遇到这个问题了
meiZiNick 2008-05-01
  • 打赏
  • 举报
回复
有点难度哦
talentxiaoli 2008-02-29
  • 打赏
  • 举报
回复
里面有个 ScriptPath 。。在脚本里面写
waslee 2007-09-26
  • 打赏
  • 举报
回复
<style type="text/css">
/*AutoComplete flyout */

.autocomplete_completionListElement
{
visibility : hidden;
margin : 0px!important;
background-color : inherit;
color : windowtext;
border : buttonshadow;
border-width : 1px;
border-style : solid;
cursor : 'default';
overflow : auto;
height : 200px;
text-align : left;
list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
background-color: #e9f5f7;
color: black;
padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
background-color : window;
color : windowtext;
padding : 1px;
}
</style>

<cc1:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server"
CompletionListCssClass="autocomplete_completionListElement"
CompletionListItemCssClass="autocomplete_listItem"
CompletionListHighlightedItemCssClass="autocomplete_highlightedListItem">
tony121lee 2007-07-19
  • 打赏
  • 举报
回复
顶,偶也在关注,似乎ajaxToolkit:AutoCompleteExtender中没有关于样式的属性
leeWolfe 2007-07-07
  • 打赏
  • 举报
回复
leeWolfe 2007-06-11
  • 打赏
  • 举报
回复
自己再顶一下吧……
leeWolfe 2007-06-09
  • 打赏
  • 举报
回复
没有人知道吗?

52,797

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 Ajax
社区管理员
  • Ajax
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧