Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
steggy111 #1
Form Pull-Down Width
I have a pull-down list performing a search on a page that is giving me layout
problems. The width of the pull-down seems to be determined by the longest text
in the list. This is forcing my left navigation to become to wide which throws
the layout off. Please take a look at the site at
[url]http://www.businessreferralsearch.com/[/url]
Once you're on the site, look for the "Free Quick Search" on the left.
I'm looking for a way to force that pull-down to be a given width so my
navigation bar stays consistent through the site. Any help would be highly
appreciated.
steggy111 Guest
-
dynamic pull-down based on another pull-down
Greetings, is there a tech doc somewhere to show: 1) 2 pull-downs, dynamically loaded from two record sets. first is "State" and next is "City"... -
Looking for code to pull file names from local windows explorer folder and populate form box
I have a webform that I need to populate one of the text boxes with the name of one of the files from my local windows explorer folder or from a... -
Form processing: change the "action=" based on pull down menu
Hi group - I have an html form for that uses username and password to login to a specific area of the website. The "area" the user wants to go to... -
Control Form Height and Width
Hello! When I am entering data into a form, it comes up a certain size. Then, when I switch to design view and maximize it it goes to full... -
Push values from bound form to undound, edit, then pull back
Hi, I've seen answers to similar questions, but none of them quite work. I have a main bound form with various bound controls. I wish to be... -
mzanime.com #2
Re: Form Pull-Down Width
You can use CSS to control the size of the select field.
.eInputs{
font-family: verdana, arial;
font-size: 8pt;
color: black;
width:150px;
}
However, be aware that this will truncate the text inside of IE. I don't
remember how Mozilla browsers behave in this area...
mzanime.com Guest
-
AVMVA #3
Re: Form Pull-Down Width
It sure worked for me!!
Thanks so much for this tip. And thanks to steggy111 for asking the question
here. I've been searching and searching for the answer to this dilemma. I had
given up. Serendipity is so wonderful. I was actually looking for answers to a
probablye bug in DW8 but went ahead and submitted a bug report instead of
asking here.
AVMVA Guest
-



Reply With Quote

