Activity Stream
48,167 MEMBERS
6818 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    Member
    Website's:
    Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.com

    Default Styling Select Option:hover problem in css

    Hello,

    I am trying to style select option in css. I got it working using

    Code: 
    select option
    {
    }
    but when i hover any option, it doesn't show any style:

    I am trying to style it with
    Code: 
    select option:hover
    {
    }
    I don't know what is causing this not to work...
    Palooo 2009 Reviewed by Palooo 2009 on . Styling Select Option:hover problem in css Hello, I am trying to style select option in css. I got it working using select option { } but when i hover any option, it doesn't show any style: Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    i dont know much but i think u have to add text decoration hover...
    i might be wrong...

  4.     
    #3
    Member
    Website's:
    Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.com
    Nah this is not working and btw i haven't heard of text decoration hover before.

  5.     
    #4
    Member
    You cant use CSS for that. Change it onmouseover and onmouseout with JS.

  6.     
    #5
    Member
    Website's:
    Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.com
    I know it can be done with mouse events but it'll be really a pain to edit all the select options individually.

  7.     
    #6
    Member
    Website's:
    Doxsters.net
    paste the relevant html here

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

  8.     
    #7
    Member
    Website's:
    Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.com
    It is for the whole vbulletin select dropdown boxes.

  9.     
    #8
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    example:

    PHP Code: 
    <div class="myNavBar">
       <
    div class="menuItem">Item1</div>
       <
    div class="menuItem">Item2</div>
       <
    div class="menuItem">Item3</div>
       <
    div class="menuItem">Item4</div>
    </
    div
    The CSS would be:
    PHP Code: 
    myNavBar menuItem {background#fff;}
    myNavBar menuItem:hover {background#c0c0c0;} 

  10.     
    #9
    Member
    Website's:
    Doxsters.net
    @jayfella, don't you need the dot in front of myNavBar?

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Vbulletin 4.13 Hover Problem in Layout Pls Help
    By Deadmau5 in forum vBulletin
    Replies: 4
    Last Post: 29th Jul 2011, 02:12 PM
  2. Styling <Object>
    By Hillside in forum Web Development Area
    Replies: 1
    Last Post: 10th Mar 2011, 04:56 AM
  3. WCDDL mass select option
    By Shadow008 in forum Webmaster Discussion
    Replies: 15
    Last Post: 6th Dec 2010, 05:09 PM
  4. "Select all" , option for coded links
    By TheTorrentSeller in forum vBulletin
    Replies: 3
    Last Post: 5th Feb 2010, 03:02 PM
  5. Postiing Option Problem
    By Rei in forum vBulletin
    Replies: 11
    Last Post: 1st Sep 2008, 09:55 AM

Tags for this Thread

BE SOCIAL