Forums
This topic is locked
list/menu widths
Posted 17 Sep 2004 02:10:44
1
has voted
17 Sep 2004 02:10:44 shaun carter posted:
is there sizing (horizontal) code for list/ menu Items or another way that I can make the list/menu item 18 characters without initially selected text having to be shown.thanks in advance
Shaun
Replies
Replied 17 Sep 2004 13:31:59
17 Sep 2004 13:31:59 Lee Diggins replied:
Hi Shaun
You can using the style attribute, but not by the number of characters:
<pre id=code><font face=courier size=2 id=code> <select name="select" style="width: 250px;">
<option selected>Select from list</option>
<option value="1">Item One</option>
<option value="2">Item Two</option>
<option value="3">Item Three</option>
</select> </font id=code></pre id=code>
You can also set this in a CSS class.
Digga
Sharing Knowledge Saves Valuable Time!!!
Edited by - Digga the Wolf on 17 Sep 2004 13:33:04
You can using the style attribute, but not by the number of characters:
<pre id=code><font face=courier size=2 id=code> <select name="select" style="width: 250px;">
<option selected>Select from list</option>
<option value="1">Item One</option>
<option value="2">Item Two</option>
<option value="3">Item Three</option>
</select> </font id=code></pre id=code>
You can also set this in a CSS class.
Digga
Sharing Knowledge Saves Valuable Time!!!
Edited by - Digga the Wolf on 17 Sep 2004 13:33:04
Replied 17 Sep 2004 18:21:55
17 Sep 2004 18:21:55 shaun carter replied:
thanks, that helps
<img src=../images/dmxzone/forum/icon_smile_approve.gif border=0 align=middle>
<img src=../images/dmxzone/forum/icon_smile_approve.gif border=0 align=middle>