Forum Replies Created
- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
jeh007
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Here, use this code instead – the menu drops down better – it was screwy before because I was messing with the numbers, this should work perfectly to drop down from the header now!:
.nav ul {
position: relative;
z-index:589;
float:left;
top:100%
bottom:auto !important;
list-style:none;
margin:20px 0;
}.nav ul li {
float:left;
height:10px;
margin:0;
margin-right:36px;
vertical-align:middle;
}AdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236jeh007
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I did it!
Its in here:
.nav ul {
position: relative;
z-index:599;
float:left;
top:100%
bottom:auto !important;
list-style:none;
margin:20px 0;Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236jeh007
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I know it’s somewhere in the coding on the stylesheet at the bottom, i can’t figure out where exactly. I think it may be in the bolded area, I’ve been messing with it for the past 3 days and quite aggravated now. Grr!
nav {
width:940px;
height:24px;
margin:0 auto;
margin-bottom:50px;
font-size:24px;
line-height:24px;
}.nav ul {
position: relative;
z-index:597;
float:left;
top:auto !important;
bottom:100%;
list-style:none;
margin:20px 0;
}.nav ul li {
float:left;
height:34px;
margin:0;
margin-right:36px;
vertical-align:middle;
}.nav ul li.hover,
.nav ul li:hover {
position:relative;
z-index:599;
cursor:default;
}.nav ul ul {
visibility:hidden;
position:absolute;
top:100%;
left:-10px;
z-index:598;
min-width:150px;
margin-bottom:5px;
background:#FFF;
border-top:#CCC 1px dotted;
font-size:18px;
}[b].nav ul ul li {
float:none;
min-height:34px;
height:20 !important;
margin:0;
padding:0 10px;
border-bottom:#CCC 1px dotted;[/b]
}.nav ul ul ul {
bottom:10px;
left:99%;
}.nav ul ul ul {
}.nav ul li:hover > ul {
visibility:visible;
}.nav ul li a {
display:inline-block;
padding:5px 0;
color:#252525;
text-decoration:none;
}Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236jeh007
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220jeh007 said:
I was able to move my nav bar to the header but would also like the menu to drop down instead of up! Where do I do this? I can\’t find any reference to it in the style sheets or the nav tags?I also want the menu under the header image instead of over it – http://marinatedseafood.com/ms – I tried moving it around in the header placement, but can’t get it where I want it. ๐ wah.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236jeh007
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220EllieK said:
I was looking for this same issue, and this has worked, but the drop-down menus drop up instead of down. How can I change this?Thanks!
I was able to move my nav bar to the header but would also like the menu to drop down instead of up! Where do I do this? I can’t find any reference to it in the style sheets or the nav tags?