Jump to content

unreq

Newbie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by unreq

  1. <asp:ImageButton ID="ibSerch" runat="server" AlternateText="Поиск" onclick="imgbtnSerch_Click" ImageUrl="~/images/search.jpg" ClientIDMode="Inherit"></asp:ImageButton> <asp:TextBox ID="tsSerch" runat="server"/> На него действуют два дива: #right { float:right; margin-right: 10px; } #nav { background: url(http://192.168.15.155/b2b/images/menu.png) repeat-x; height: 49px; width: 97%; position: absolute; margin-left: 13px; } И выглядит это вот так: В хтмл выглядит так: <div id="right"> <input type="image" name="ctl00$ibSerch" id="ibSerch" src="images/search.jpg" alt="Поиск"> <input name="ctl00$tsSerch" type="text" id="tsSerch" style="border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-top-color: currentColor; border-left-color: currentColor; border-right-color: currentColor; border-bottom-color: currentColor; border-top-style: none; border-left-style: none; border-right-style: none; border-bottom-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px"> </div> И кстати, они мистическим образом друг к другу привязаны. Т.е. я могу переместить кнопку в хеадер, а текст-бокс в футер и контент между ними пропадет. Может конечно проблема в asp, но кодера на месте нет и в лезть искать в проекте желания нет. Есть подозрения, что где-то прописан input и вяжет их друг с другом, но оперовский инспектор не признается.
  2. Вот как свежий взгляд все решает. А я сижу уже час и пытаюсь выяснить в чем проблема. Спасибо!
  3. Оригинал: #nav-right { background: url(http://192.168.15.155/b2b/images/menu2.png) no-repeat; height: 47px; width: 14px; float: right; margin-top: 2px; margin-right: -3px; } Хак для IE: #nav-right: {margin-top: -100px !important; margin-right: -100px !important;} Хак в HTML: <!--[if lte IE 9]> <link rel="stylesheet" type="text/css" href="styles/ie.css" /> <![endif]--> inb4: путь к файлу прописан правильно.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy