Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

ebay. drop down-menu

Status
Not open for further replies.
Joined
Feb 10, 2006
Posts
321
Reaction score
24
hi all,

me agian.


does any one know any code to change the colour and font of the drop dowm-menus paypal provide you with when using their shopping?

many thanks

bjk ( killaclown55 )
 
In your form put the following in:

<style type="text/css">
.box {FONT: normal 12px arial; COLOR: #0000FF; BACKGROUND-COLOR: #FFFFEB}
</style>

and with the select tag, put class="box" in it like so:

<select name="a" class="box">
<option value="1" selected>1</option>
<option value="2">2</option>
</select>

and then change the font and colour as you wish.
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom