search box
#1
Posted 20 February 2006 - 02:07 AM
#2
Posted 20 February 2006 - 02:19 AM
#3
Posted 20 February 2006 - 04:45 AM
#4
Posted 20 February 2006 - 06:51 AM
then just do a search around for some tutorials on searching using ASP.Net, i think it might be hard to do it with that, i would recomend using php and mysql but thats just me
#5
Posted 20 February 2006 - 08:59 AM
#6
Posted 20 February 2006 - 09:47 AM
.input{
background: url("images/input_bg.gif");
border: 1px solid black;
}
and then slice the image of the textbox up there and save the slice as input_bg.gif... that way the gradient will show up as your background image on the textbox.
NOTE do not slice the BORDER of the textbox, you dont need it, just your gradient.
then when creating the textbox:
<input type="text" name="search" class="input" />
is that what you mean?
its pretty much the same for the button just edit the style
Edited by Stu, 20 February 2006 - 09:48 AM.
#7
Posted 20 February 2006 - 09:51 AM
Stu, on Feb 20 2006, 10:47 PM, said:
.input{
background: url("images/input_bg.gif");
border: 1px solid black;
}
and then slice the image of the textbox up there and save the slice as input_bg.gif... that way the gradient will show up as your background image on the textbox.
NOTE do not slice the BORDER of the textbox, you dont need it, just your gradient.
then when creating the textbox:
<input type="text" name="search" class="input" />
is that what you mean?
its pretty much the same for the button just edit the style
tnx! i think this is it. btw, is this CSS ? or just a standard HTML code? if not a standard HTML code are there any code for standard HTML code?
Edited by pjhay03, 20 February 2006 - 09:59 AM.
#8
Posted 20 February 2006 - 09:59 AM
#9
Posted 20 February 2006 - 10:01 AM
Edited by pjhay03, 20 February 2006 - 10:01 AM.
#10
Posted 20 February 2006 - 10:05 AM
http://www.w3schools...ss_examples.asp
http://www.htmlhelp.com/reference/css/
#11
Posted 20 February 2006 - 10:09 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
