Jump to content
  • 0

Ховер на баттон в IE6


AlexKon
 Share

Question

Проблема с ховером на баттоне Submit в IE6, как это можно решить и решается ли чистым стилем, или хаками в стилях.

Знаю что это можно реализовать на JS, но мне это не подходит нужно не используя JS

мой код что бы было понятнее что я имею введу :D

<style type="text/css">

.sbtn{
border:0px;
background:url(inputBtn.gif) no-repeat;
color:#FFFFFF;
width:100px;
height:46px;
}

.sbtn:hover{
background:url(inputBtnSubmit.gif) no-repeat;
}

</style>


<body>
<form id="form1" method="post" action="">
<p>
<input type="text" name="textfield" id="textfield" />
<input type="text" name="textfield2" id="textfield2" />
<input type="submit" name="button" id="button" class="sbtn" value=" " />
</p>
</form>
</body>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
К сожалению боюсь без js не обойтись, так как в ИЕ6 нет поддержки :hover для любых элементов кроме ссылки "а" :D

очень жаль что нельзя приручить его

нашел вот такое решение данной проблемы, может кому сгодится

http://www.xs4all.nl/~peterned/csshover.html

правда оно имеет ряд недостатков, но это лучшее что нашел

Link to comment
Share on other sites

  • 0
очень жаль что нельзя приручить его

нашел вот такое решение данной проблемы, может кому сгодится

http://www.xs4all.nl/~peterned/csshover.html

правда оно имеет ряд недостатков, но это лучшее что нашел

Да уж, приходиться чем-то жертвовать ради цели :D

Link to comment
Share on other sites

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