Cliff R. <> wrote in
news::
> Hi, I'm a bit stumped on this one, how can I change the size of a
> drop-down menu? Either making the text smaller or the whole box
> smaller? I've tried making the font size smaller using the option tag
> in the stylesheet but it's not working. Sample code below... Thank
> you!
<html><head>
<title>FullScreen</title>
<style type="text/css">
select {height: 12; width: 100; max-height: 12}
</style>
</head>
<body>
<form method="post" action="hummm.bee">
<select name="menu">
<option value="index.htm" SELECTED>Choose an Item</option>
<option value="1.htm">item 1</option>
<option value="2.htm">item 2</option></select>
</form>
</body></html>
Works in Opra, only Height doesn't seem to work in IE, at lease Width does.
--
News Updater, No scripts, No Database
http://www.xmlssoftware.com/NUpdater