The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Select Tag, How to style select elements
cweb
post Mar 15 2011, 11:24 AM
Post #1





Group: Members
Posts: 9
Joined: 15-March 11
Member No.: 14,134



Hello.
How do you CSS style select elements? This is all new to me so I apologize if I am not using the correct terminology.

Display select elements using absolute positioning w/the top coordinate set to 0pixels & the left coordinate set to 250 pixels. set the font size to 12 pixels.
This is what I have:
CODE
select
          {
        position:absolute;
            top:0px;
                left:250px;
                font-size:12px;
          }

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 03:28 PM