Jump to content

Search box customization


23.12.2012

Recommended Posts

I was just wondering how can I customize a search box. I mean... how do I change the left/right/background sides, and how do I change the button's image.The main question is how do I paste the components horizontally? I think it's much like the DIVs used on the fixed-width templates, but I don't know how to work this...Thanks in advance!

Link to comment
Share on other sites

I was just wondering how can I customize a search box.
Do you mean an input of type "text"?
I mean... how do I change the left/right/background sides
border-left:blah; border-right:blah; background:blah
and how do I change the button's image.
<input type="image"...
The main question is how do I paste the components horizontally?
Umm paste?Inputs and other form elements are inline by default, a stylesheet must be giving them block display attributes or each individual input may be wrapped in a block element. Do you have any code?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...