Hi !!
I have a Problem with the SearchBox...(DNN6)
First I created a new SKIN and finally I added a the Search-Box like this:
<dnn:SEARCH runat="server" id="dnnSEARCH1" CssClass="ServerSkinWidget" showweb="False" showsite = "False" UseDropDownList="True" EnableTheming="true" Submit="<img src="images/search.gif" border="0" alt="Suchen" />" />
This works fine, but now I have to so some modifications in the Style.
I found the section in the Default.css where I can change the Background, etc. :
/* Search SkinObject Styles */
div.SearchContainer{position:relative;white-space:nowrap;}
div.SearchBorder{width:200px;height:20px;border:solid 1px #e0e0e0;position:relative;background-color:White;white-space:nowrap;float:left;margin-top:2px;}
input.SearchTextBox{float:left;z-index:10;border:0;width:169px;height:18px; background-color:Silver}
div.SearchContainer a{padding:0px 5px;position:relative;display:inline-block;}
div.SearchIcon{float:left;width:31px;height:20px;cursor:pointer;z-index:11;background:no-repeat 2px 2px;text-align:right;}
div.SearchIcon img{margin-top:6px;}
Now I switched into the Mode : UseDropDownList="False" , beause I only whan to deliver a site search for my visitors. But after that the searchbox is only a text bos and all changes in the Default.css have no effect to this.
what did i do wrong??
Greetings
Sascha