HighDots Forums  

heights problems (2)

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss heights problems (2) in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mark
 
Posts: n/a

Default heights problems (2) - 07-01-2005 , 06:28 AM






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


Reply With Quote
  #2  
Old   
Mark
 
Posts: n/a

Default Re: heights problems (2) - 07-01-2005 , 11:41 AM






Mark wrote:
Quote:
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



Reply With Quote
  #3  
Old   
Mark
 
Posts: n/a

Default Re: heights problems (2) - 07-02-2005 , 06:16 AM



Mark wrote:
Quote:
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;
}



Reply With Quote
  #4  
Old   
Robert Meppelink
 
Posts: n/a

Default Re: heights problems (2) - 07-04-2005 , 01:00 AM




"Mark" <scheper (AT) xs4all (DOT) nl> wrote

Quote:
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




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.