| Herman Cremer on Tue, 06 May 2003 12:12:49 +0200 (SAST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| [Linux dev] Re: Select scroll |
nope...
Works on a textarea , but not this listbox !.
-Herman
On Tue, 2003-05-06 at 12:07, Oliver, Wayne wrote:
> take out the
>
> border : none;
>
> or set it to
>
> border : 0;
>
> The border-style is the attrib you need to set, as you have done.
>
> Good Luck
> Wayne
>
>
> > -----Original Message-----
> > From: Herman Cremer [mailto:herman@xxxxxxxxxxxxxx]
> > Sent: 06 May 2003 12:01
> > To: adrians@xxxxxxxxxxxxxxxxxx
> > Cc: Linux Dev
> > Subject: [Linux dev] Re: Select scroll
> >
> >
> > yes I have
> >
> > Here is my current one.
> >
> > SELECT {
> > font-size : 10px;
> > background : #FFFFFF;
> > scrollbars : none;
> > border : none;
> > border-width : 0 0 0 0;
> > border-style : none;
> > }
> >
> > Not working the way it should....
> >
> >
> >
> > On Tue, 2003-05-06 at 11:48, Adrian Snyman wrote:
> > > On Tuesday 06 May 2003 11:52, Herman Cremer wrote:
> > > > I have a select box, that is set to index listing.
> > > >
> > > > I want to remove the scrollbar,
> > > > but I only manage to do it on Win, not in Mozilla .
> > > >
> > > > I also want to remove all borders, and everything,
> > > > so it blends in with the background.
> > > >
> > > > Any ideas how to fix it ?
> > > >
> > > >
> > > > <SELECT Name="selbox" multiple="true" Size="6" disabled="true" >
> > > > <Option Value="1">[ Section 1 ]</Option>
> > > > <Option Value="2">[ Section 2 ]</Option>
> > > > <Option Value="3">[ Section 3 ]</Option>
> > > > </SELECT>
> > > >
> > >
> > > Have you tried a stylesheet ??
> > >
> >
> >
> >
> >
> > ------------------------------
> > Sent by Infinite Technologies.
> > http://www.infinite.co.za
> > ---
> > To unsubscribe: send the line "unsubscribe dev" in the subject of a
> > mail to dev-request@xxxxxxxxxxxxx Problems: dev-admins@xxxxxxxxxxxx
> > Archives at http://www.linux.org.za/Lists-Archives/
> >
> This message, including any attachments, may contain information which is
> confidential, private or privileged in nature. If you are not the intended
> recipient, please do not peruse, use, disseminate, distribute or copy this
> message or attachments and please notify the sender immediately by e-mail,
> facsimile or telephone and destroy the original message. Any views in this
> communication are those of the sender except where the sender specifically
> states otherwise. Please note that the recipient must scan this e-mail and
> any attached files for viruses and the like. No liability of whatever nature
> is accepted for any loss, liability, damage or expense resulting directly or
> indirectly from this communication and/or the access and/or downloading of
> any attachments.
> ---
> To unsubscribe: send the line "unsubscribe dev" in the subject of a
> mail to dev-request@xxxxxxxxxxxxx Problems: dev-admins@xxxxxxxxxxxx
> Archives at http://www.linux.org.za/Lists-Archives/
>
>
------------------------------
Sent by Infinite Technologies.
http://www.infinite.co.za
---
To unsubscribe: send the line "unsubscribe dev" in the subject of a
mail to dev-request@xxxxxxxxxxxxx Problems: dev-admins@xxxxxxxxxxxx
Archives at http://www.linux.org.za/Lists-Archives/