Pakistan IT Forum (Discuss Information Technology in Pakistan)
News: Pakistan Budget 2007 Highlights - Click Here
 
*
Hi, Guest. Welcome to IT Forum of Pakistan, Please login or register. January 07, 2009, 09:12:25 AM


Login with IT Forum's username, password and session length


Pak IT forum is launched to provide Pakistan's IT community with a platform to discuss IT related issues. These IT related discussions are proved to be useful for other Pakistani people. Information Technology in Pakistan is hottest issue on IT related forums. We hope that serious Pakistani people will join this IT Forum and will let us know about their experience in order to boast Pakistan's Software Exports.

Pages: [1]
  Print  
Author Topic: drop-down menus  (Read 835 times)
Fahad_soft
Newbie
*
Posts: 24


View Profile
« on: May 30, 2007, 07:11:52 PM »

Hi all! I want to ask if you can change the font-layout (size, color etc ) of the values of a drop-down menu. Or is it always a standard font supplied by the browser?
Thanx
Logged
M_Farooq
Newbie
*
Posts: 8


View Profile
« Reply #1 on: May 30, 2007, 07:12:17 PM »

Sure can, CSS is a simple way to do this...Can be applied to all inputs or subclassed to make specific elements appear different
Logged
Mr.Bugz
Newbie
*
Posts: 29


xstrem_ice
View Profile WWW Email
« Reply #2 on: June 07, 2007, 07:49:12 AM »

#input {
   background-color: #FFCC00;
}

class="input"
Logged

extreme.aly
Newbie
*
Posts: 8


View Profile Email
« Reply #3 on: June 10, 2007, 01:33:59 PM »

Code:
a good example:

[code<style>
.dropdown_menu {
 font-face: Verdana;
 font-color: #FF0000;
 font-size: 50px;
 background: #000000;
}
</style>

<select class="dropdown_menu"><option>asdf</option></select>

i hope, this will help you...
Logged
Mr.Bugz
Newbie
*
Posts: 29


xstrem_ice
View Profile WWW Email
« Reply #4 on: June 11, 2007, 08:03:47 AM »

nice

Code:
a good example:

[code<style>
.dropdown_menu {
 font-face: Verdana;
 font-color: #FF0000;
 font-size: 50px;
 background: #000000;
}
</style>

<select class="dropdown_menu"><option>asdf</option></select>

i hope, this will help you...
Logged

Pages: [1]
  Print  
 
Jump to:  


Powered By: comsdev Partners