Jump to content
  • 0

кнопочки


gnomon
 Share

Question

как можно поменять цвет кнопки( мне нужно голубого цвета)

который сам серый! text !

мне просто надо тчоб кнопки как бы ожили - можно конечно и скриптом

<script language="javascript1.2"> 
img1=new Image()
img1.src="1.gif"
img2=new Image()
img2.src="2.gif"
</script>
<a href="http://ССЫЛКА НА КОТОРУЮ ВЕДЕТ КНОПКА " onMousedown="document.images['example'].src=img2.src" onMouseup="document.images['example'].src=img1.src">
<img src="1.giff" name="example" border=0>

я те на фотошопе сделал два вида одной кнопки(голубого цвета)! вставил сюда! а как текст на кнопке написать незнаю!

вставлял и кнопки с текстом( на фотошопе зделанные)! но одна кнопка оживает а вторая бредом маеться!

помогите что нить поделать!

мне надо чтоб несколько кнопок ожили!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Живая кнопка

.LiveButton {background: url(картинка живый кнопки 1!);}

.LiveButton:hover {background: url(картинка живый кнопки 2!);}

или

.LiveButton1 {background: url(картинка живый кнопки 1!);}

.LiveButton2 {background: url(картинка живый кнопки 2!);}

А где спасибо или еще чего нибудь ?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 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