View Single Post
ישן 13-05-09, 11:12   # 8
sts
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: May 2007
הודעות: 262

sts לא מחובר  

HTML קוד:
<form method="post" style="position:absolute; left: 442px; top: 118px; width: 78px;">
<input name="browse" type="file" class="upload-select" />
<input name="upload" type="image" src="images/uploadbutton.gif">
</form>
HTML קוד:
.upload-select {
	background-image:url("images/selectfile.gif");
	width:75px;
	height:30px;
	position:absolute;
	left: 82px;
	top: 1px;
}
וזה מה שרואים



אני רוצה להחליף את הכפתור "עיון..." בכפתור שאני עיצבתי שה-class שלו זה upload-select
איך אני עושה את זה?

Last edited by sts; 13-05-09 at 11:17..
  Reply With Quote