Results 1 to 9 of 9
-
21st Jul 2010, 03:03 AM #1OPMemberWebsite's:
Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.comStyling Select Option:hover problem in css
Hello,
I am trying to style select option in css. I got it working using
Code:select option { }
I am trying to style it with
Code:select option:hover { }
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
-
21st Jul 2010, 03:05 AM #2Member
i dont know much but i think u have to add text decoration hover...
i might be wrong...
-
21st Jul 2010, 03:44 AM #3OPMemberWebsite's:
Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.comNah this is not working and btw i haven't heard of text decoration hover before.
-
21st Jul 2010, 05:55 AM #4Member
You cant use CSS for that. Change it onmouseover and onmouseout with JS.
-
21st Jul 2010, 06:25 AM #5OPMemberWebsite's:
Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.comI know it can be done with mouse events but it'll be really a pain to edit all the select options individually.
-
21st Jul 2010, 07:41 AM #6MemberWebsite's:
Doxsters.netpaste 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"
-
21st Jul 2010, 07:45 AM #7OPMemberWebsite's:
Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.comIt is for the whole vbulletin select dropdown boxes.
-
21st Jul 2010, 08:20 AM #8ლ(ಠ益ಠლ)Website's:
extremecoderz.comexample:
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>
PHP Code:myNavBar menuItem {background: #fff;}
myNavBar menuItem:hover {background: #c0c0c0;}
-
21st Jul 2010, 08:21 AM #9MemberWebsite'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"
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Vbulletin 4.13 Hover Problem in Layout Pls Help
By Deadmau5 in forum vBulletinReplies: 4Last Post: 29th Jul 2011, 02:12 PM -
Styling <Object>
By Hillside in forum Web Development AreaReplies: 1Last Post: 10th Mar 2011, 04:56 AM -
WCDDL mass select option
By Shadow008 in forum Webmaster DiscussionReplies: 15Last Post: 6th Dec 2010, 05:09 PM -
"Select all" , option for coded links
By TheTorrentSeller in forum vBulletinReplies: 3Last Post: 5th Feb 2010, 03:02 PM -
Postiing Option Problem
By Rei in forum vBulletinReplies: 11Last Post: 1st Sep 2008, 09:55 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...