[jQuery] Re: Superfish vertical/arrow question

2009-12-03 Thread MozreplGuy
Charlie, thank you for your time.
I agree it would be easier with a link.
I will get some hosting and move my stuff from localhost to there.
Then I will post a link.
Thanks again for taking the time to help a newbie like me!


On Dec 2, 4:43 am, Charlie charlie...@gmail.com wrote:
 snippets of html won't do much to troubleshoot.    95% likelihood the problem 
 is css related and css needs to be viewed in the DOM to work with effectively.
 The majority of posts regarding superfish on this board are Joomla related . 
 You can try searching. The original css gets left in when the menu gets 
 installed, try commenting out all the old menu css from template
 MozreplGuy wrote:Thanks for your response and your time! I apologize, I still 
 have everything on localhost. This following is what I could see with firebug 
 li class=parent active item1 a class=sf-with-ul 
 href=http://localhost/testsite/; spanHome/span span 
 class=sf-sub-indicator »/span /a Does this help a bit? It doesn't seem 
 to be a width problem, because there is plenty of space in the accordion list 
 (horizontally). If the  character were in the same span as home, then it 
 would be in the same line. What do you think? On Dec 1, 6:22 pm, 
 Charliecharlie...@gmail.comwrote:likely a width setting on LI or A 
 tags, likely from old css as superfish default css doesn't set widths. If 
 text was just fitting before then you are now adding a new element that 
 doesn't fit without wrapping to next line Can see a lot if you provide link, 
 easy to see what's happening with a DOM inspector MozreplGuy wrote:Hi all, I 
 successfully included superfish into a joomla site (still on localhost). I 
 use it in vertical mode. It works fine. But there is one thing that doesn't 
 look very nice. Every menu with a sub menu has a sub-indicator '' 
 (character 187, enabled by autoarrow flag). The indicator itself is fine. 
 However the indicator doesn't appear on the same line as the menu text. For 
 example it looks like: Menu1But I would like it to like: Menu1  Does 
 anybody have an idea how I could achieve that. I looked at the code (e.g. 
 superfish), but my skill level doesn't allow me to find a solution :-) I 
 would appreciate any help. Thanks, Mozrepl


[jQuery] Re: superfish accordion/vertical mode: How to make a node/menu stay open?

2009-12-03 Thread MozreplGuy
A solution can be found here:
http://joomla.lifeofcy.com/viewtopic.php?f=2t=208

On Dec 1, 9:24 pm, MozreplGuy mozr...@gmail.com wrote:
 I used the following plugin for 
 joomla:http://extensions.joomla.org/extensions/structure-a-navigation/menu-s...

 This module simply combines superfish with the main menu and automates
 the setup configuration. I configured it so it appears vertically
 (accordion).

 It looks very nice and works fine. Except for one small detail. If
 somebody clicks on a sub-menu and the page changes to that item. Then
 the whole menu collapses again (accordion closes). If you hover
 along the menu path you can see that the current item is correctly
 highlighted, however when you move the mouse away the accordion closes

 Is there a way so that the accordion staysopenwith current item
 highlighted?

 Thank you very much again for your time and help in advance!


[jQuery] Re: Superfish vertical/arrow question

2009-12-03 Thread MozreplGuy
Thanks for pointing me into the right direction. I changed
display:block to inline and I got what I wanted.

On Dec 3, 11:03 am, MozreplGuy mozr...@gmail.com wrote:
 Charlie, thank you for your time.
 I agree it would be easier with a link.
 I will get some hosting and move my stuff from localhost to there.
 Then I will post a link.
 Thanks again for taking the time to help a newbie like me!

 On Dec 2, 4:43 am, Charlie charlie...@gmail.com wrote:



  snippets of html won't do much to troubleshoot.    95% likelihood the 
  problem is css related and css needs to be viewed in the DOM to work with 
  effectively.
  The majority of posts regarding superfish on this board are Joomla related 
  . You can try searching. The original css gets left in when the menu gets 
  installed, try commenting out all the old menu css from template
  MozreplGuy wrote:Thanks for your response and your time! I apologize, I 
  still have everything on localhost. This following is what I could see with 
  firebug li class=parent active item1 a class=sf-with-ul 
  href=http://localhost/testsite/; spanHome/span span 
  class=sf-sub-indicator »/span /a Does this help a bit? It doesn't 
  seem to be a width problem, because there is plenty of space in the 
  accordion list (horizontally). If the  character were in the same span as 
  home, then it would be in the same line. What do you think? On Dec 1, 
  6:22 pm, Charliecharlie...@gmail.comwrote:likely a width setting on LI 
  or A tags, likely from old css as superfish default css doesn't set 
  widths. If text was just fitting before then you are now adding a new 
  element that doesn't fit without wrapping to next line Can see a lot if you 
  provide link, easy to see what's happening with a DOM inspector MozreplGuy 
  wrote:Hi all, I successfully included superfish into a joomla site (still 
  on localhost). I use it in vertical mode. It works fine. But there is one 
  thing that doesn't look very nice. Every menu with a sub menu has a 
  sub-indicator '' (character 187, enabled by autoarrow flag). The 
  indicator itself is fine. However the indicator doesn't appear on the same 
  line as the menu text. For example it looks like: Menu1But I would like it 
  to like: Menu1  Does anybody have an idea how I could achieve that. I 
  looked at the code (e.g. superfish), but my skill level doesn't allow me to 
  find a solution :-) I would appreciate any help. Thanks, Mozrepl- Hide 
  quoted text -

 - Show quoted text -


[jQuery] Re: Superfish vertical/arrow question

2009-12-01 Thread MozreplGuy
Thanks for your response and your time! I apologize, I still have
everything on localhost. This following is what I could see with
firebug

li class=parent active item1
a class=sf-with-ul href=http://localhost/testsite/;
spanHome/span
span class=sf-sub-indicator »/span
/a

Does this help a bit?

It doesn't seem to be a width problem, because there is plenty of
space in the accordion list (horizontally). If the  character were
in the same span as home, then it would be in the same line.

What do you think?


On Dec 1, 6:22 pm, Charlie charlie...@gmail.com wrote:
 likely a width setting on LI or A tags, likely from old css as superfish 
 default css doesn't set widths. If text was just fitting before then you are 
 now adding a new element that doesn't fit without wrapping to next line
 Can see a lot if you provide link, easy to see what's happening with a DOM 
 inspector
 MozreplGuy wrote:Hi all, I successfully included superfish into a joomla site 
 (still on localhost). I use it in vertical mode. It works fine. But there is 
 one thing that doesn't look very nice. Every menu with a sub menu has a 
 sub-indicator '' (character 187, enabled by autoarrow flag). The indicator 
 itself is fine. However the indicator doesn't appear on the same line as the 
 menu text. For example it looks like: Menu1But I would like it to like: Menu1 
  Does anybody have an idea how I could achieve that. I looked at the code 
 (e.g. superfish), but my skill level doesn't allow me to find a solution :-) 
 I would appreciate any help. Thanks, Mozrepl


[jQuery] Re: Superfish vertical/arrow question

2009-12-01 Thread MozreplGuy
Forgot to mention that I used this plugin for joomla:
http://extensions.joomla.org/extensions/structure-a-navigation/menu-systems/drop-a-tab-menus/6731
This module simply combines superfish with the main menu and automates
the setup configuration. I configured it so it appears vertically
(accordion).

On Dec 1, 8:57 pm, MozreplGuy mozr...@gmail.com wrote:
 Thanks for your response and your time! I apologize, I still have
 everything on localhost. This following is what I could see with
 firebug

 li class=parent active item1
 a class=sf-with-ul href=http://localhost/testsite/;
 spanHome/span
 span class=sf-sub-indicator »/span
 /a

 Does this help a bit?

 It doesn't seem to be a width problem, because there is plenty of
 space in the accordion list (horizontally). If the  character were
 in the same span as home, then it would be in the same line.

 What do you think?

 On Dec 1, 6:22 pm, Charlie charlie...@gmail.com wrote:



  likely a width setting on LI or A tags, likely from old css as 
  superfish default css doesn't set widths. If text was just fitting before 
  then you are now adding a new element that doesn't fit without wrapping to 
  next line
  Can see a lot if you provide link, easy to see what's happening with a DOM 
  inspector
  MozreplGuy wrote:Hi all, I successfully included superfish into a joomla 
  site (still on localhost). I use it in vertical mode. It works fine. But 
  there is one thing that doesn't look very nice. Every menu with a sub menu 
  has a sub-indicator '' (character 187, enabled by autoarrow flag). The 
  indicator itself is fine. However the indicator doesn't appear on the same 
  line as the menu text. For example it looks like: Menu1But I would like it 
  to like: Menu1  Does anybody have an idea how I could achieve that. I 
  looked at the code (e.g. superfish), but my skill level doesn't allow me to 
  find a solution :-) I would appreciate any help. Thanks, Mozrepl- Hide 
  quoted text -

 - Show quoted text -


[jQuery] superfish accordion/vertical mode: How to make a node/menu stay open?

2009-12-01 Thread MozreplGuy
I used the following plugin for joomla:
http://extensions.joomla.org/extensions/structure-a-navigation/menu-systems/drop-a-tab-menus/6731

This module simply combines superfish with the main menu and automates
the setup configuration. I configured it so it appears vertically
(accordion).

It looks very nice and works fine. Except for one small detail. If
somebody clicks on a sub-menu and the page changes to that item. Then
the whole menu collapses again (accordion closes). If you hover
along the menu path you can see that the current item is correctly
highlighted, however when you move the mouse away the accordion closes

Is there a way so that the accordion stays open with current item
highlighted?

Thank you very much again for your time and help in advance!



[jQuery] Superfish vertical/arrow question

2009-11-30 Thread MozreplGuy
Hi all,

I successfully included superfish into a joomla site (still on
localhost). I use it in vertical mode. It works fine. But there is one
thing that doesn't look very nice.

Every menu with a sub menu has a sub-indicator '' (character 187,
enabled by autoarrow flag). The indicator itself is fine. However the
indicator doesn't appear on the same line as the menu text.

For example it looks like:

Menu1


But I would like it to like:

Menu1 



Does anybody have an idea how I could achieve that. I looked at the
code (e.g. superfish), but my skill level doesn't allow me to find a
solution :-)

I would appreciate any help.


Thanks, Mozrepl