|
-
Jun 1st, 2001, 02:16 AM
#1
Thread Starter
Hyperactive Member
Select boxes
Hello,
How do you determine the size of a select box for NETSCAPE!! I got this code, that works
great for IE, but not NETSCAPE.
<select name="D1" size="1" style="font-family: Century Gothic; font-size: 8pt; width: 72mm">
Any ideas??
Thanks,
T
-
Jun 1st, 2001, 12:15 PM
#2
Frenzied Member
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 1st, 2001, 01:16 PM
#3
Thread Starter
Hyperactive Member
Hi Monte96,
Thanks for the reply!!
I tried px, but NS still doesn't take that into account. It works great for IE though.
My site relies heavily on dropdowns and now looks great on IE, but TERRIBLE(!!!) in NS because I cant get the dropdowns to be the same size. Maybe I should just put a "dummy" option, like spaces or "-----" to force the width.
Any ideas??
T
-
Jun 1st, 2001, 02:21 PM
#4
Frenzied Member
Hmm.. ya know, I don't even have NS installed on any of the PCs I own or use for work.. I don't know of any company that has standardized on it either.
I'll check around and see if I can cough up an answer for ya..
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 1st, 2001, 03:01 PM
#5
Frenzied Member
Ok.. I know what you are doing...
(I also just installed Netscape. What a piece of **** but that's another thread)
In your inline style, make sure you are using:
width: 72mm
and not
width=72mm
The later works fine in IE but not NS.
I cut and pasted your code into a small select example and it displayed fine in NS. (Granted, I have the latest version since I *just* downloaded it)
Now, I know that what you posted above *IS* using the correct syntax, but make sure the other 50 or so select tags are as well..
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 1st, 2001, 06:58 PM
#6
PowerPoster
Yeah, as far as i know, the code that you are using will not work in NS4, (i have had this problem before too) but it will definatly work in NS6...
NS6 is AWESOME!
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Jun 2nd, 2001, 03:33 AM
#7
Thread Starter
Hyperactive Member
Thanks all.
It just seems like the NS issue will never end!!
T
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|