-
1. Re: Help with drop down menu and border on images
Keihamm Sep 18, 2014 8:34 PM (in response to luvzmusic)If you can, please provide a link to your website that you are having issues on.
-
2. Re: Help with drop down menu and border on images
luvzmusic Sep 23, 2014 10:00 AM (in response to Keihamm)our website is marketingsource.businesscatalyst.com/
-
3. Re: Help with drop down menu and border on images
Keihamm Sep 23, 2014 11:20 AM (in response to luvzmusic)On Line 927 of your style.css file change "51" to "48".
It should look like this.
#navigation ul li:hover ul, #navigation ul li.sfHover ul {
left: 0;
top: 48px;
/* match top ul list item height */
z-index: 99; }
-
4. Re: Help with drop down menu and border on images
Keihamm Sep 23, 2014 11:26 AM (in response to Keihamm)I also noticed you are using superfish menu. If you want the menu to appear slower then place this code in right before the ending </head> tag.
<script>
$(document).ready(function(){
$('ul#nav_14623').superfish();
});
</script>
-
5. Re: Help with drop down menu and border on images
Keihamm Sep 23, 2014 11:28 AM (in response to Keihamm)If you do include the superfish menu script, then you will notice little arrows in your menu items. To fix these change line 956 of your style.css file to right: 10px; and line 975 to top:1.2em;
-
6. Re: Help with drop down menu and border on images
luvzmusic Sep 23, 2014 11:55 AM (in response to Keihamm)thank you so much! can you help with taking the border off the picture and add to cart thing:
marketingsource.businesscatalyst.com/directory-of-associations-by-the-state-online/us_dire ctory_of_associations_by-the-state_online_access_alabama
-
7. Re: Help with drop down menu and border on images
Keihamm Sep 23, 2014 3:16 PM (in response to luvzmusic)Sure. On line 256 of your style.css change the background to background:none; currently it is white.
-
8. Re: Help with drop down menu and border on images
Liam Dilley Sep 23, 2014 4:11 PM (in response to Keihamm)As a tip to dropdown Menu's or just positioning in general.
If you want to ensure a good bottom position with an absolute element - top:100%; is all you need rather then being specific.
-
9. Re: Help with drop down menu and border on images
luvzmusic Sep 23, 2014 4:57 PM (in response to Keihamm)thank you! i appreciate your help



