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

Home Posts Topics Members FAQ

nice-lookimg select box

I'm looking for some nice-looking DHTML select boxes (combo boxes). Someone
knows where can I find it?
Jul 23 '05 #1
4 2998
On Tue, 4 May 2004 17:46:33 +0200, Dominik <do**@plusnet.pl> wrote:
I'm looking for some nice-looking DHTML select boxes (combo boxes).


What exactly is a nice-looking select box? What do you need to change?
What do you hope to achieve by changing them?

Mike

--
Michael Winter
M.******@blueyonder.co.invalid (replace ".invalid" with ".uk" to reply)
Jul 23 '05 #2
> What exactly is a nice-looking select box? What do you need to change?
What do you hope to achieve by changing them?


it has to very slick.... with some slide layer goin' up and down (two arrows
on left or right side)
Jul 23 '05 #3
Have you tried CSS?

Here is a very simple example, but you can
do all kinds of things with it.

<style type="text/css">

select{
font-size: 14pt;
background: yellow;
color: black;
}

</style>

<select id="drpTest">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>


Shawn
Jul 23 '05 #4
Shawn Milo wrote:
<style type="text/css">

select{
font-size: 14pt;


If for a screen stylesheet (common), never ever use "pt" for font size.
This is a unit dependent on the font resolution and thus results in
different font sizes on different systems by default. Use "px" or "em",
while "px" has the disadvantage of being not supported by the font scaling
feature of the IE browser component due to a bug (other UAs have no problem
with it). The 100% font resolution on MS Windows is 96ppi, so if you are
developing there with that resolution, multiply the "pt" value with 1.33
(and round it) to get the respective "px" value (e.g. 14pt =~ 19px).
X-Post & F'up2 comp.infosystems.www.authoring.stylesheets

PointedEars
Jul 23 '05 #5

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

Similar topics

3
by: Otto Haldi | last post by:
Hello to all I'm using PHP since a few week. I like to know how php programmers are making so nice border to displaying MySQL table? I like to make a border with rounded corner. Could...
0
by: Derek LaZard | last post by:
The ClipBoard Ring in the ToolBox is really a nice feature. Renaming, copying/moving within clipboard, and categorizing is a nice and frequently used feature... :) Derek LaZard
4
by: Reiter Peter | last post by:
hi can someone tell me, how i can create a really nice looking app? with nice effects do i need for this MDX (managed directx), or is it also possible with gdi+? for instance, windows media...
10
by: Justin Dutoit | last post by:
Hey. I'm still not experienced at error handling, and I need to know if Try.. Catch blocks are meant to be used to handle errors in your own app, ie bugs. Or, are they only for external things like...
8
by: Spleenwort | last post by:
With regard to XML comments in c#. I think that #regions should be self-documenting relative to XML comments or that a <region> tag should be defined and auto-inserted when you type #region...
1
by: Gary Wessle | last post by:
Hi I am expecting to get "0" (that is zero) printed but getting "-2.7311e-14" almost zero. not nice for printing. double a = \*...code calculations ...*\ some times a becomes a real, integer...
7
by: shapper | last post by:
Hello, Does anyone knows where can I find some nice styled CSS tables? Thanks, Miguel
0
by: Pretty nice site, wants to see much more on it!,Pr | last post by:
Pretty nice site, wants to see much more on it!,Pretty nice site, wants to see much more on it!,Pretty nice site, wants to see much more on it!
3
by: WebCM | last post by:
How to apply nice URL-s into CMS? 1. Should we use nice urls for every page? 2. Do we need to put a FULL path into <a href="">? 3. What is faster and better? a) 10 rules in .htaccess...
3
by: sheldonlg | last post by:
I think this capability is lacking in php. Suppose there is a group of checkboxes all named "procedure". Doing a $_POST returns all the ones that are checked and not the ones that are not...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
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 ...

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.