473,320 Members | 1,823 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

heights problems (2)

Ok thanks to you all i have resolved some problems. But there are still
some things to be resolved. As you can see in:

http://www.groningenbevrijd.nl/werk.asp

These are the problems:

1) mozilla and netscape do line out to the bottom, thats ok. But the
height of the menu and search is to much. I realy want this to be as
high as the menu itself. As soon as i remove the search option, it is
ok, but hey then there is no search option ;)

2)explorer: the left part beneath "BEVRIJD" does fill out, but is just
to short.

The color lines are just for help by the way.

Can anyone help me out a bit further? Something must be wrong i guess.

Thanks

Mark

Jul 21 '05 #1
3 1416
Mark wrote:
Ok thanks to you all i have resolved some problems. But there are still
some things to be resolved. As you can see in:

http://www.groningenbevrijd.nl/werk.asp

These are the problems:

1) mozilla and netscape do line out to the bottom, thats ok. But the
height of the menu and search is to much. I realy want this to be as
high as the menu itself. As soon as i remove the search option, it is
ok, but hey then there is no search option ;)

2)explorer: the left part beneath "BEVRIJD" does fill out, but is just
to short.

The color lines are just for help by the way.

Can anyone help me out a bit further? Something must be wrong i guess.

Thanks

Mark


Ok, solved a bit again :)

The <form> tag takes much room! I have to rethink my design much. No
pixel align anymore. That is a pity but i'll try.

Mark

Jul 21 '05 #2
Mark wrote:
Mark wrote:
Ok thanks to you all i have resolved some problems. But there are
still some things to be resolved. As you can see in:

http://www.groningenbevrijd.nl/werk.asp

These are the problems:

1) mozilla and netscape do line out to the bottom, thats ok. But the
height of the menu and search is to much. I realy want this to be as
high as the menu itself. As soon as i remove the search option, it is
ok, but hey then there is no search option ;)

2)explorer: the left part beneath "BEVRIJD" does fill out, but is just
to short.

The color lines are just for help by the way.

Can anyone help me out a bit further? Something must be wrong i guess.

Thanks

Mark


Ok, solved a bit again :)

The <form> tag takes much room! I have to rethink my design much. No
pixel align anymore. That is a pity but i'll try.

Mark


I got the solution by e-mail. Thanks

form{
padding: 0;
margin: 0;
}

Jul 21 '05 #3

"Mark" <sc*****@xs4all.nl> wrote in message
news:42**************@xs4all.nl...
Mark wrote:
Mark wrote:
Ok thanks to you all i have resolved some problems. But there are still
some things to be resolved. As you can see in:

http://www.groningenbevrijd.nl/werk.asp

These are the problems:

1) mozilla and netscape do line out to the bottom, thats ok. But the
height of the menu and search is to much. I realy want this to be as
high as the menu itself. As soon as i remove the search option, it is
ok, but hey then there is no search option ;)

2)explorer: the left part beneath "BEVRIJD" does fill out, but is just
to short.

The color lines are just for help by the way.

Can anyone help me out a bit further? Something must be wrong i guess.

Thanks

Mark


Ok, solved a bit again :)

The <form> tag takes much room! I have to rethink my design much. No
pixel align anymore. That is a pity but i'll try.

Mark


I got the solution by e-mail. Thanks

form{
padding: 0;
margin: 0;
}

Then, to get the form centered in its box, add a little relative
positioning:

form {
margin:0;
padding:0;
position: relative; right: 5px; bottom: 1px;
}

.....as long as we're fixing it up :)

Bob
Jul 21 '05 #4

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

Similar topics

1
by: Tyler Carver | last post by:
I am trying to create a table that is 100% of the viewport with three rows. The top and bottom rows have a fixed height and the center row I want to take up the rest of the space. This work fine...
7
by: lauren quantrell | last post by:
A while back I got a requirement for the client to be able to adjust the relative heights of two subforms by click-dragging the mouse and I came up with a kludge solution using a border control...
2
by: sfeher | last post by:
Hi All, I am having trouble big times figuring out a way of forcing a DIV to be in synch with another DIV's height in a (mostly vertically) fluid layout in a web app context. The first one has...
2
by: sfeher | last post by:
Hi All, I am having trouble big times figuring out a way of forcing a DIV to be in synch with another DIV's height in a (mostly vertically) fluid layout in a web app context. The first one has...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.