Topic: .NET, listboxes and Netscape (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10839" title="Pages that link to Topic: .NET, listboxes and Netscape (Page 1 of 1)" rel="nofollow" >Topic: .NET, listboxes and Netscape <span class="small">(Page 1 of 1)</span>\

 
Billy Bob
Obsessive-Compulsive (I) Inmate

From:
Insane since: Oct 2002

posted posted 10-28-2002 20:21

Anyone know how to get a listbox (.NET object) to stay a set width within Netscape? I was able to use "style=width:XXX" so that it stayed a set width when nothing was listed in the listbox or items' lengths were short then I wanted the listbox to be, but if a list item has a large amount of characters, it will expand the listbox past it's set width. Is there any way to stop this?

-Z

Ever try it with pudding?

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 10-28-2002 21:55

What version of Netscape? If it's 4.0 then I doubt it very highly. You may be better off to put into a style sheet, your specifics on width. Something like:

code:
.listbox{color:red;
background-color:yellow;
width:100%;
padding-top:2em;
padding-bottom:1em;
border:thin solid;
}



This will not work with NN4 though. AFAIK, NN4 doesn't support styles for form objects.

Later,
C:\


~Binary is best~



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu