Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] My dropdown meanu is acting funny


  #1  
Old Aug 30, 2012, 01:44 PM
Find IT Services's Avatar
Find IT Services
 
11 posts · Aug 2012
Klerksdorp, South Africa
Send a message via Skype™ to Find IT Services
Hey guys,

My dropdown menu is behaving kind of strange and I cannot seem to find a solution or what is causing it.

The menu is fine but when you hover over the sub menu items then the sub menu item div kind of drops down a couple of pixels.

Anyone know what is going on?

GREIndustries.co.za

Use these details to log in to the site:

User: temp
Pass: temp1234

Thanks in advance!
  #2  
Old Aug 30, 2012, 02:21 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go to ato->add HTML/CSS Inserts->CSS Inserts and copy everything there to a text file and save the file.
next remove every thing that is there and look at the menu
is it acting funny? if the answer is no, then it is somethinig to do with the CSS Inserts so copy them in a bit at a time till you find out what is causing it.

Then you can say "I have this CSS xxxxxxx why is it causing this issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Sep 5, 2012 at 03:49 PM.
  #3  
Old Sep 5, 2012, 02:55 PM
Find IT Services's Avatar
Find IT Services
 
11 posts · Aug 2012
Klerksdorp, South Africa
Send a message via Skype™ to Find IT Services
Once again, great advice Juggledad...

I put the CSS back in one bit at a time and that allowed me to more easily eliminate the problem CSS..

It seems like I over-defined the size of the menu divs as I defined a height of 30px three times. As soon as I removed the second and third height property, everything was fixed!

I ended up with the following code for the styling of my menu:

HTML Code:
.rMenu { 
	background-color: transparent !important;
}

div#menu1 { 
	height: 30px !important;  
	margin-top:0px; 
	background: url('/wp-content/themes/atahualpa/images/pagemenu-background.png') !important ;
}

ul.rMenu li a:link, 
ul.rMenu li a:visited, 
ul.rMenu li {
	background-color: transparent !important; 
	border-right: groove 2px #371d0b ;
}

ul.rMenu li a:hover, 
ul.rMenu li a:active {
	background: url("/wp-content/themes/atahualpa/images/pageitem-background.png") !important; 
}
Cheers!

Bookmarks

Tags
hover, menu item, rmenu, sub menu



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Right Sidebar is acting very strange gr870sfunk Sidebars & Widgets 2 Feb 2, 2012 12:28 PM
[SOLVED] Page titles with funny characters AndrewRH Center area post/pages 2 May 26, 2010 05:27 AM
in multi post, something funny is happening with my site, please help contentfreak Excerpts, Read more, Pagination 6 Jan 3, 2010 10:01 AM
[SOLVED] My main page is acting up. pilsen1 Page & Category Menu Bars 1 Oct 14, 2009 07:16 AM
Authors Avatars Widget... acting up designer666 Sidebars & Widgets 1 Jun 17, 2009 09:41 AM


All times are GMT -6. The time now is 05:01 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.