473,508 Members | 2,324 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Trying to reduce spacing around form element (only doesn't look ok in IE6)...

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?

Thanks all,

Dave.
Jul 20 '05 #1
3 2528
In article <pf********************************@4ax.com>, bo*@bog.com
says...
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?


Form is a block-level element. You can try to use CSS and write:
..form { display: inline; }
Jul 20 '05 #2
In article <MP************************@News.Individual.DE>,
ph*************@bb-k.com says...

Form is a block-level element. You can try to use CSS and write:
.form { display: inline; }


That should read:
form { display: inline; }

(Unless you use "form" as class-name.)
Jul 20 '05 #3
Oops.... I've now managed to answer my own question.

Anyone reading this and wondering should read:

http://www.cs.tut.fi/~jkorpela/forms/extraspace.html

Dave.
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3070
by: Citoyen du Monde | last post by:
Trying to get some ideas on a simple javascript project (to teach myself the language). I want to develop a client-side vocabulary practice application that would allow users to enter their own...
19
17331
by: CMAR | last post by:
I have the following markup. The problem is that the browser, e.g., IE6, inserts several lines of blank space between the <div> and the following table. Is there a way to minimize that vertical...
3
1778
by: Gnolen | last post by:
Hi there everyone! I have a problem with the spacing on a site! The space between the bottomdivs and the copyrightdivs are different in IE 6 and FF! It is much more in IE 6! How come? Do no...
2
1874
by: Gnolen | last post by:
Hi again, Last time my server was down(as for many others I have heard), but now it is online again! I would be really really happy if someone could take a look at my problem a bit. I now...
4
3550
by: fleemo17 | last post by:
Is there a way to tweak the spacing of lines of text (or leading) *specifically* in IE6? I've created a "Quick Search" box in my layout which renders pretty consistently in all the browsers I've...
4
9281
by: Stuart Perryman | last post by:
Hi, I have the following code which works just fine in IE6 but not in Firefox. It is an extract of several table rows each with an individual form. It is generated by php. <form...
24
3042
by: JB | last post by:
Hi All, This is doing my head in! Please help. I've built a simple <ul> to serve as a menu for a page I'm working on. I have tested the menu in Mozilla Fireworks 1.5 and it's fine - nice and...
8
1668
by: Doug Lerner | last post by:
I have this snippet of client side code running: var makeField = document.forms; alert("makeFieldName name,length,type=" + makeFieldName + ", " + makeField.name + "," + makeField.length + ","...
5
2019
by: Jukka K. Korpela | last post by:
ZZ wrote: You're upside-down fullquoting your own question. Sounds pretty hopeless, but being an optimist, I'm taking a look... Is there a reason to that?
0
7229
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7129
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7333
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7061
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5057
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4716
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3208
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3194
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1566
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.