把DropDownList里的值传到Div里显示.把div的样式调成浮动.

解决方案 »

  1.   

    是自适应的啊,不会item标题长度比下拉框长的!
      

  2.   

    <div id="DropDownItem" style="position:absolute; left: 92px; width: 67px; top: 91px;">
    </div>
    <script language="javascript" type="text/javascript">
        ShowText = function(Text)
        {
           document.getElementById("DropText").innerText = Text;
        }
        </script>C#  DropDownList1.Attributes.Add("onchange", "ShowText(this.value)");不知道是不是你要的效果
      

  3.   

    这个难,参考下这个
    http://topic.csdn.net/t/20041010/12/3440160.html
      

  4.   

    这个难,参考下这个 
    http://topic.csdn.net/t/20041010/12/3440160.html上面这位兄弟的网页我看了,但还是解决不了,把鼠标移到上面出现提示的效果,高人指典