Jump to content
  • 0

проблема - растягивающийся button в FF


glivera
 Share

Question

Хотел сделать кнопку которая растягивалась бы под текст по горизонтали и столкнулся с непонятным отображением этого всего в FF3.0.8. По какой то причине FF правильно не понимает конец блока хотя опера и ие8 все понимает замечательно. Нашел способ с использованием хака, но это не валидный вариант. Может кто подскажет вариант без использования хака.

Заранее спасибо!!

код ниже

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en"
lang="en">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8"/>
<style type="text/css">
#submit{
position:absolute;
display:block;
height:17px;
top:13px;
left:189px;
color:#fff3ce;
border:0;
padding:0 6px;
cursor:pointer;
font-size:9px;
line-height:17px;
background:url("button.png") 0 0 no-repeat;
}

#submit span{
position:absolute;
display:block;
width:2px;
height:17px;
top:0;
right:0;
margin:0;
padding:0;
background:url("button.png") -398px 0 no-repeat;
}
@-moz-document url-prefix() {
#submit span {
top:-4.5px;
right:9px;
}

}

</style>
<title></title>

</head>
<body>
<button type="button" id="submit"><span> </span>ВходВходВходВходВходВходВходВходВходВходВход</button>
</body>
</html>

Link to comment
Share on other sites

2 answers 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