![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a form with a select element, and I would like to change the word spacing for the options. I'm a little confused as to what I should reference to do that. I have tried various combinations, but none have worked. Here's what I have to work with (as far form and select element names go): form action="xxx" method="post" id="form1" div class="form-item" id="edit-attributes-1-wrapper" select name="attributes[1]" class="form-select required" id="edit-attributes-1" - options are in here - /select /div /form Anyone have an idea as to what class or id combo will allow me to change the word spacing for the options? Thanks! FT |
#3
| ||||
| ||||
|
|
Ok, to partially answer my question: |
|
I have a form with a select element, and I would like to change the word spacing for the options. |
|
I'm a little confused as to what I should reference to do that. I have tried various combinations, but none have worked. |
|
Anyone have an idea as to what class or id combo will allow me to change the word spacing for the options? |
#4
| |||
| |||
|
|
ZZ wrote: Ok, to partially answer my question: You're upside-down fullquoting your own question. Sounds pretty hopeless, but being an optimist, I'm taking a look... I have a form with a select element, and I would like to change the word spacing for the options. Is there a reason to that? I'm a little confused as to what I should reference to do that. I have tried various combinations, but none have worked. Yet you don't specify the URL of _any_ of your attempts. Anyone have an idea as to what class or id combo will allow me to change the word spacing for the options? What makes you think _that_ is the problem? You can refer to all <option> elements in a document using the selector option I'm pretty sure this wasn't your _real_ question. But since you don't specify what you are aiming at and what you have tried, I just answered the question you asked. |
#5
| |||
| |||
|
|
ZZ wrote: If you don't understand the question, or just want to be sarcastic, please don't waste mine and everyone else's time. Please don't top post. On Fri, 17 Oct 2008 00:24:52 +0300, "Jukka K. Korpela" jkorpela (AT) cs (DOT) tut.fi> wrote: ZZ wrote: Ok, to partially answer my question: You're upside-down fullquoting your own question. Sounds pretty hopeless, but being an optimist, I'm taking a look... I have a form with a select element, and I would like to change the word spacing for the options. Is there a reason to that? Agree, why would you wish it? |
|
I'm a little confused as to what I should reference to do that. I have tried various combinations, but none have worked. Yet you don't specify the URL of _any_ of your attempts. Anyone have an idea as to what class or id combo will allow me to change the word spacing for the options? What makes you think _that_ is the problem? The ID or CLASS can be whatever you wish it to be, the identifier is not important but the rules that you define! |
|
You can refer to all <option> elements in a document using the selector option I'm pretty sure this wasn't your _real_ question. But since you don't specify what you are aiming at and what you have tried, I just answered the question you asked. As I believe has been stated, do not expect full browser support! This will not work with IE... |
#6
| |||
| |||
|
|
That pretty much answers the question then - when I researched this on the web, the postings I found were a couple of years old. I didn't know if someone came up with a way to pull this sort of thing off in IE or not (as per my previous posting). It works fine in other browsers I tested (firefox, safari, chrome). |
#7
| |||
| |||
|
|
It works fine in other browsers I tested (firefox, safari, chrome). |
#8
| |||
| |||
|
|
ZZ schreef: It works fine in other browsers I tested (firefox, safari, chrome). But not in Opera |
![]() |
| Thread Tools | |
| Display Modes | |
| |