![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm implementing an internal search engine for a site and have a simple text input box for this on the top of the home page. There are also some text links below it. However, a big whitespace gap appears between the bottom of the text box and the links in IE6. This doesn't happen in either Netscape/Mozilla or Opera. Am I just limited here by an IE quirk or is there some smart way of getting round this? |
#3
| |||
| |||
|
|
Form is a block-level element. You can try to use CSS and write: .form { display: inline; } |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |