Hello guys at T.T. I've got a small positioning issue. I've created a small text input ( as a search box ). The text input is the standard one. But when trying to position it with margin-top it differs significantly in FF and IE. I've tried using display:inline but to avail - is there an option before using a separate stylesheets ? Thanks for any comments. The code is below:
P.S. I know there are quite many hacks..so I would appreciate it.
The universal selector *{margin:0, padding:0) doesn't apply. I'm not using it.
P.S. I know there are quite many hacks..so I would appreciate it.
The universal selector *{margin:0, padding:0) doesn't apply. I'm not using it.
Code:
HTML:
<input type="text" id="search_text" />
CSS:
#search_text{
margin-top:-20px;
}