Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Kris Cottrell #1
Controlling the height of form text fields
hello,
I have a design problem. I have a search window on a colored background that
is supposed to line up with the main nav bar. The problem is that the text
field window displays differently for each browser. The height is different,
and Mozilla
stretches the vertical height of my background color to almost double of what
it is intended to be. Does anyone know how
to control this. I know that little can be done with the look of the text
field window, but what about the extra space below the window?
Kris Cottrell Guest
-
linking form text fields
hello: does anyone know if there's any way to link text fields in a form? in other words, once the user runs of of space in one field, the cursor... -
can you link text form fields in Acrobat 5.0
product name: Adobe Acrobat 5.0.5 operating system: Mac OS X 10.2.8 RAM: 768MB? (512 and 256) is it possible to link to text form field in... -
Problems with 'foreign' text in Acrobat 7.0 form fields
Hi all, I have a form which is filled in by customers (many of which are abroad) and sent back to me. It works fine in Acrobat 6.0 CE, but I'm... -
blank spaces in text fields in form
I am a newbie. I have a simple form with just a few fields. A user fills out the form, goes to another page to preview his/her entries, and then may... -
Linking two form fields for text flow?
Is it possible to link two fields in a form so the the user can continue typing and the text will flow from the first field right into the second? ... -
mzanime.com #2
Re: Controlling the height of form text fields
Can you show us a URL? We need to see code to determine what could be causing the extra spacing. It could be any number of things.
mzanime.com Guest
-
Kris Cottrell #3
Re: Controlling the height of form text fields
Thanks for your response. Here is a URL. [url]http://www.imageexplorer.net/test/test.htm[/url]
As you will see the height of the text field is different for each browser.
Kris Cottrell Guest
-
mzanime.com #4
Re: Controlling the height of form text fields
*sigh* All that bloated code just to display a search box and a few navigation
links.
Try adding this to your CSS and let me know if it helps:
form { margin:0; }
input.searchtext { vertical-align:top; }
mzanime.com Guest
-
Kris Cottrell #5
Re: Controlling the height of form text fields
Yeah, Sorry about the messy code. I deleted everything else on the page.
I'm a little confused about how to apply the code you sent. Sorry man,
I'm a beginner, and trying to learn this stuff on the fly. Where do I place
this
into CSS?
Thanks for your help.
Kris Cottrell Guest
-
mzanime.com #6
Re: Controlling the height of form text fields
> Where do I place this into CSS?
Surely you can figure that out yourself. I just gave you a key, its up to you to open the door.
mzanime.com Guest



Reply With Quote

