Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

borderless select is possible

3 views
Skip to first unread message

xyplex

unread,
Sep 1, 2008, 1:04:39 PM9/1/08
to
Works for all font sizes too.

<html>
<head>
<style type="text/css">
select
{
position:absolute;
background-color: #efefef;
clip:rect(8% 99% 92% 2px);
font-size: 50px;
}
</style>
</head>

<body>
<select><option>1sdfsdfsdfsdf<option>sdfsdfsdf2</select>
</body>

</html>

0 new messages