473,473 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Re: Word Spacing in a form SELECT element

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 <optionelements 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.

--
Yucca, http://www.cs.tut.fi/~jkorpela/

Oct 16 '08 #1
5 2017
ZZ

If you don't understand the question, or just want to be sarcastic,
please don't waste mine and everyone else's time.

-Tom
On Fri, 17 Oct 2008 00:24:52 +0300, "Jukka K. Korpela"
<jk******@cs.tut.fiwrote:
>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 <optionelements 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.
Oct 16 '08 #2
ZZ
On Thu, 16 Oct 2008 20:27:17 -0400, "Jonathan N. Little"
<lw*****@central.netwrote:
>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"
<jk******@cs.tut.fiwrote:
>>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?

It matters? This is a technical question.

>>>
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!
Yes, I am aware.
>>You can refer to all <optionelements 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...
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).

I've seen it done before, but only using javascript to force it in all
browsers. I wanted to try avoid doing that, but it seems that won't
be possible.

Tom
Oct 17 '08 #3
ZZ wrote:
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).
Plan A: Take over the world and make using IE a capital offense

Plan B: Become a corporate raider, take over Microsoft and force the
company to fix IE

Plan C: A more practical solution if you must have this "feature" is to
inject &nbsp; into the option text.

<option>Now&nbsp;&nbsp;words&nbsp;&nbsp;have&nbsp; &nbsp;extra&nbsp;&nbsp;space</option>

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Oct 17 '08 #4
RW
ZZ schreef:
It works fine in other
browsers I tested (firefox, safari, chrome).
But not in Opera

--
Rob
Oct 17 '08 #5

RW wrote:
ZZ schreef:
>It works fine in other
browsers I tested (firefox, safari, chrome).

But not in Opera
Not surprising - Opera has always been a little sketchy where it comes
to styling form controls.

--
Berg
Oct 17 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: bjam | last post by:
Hi, I am hoping someone can help with this I am assuming it is pretty basic but I don't see anything that jumps out at me at how to do this. Is there a way to have all the items output from the...
5
by: Poonam | last post by:
Hi there. How can i maintain the spacing between to divs if palced side by side with 10px spacing between them.. Not using any tables. And atleast making one of the div relative positioning. ...
5
by: John Smith | last post by:
Hey folks, I'm creating an MS Word document in a C# Windows application. Because the client base has so many different versions of Word they are using, I opted to go with late binding to create...
10
by: Jeff B. | last post by:
Has anyone come across a decent algorithm for implementing word wrap features in .net printing? I have a small component that uses basic printing techniques (i.e. e.Graphics.DrawString in a...
2
by: briano | last post by:
Is there a library that allows editing Word documents in the browser that is browser independent? Please forgive this question. Just trying to cover all bases. So far what I see is HTML or RTF...
7
by: onetitfemme | last post by:
Hi, for some reason Firefox is apparently inserting a new line somehow after some IPA symbols which I have written in their hexadecimal notation. Also, I would like to have two spaces by...
10
by: phil-news-nospam | last post by:
I have a table with 3 columns in 1 row. I want to increase the spacing _between_ the columns (gutter) _without_ increasing the spacing between those columns and the table itself. Is there a way...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
3
by: shapper | last post by:
Hello, I have a form with various labels, inputs and spans for comments. Each element is in a different line. I want to create some spacing between each element. For example, if I have: ...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.