Jump to content
  • 0

CSS и размеры кнопки


LabaZu
 Share

Question

Всем привет.

Помогите, пожалуйста, со следующей проблемой...

Имеется код кнопки:


***
<form action="" id="cse-search-box">
***
<button class="Button" type="submit" name="" tabindex="" style="margin-left: -60px; margin-top: 10px; text-align:justify;">
<span class="btn">
<span class="t">
Поиск
</span>
<span class="r">
<span></span>
</span>
<span class="l"></span>
</span>
</button>
***
</form>
***

К ней применены следующие стили оформления:


/* Search Form */

#cse-search-box button.Button, a.Button
{
position:relative;
display:inline-block;
width: auto;
outline:none;
border:none;
background:none;
line-height:34px;
margin:0;
padding:0;
overflow: visible;
cursor: default;
text-decoration: none !important;
}

#cse-search-box .Button .btn
{
position: relative;
overflow: hidden;
display: block;
width: auto;
z-index: 0;
height: 34px;
color: #1C1C1C;
white-space: nowrap;
float: left;
margin-left: 60px;
}

#cse-search-box .Button .t
{
height:34px;
white-space: normal;
padding: 0 24px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: left;
line-height: 34px;
text-decoration: none !important;
}

#cse-search-box .Button .active
{
color: #F2F2F2;
}

#cse-search-box .Button .hover, a.Button:hover
{
color: #FBF5E5;
text-decoration: none !important;
}

#cse-search-box .Button .active .r
{
top: -68px;
}

#cse-search-box .Button .hover .r
{
top: -34px;
}

#cse-search-box .Button .r
{
display: block;
position: absolute;
overflow: hidden;
z-index: -1;
top: 0;
right: 0;
width: 9px;
height: 102px;
}


#cse-search-box .Button .r span
{
display: block;
position: absolute;
overflow: hidden;
z-index: -1;
top: 0;
right: 0;
width:411px;
height: 102px;
}


#cse-search-box .Button .active .l
{
top: -68px;
}

#cse-search-box .Button .hover .l
{
top: -34px;
}

#cse-search-box .Button .l
{
display: block;
position: absolute;
overflow: hidden;
z-index: -1;
top: 0;
left: 0;
right: 9px;
height: 102px;
}


#cse-search-box .Button .l, .Button .r span
{
background-image: url('images/ButtonFind.png');
}

***

Файлик ButtonFind.png выглядит следующим образом:

buttonfind.png

Интересует изменение высоты и ширины кнопки При изменении height и width картинка кнопки обрезается, что не приемлемо ;(

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Есть несколько вариантов:

1) Используйте CSS3 для стилизации. А пользователи ИЕ пусть идут лесом.

2) Упростите дизайн кнопки. Чтобы ее можно было стилизовать средствами CSS2.1

3) Используйте один из методов закругления углов из этой темы.

Link to comment
Share on other sites

  • 0

К сожалению, человека, оставившего оформление, распросить не удасться,.. но хотелось бы оставить приведённый в первом посте код... Есть ещё соображения ? Если будет совсем глухо - буду пробывать предложенные варианты (но это на крайний случай и за них спасибо :rolleyes: )

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