michaelbragg Posted January 8, 2015 Share Posted January 8, 2015 My menu bar on IE and FireFox is good, but on Google Chrome the menu bar overlaps the slider. Is there a fix for this? URL: http://www.abnarmysurplus.com Link to comment Share on other sites More sharing options...
tuk66 Posted January 8, 2015 Share Posted January 8, 2015 Remove height: 100px from .header-container class. Link to comment Share on other sites More sharing options...
michaelbragg Posted January 8, 2015 Author Share Posted January 8, 2015 If I do that, then the header disappears and becomes the background. Is there another solution and keep my header color? Link to comment Share on other sites More sharing options...
razaro Posted January 8, 2015 Share Posted January 8, 2015 Like tuk66 said remove that height, it is messing things. And change css a bit Add #header .banner { background: #4D3366; } remove .header-container { background: #3D3366; height: 100px; } and one line from header { background: 4D3366; } You have missing # there. Link to comment Share on other sites More sharing options...
michaelbragg Posted January 8, 2015 Author Share Posted January 8, 2015 Are these changes in the global.css file? Link to comment Share on other sites More sharing options...
razaro Posted January 8, 2015 Share Posted January 8, 2015 Yes in global.css Link to comment Share on other sites More sharing options...
michaelbragg Posted January 8, 2015 Author Share Posted January 8, 2015 Yes in global.css Then the background extends up to where I had the colored background. Link to comment Share on other sites More sharing options...
michaelbragg Posted January 8, 2015 Author Share Posted January 8, 2015 (edited) Unrelated: Can you look at the popular and tell me how to change the behavior or which module to re-edit to get height and color change on hover? When you hover the height changes not the color. Edited January 8, 2015 by michaelbragg (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now