intcon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Drop down works in IE, not FirefoxJeez louise, it’s right there..the blaze title is being covered by the covert title…so i changed this to 140….
#nav ul li ul.sub-menu li ul.sub-menu { left: 140px; top: 0; position: absolute; }
and it works. it works in ie and netscape and can i tell you i love you? =)
holy cow it works it works it works….=)
Forum: Fixing WordPress
In reply to: Drop down works in IE, not Firefoxi’ve got it here..
#nav ul li ul.sub-menu li { text-indent: 0px !important; position: relative;}
I’m sorry, I switched to working directly on the site, as for some reason it displays differently on hers than mine…
Forum: Fixing WordPress
In reply to: Drop down works in IE, not Firefoxcriminitly that’s almost got it….the sub sub menu pops up a bit in the wrong spot….but now it’s hidden until the sub is hovered over…
is that this bit of code?
#nav ul li ul.sub-menu li ul.sub-menu { left: 140px; position: absolute; top: -28px; }
Forum: Fixing WordPress
In reply to: Drop down works in IE, not Firefox#nav ul li ul.sub-menu li { text-indent: 0px !important; position: relative;}
okay…do I take out the 0px line? and I leave absolute in the other bit of code
#nav ul li ul.sub-menu li ul.sub-menu
or change that to relative as well…it doesn’t end in
<li>
….so I wasn’t sure…(sorry, bear with me, I’m trying really really hard to understand!)
Forum: Fixing WordPress
In reply to: Drop down works in IE, not FirefoxOk…that gave me 2 books under phoenix and 1 under covert, sort of. Intimate enemies is the one under covert, so it’s still a little topsy turvy..but now I have this code
#nav ul li ul.sub-menu li ul.sub-menu { left: 140px; position: absolute; top: -28px; }
Forum: Fixing WordPress
In reply to: Missing CSS for sub sub menuack sorry…missed that. will move to the other thread….
Forum: Fixing WordPress
In reply to: Drop down works in IE, not FirefoxI changed to this
#nav ul li ul.sub-menu li ul.sub-menu li a { left: 140px; position: absolute; top: -28px; }
and more of the navigation disappeared.=) What’s there is displaying fine, but the buttons are just gone. There should be three under Phoenix and 1 under Covert….
Forum: Fixing WordPress
In reply to: Missing CSS for sub sub menuWPYogi….Sorry, it’s still scrambled. Why would that change the way the buttons are displayed?? I’m so at a loss. I have custom menus set up…I have the pages listed under their correct parents…it’s driving me crazy!
maybe it’d be best to just hire the stupid thing out. grr.
Forum: Fixing WordPress
In reply to: Drop down works in IE, not FirefoxAnd I’m resurrected from the dead. =) It worked fine on my test site, but does not work on the real site. All the menus pop out at the same time. I’m back to being at a total loss. I copied the css directly over from my working page to hers…I just don’t know where to look next!
WPYogi, thanks. I’ll go take a look.
Forum: Fixing WordPress
In reply to: Drop down works in IE, not Firefoxomg it works. *fainting*
thank you thank you thank you.
i can die happy now. =)
Forum: Fixing WordPress
In reply to: Missing CSS for sub sub menuWPyogi- that’s sooooo close. Can you look at the page now, please =) and do you see the second button Covert Affair is no longer clickable, and its sub menu doesn’t slide out.
Do I have an element that’s blocking the second button? a padding? It’s like it’s hidden behind something….
Forum: Fixing WordPress
In reply to: Missing CSS for sub sub menuAndrew…the top element worked on that, moving it up and down the page, but the left didn’t…it stayed where it was.
Forum: Fixing WordPress
In reply to: Missing CSS for sub sub menuok..I have this one…
#nav ul li ul.sub-menu li a:link, #nav ul li ul.sub-menu li a:visited
or
#nav ul li ul.sub-menu li a:hover
but not the one you have above. so would I add in this?
#nav ul li ul.sub-menu li ul.sub-menu li a{ put the spacing styles in here; }
or does it need to have the hover element?
Please please please bear with me here….=) I’m trying really hard to get this right…
Forum: Fixing WordPress
In reply to: Missing CSS for sub sub menuI have that…=) and it shows that submenu is being applied – I simply don’t know how to change that….
Forum: Fixing WordPress
In reply to: Missing CSS for sub sub menuin this section i have position as a left margin of 100px
#nav ul li ul.sub-menu2 li { margin-left:100px; text-indent: 100px !important;}
and in the regular sub menu it doesn’t have that….so I’d hoped that would move the submenu2 to the right 100px. it didn’t. =)