How to make a web 2.0 button in GIMP

Опубликовано: 09 Июль 2026
на канале: TheGimpWiz
3,057
12

Don't forget to subscribe!
\/ Code below!! \/

How to make a web button with mouseover option. The code below makes it so when the mouse is put over the button, the pressed in button appears. Enjoy!

The code, just replace each bracket with its reletive sideways carrot ( Youtube doesn't let me ut it in the description :P )

[a href="Enter Target Url Here"
onMouseOver="document.rollover.src='Pressedinbutten.gif'" onMouseOut="document.rollover.src='Normalbutten.gif'"]
[img src="Normalbutten.gif" border=0 name="rollover"][/a]