Topic: CSS and Selector Form Element (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10932" title="Pages that link to Topic: CSS and Selector Form Element (Page 1 of 1)" rel="nofollow" >Topic: CSS and Selector Form Element <span class="small">(Page 1 of 1)</span>\

 
Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted posted 03-04-2003 17:07

Hello,
I have this form, I've applied *style* to it, but the darn selector widget doesn't seem to conform!!!
So far, just very simple style has been applied, here it is (the background color works fine):

select {
border:solid 1px #cecece;
background-color: #ffffdd;
}


But no border has been applied to te selector.
Karl



karl@laketahoegymnasticscamp.com

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 03-04-2003 18:27

Unfortunately you cannot currently effect the border or scrollbars for a select.

It sucks, I know.

Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted posted 03-05-2003 17:40

Oh, Ouch... that hurts

Well, since mine is for display only.... I can probably implement a litst like object in a a div or span element. However, here is the catch, I am iterating through my selector widget, and for each option performing some wonderful and magical javascript routine ... building xml object for post back to server ...
Any ideas on how to iterate through a div element like this, would I need to resort to string manipulation and arrays?

Karl



karl@laketahoegymnasticscamp.com

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 03-05-2003 18:49

That's certainly not my area of expertise, but I would have to assume that'd be the route to go. Of course, I would have thought you'd have to do that even with a select box, so what do I know



nobodywebsite
Nervous Wreck (II) Inmate

From: This planet
Insane since: May 2002

posted posted 03-08-2003 14:48

Hi !
visit http://www.nobodywebsite.co.uk
Try both CLASS and ID.
you shouldn't have problems with css setting for your purpose.


DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 03-08-2003 16:14

I'm afraid I'm missing whatever it is that site is supposed to be showing, and how it related to the problem of styling select boxes?



nobodywebsite
Nervous Wreck (II) Inmate

From: This planet
Insane since: May 2002

posted posted 03-08-2003 20:59

I haven?t seen a lot of style on Karl?s form,
I was only trying to be constructive suggesting full use of style;
so DL 44: don?t be afraid, It?s true the selector-arrow would be left out.

Bah, maybe I don?t get what a hell of problem of the widget you have,
the rest works fine, e. g.:
SELECT {
BORDER-RIGHT: #7FFFD4 1px solid;
PADDING-RIGHT: 1px;
BORDER-TOP: #7FFFD4 1px solid;
PADDING-LEFT: 1px;
FONT-WEIGHT: normal;
FONT-SIZE: 9px;
PADDING-BOTTOM: 1px;
BORDER-LEFT: #7FFFD4 1px solid;
COLOR: #7FFFD4;
PADDING-TOP: 1px;
BORDER-BOTTOM: #7FFFD4 1px solid;
FONT-FAMILY: verdana,arial,helvetica,san serif;
BACKGROUND-COLOR: #1a3a3a;
}




[This message has been edited by nobodywebsite (edited 03-08-2003).]

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 03-08-2003 21:02

nobodywebsite: Nope that hasn't clarified things for me

Karl: It is possible but it involves an awful lot of DHTML work o simulate one and it isn't cross-browser so I wouldn't recommend it - see this as an example of what is possible:
http://webfx.eae.net/dhtml/select/jsGenerated.html

___________________
Emps

FAQs: Emperor



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


« BackwardsOnwards »

Show Forum Drop Down Menu