Internet Explorer fix for some css

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Internet Explorer fix for some css

Postby miguelcortereal » 20 Jul 2012, 13:25

I'm using only top bar, at menu bar above header theme options I've loaded some images that render the menu bar along with several other settings.

One of the tabs from the menu is a drop down menu, for each option I don't want the same images as background from the menu bar but some color.

As far as I can see suffusion doesn't have this option it just uses the same background selection for every menu options.

So, I've code this just for the drop down menu:

Code: Select all
#nav-top ul ul li, #nav-top ul ul li a, #nav-top ul ul li a:active, #nav-top.continuous ul ul li {
   background: #777777;
}

#nav-top ul ul li a:hover, #nav-top ul ul li a.current:hover {
   background: #656565;
   color:#D8EEFB;
}

#nav-top ul ul li a.current {
   background: #000000;
   color: #227AD1;
}

.down-ptr {
   background: url(http://www.tictocman.com/wpress/wp-content/themes/suffusion/images/arrows.gif) no-repeat scroll 0 -8px transparent;
}


It works fine with Chrome, at IE keeps showing at the drop down menu the same background images of the menu bar.

Now this gone behound my skills, unless I'm missing some class to rule.

http://www.tictocman.com

Any help? Thanks in advance
miguelcortereal
 
Posts: 16
Joined: 20 Jul 2012, 13:07

Re: Internet Explorer fix for some css

Postby miguelcortereal » 21 Jul 2012, 06:58

Folks, don't bother try to find the problem I've already found where it is.

I was messing with CSS selectors.
miguelcortereal
 
Posts: 16
Joined: 20 Jul 2012, 13:07


Return to Support Requests

Who is online

Users browsing this forum: Google [Bot], moorrene and 4 guests