Jump to content
  • 0

Съезжает кнопка поиска


unreq
 Share

Question

<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;
}

И выглядит это вот так:

examplens.jpg

В хтмл выглядит так:

<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 и вяжет их друг с другом, но оперовский инспектор не признается.

Edited by unreq
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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