[jQuery] Re: Superfish Dropdown BG Problem

2009-02-07 Thread levine....@gmail.com

bklyn2cali - I see that you resolved the background issue on your
site. What did you do and where did you do it???

With regards,
Ron

On Feb 1, 10:12 am, bklyn2cali s...@mediajelly.com wrote:
 Joel or anyone else,

 I have one last problem. The SuperSubs plugin works only on the first
 sub-sub-
 nav. I'm not sure why. Take a look here and see the second sub nav's
 display:http://www.stcyril.net/site/

 It seems like there is some overflow issue since thebackground
 repeats all the way to the edge of the border. Have you seen this
 before?

 Also more minor is that the dropshadow no longer appears.

 The sub-sub-nav problem is a deal-killer. I can't use Superfish unless
 I resolve that.

 Thank you. You guys have been great to us Superfish newbies.

 Sean

 On Feb 1, 8:56 am, levine@gmail.com levine@gmail.com
 wrote:

  Also, where do I find the font color for the menu? I have looked in
  the RM css files as well as the SF css files and can't seem to make
  out where it is.

  Thanks again,
  Ron

  On Feb 1, 7:59 am, levine@gmail.com levine@gmail.com
  wrote:

   Thanks for the heads up on turning off the call. However, I still
   don't have any idea of where to put the code that Joel is talking
   about. Does this go into the Rhuk_milkyway css file???

   Regards,
   Ron

   On Feb 1, 2:22 am, bklyn2cali s...@mediajelly.com wrote:

Joel,

I've got this working now, thank you.

One last issue: the SuperSubs plugin works only on the first sub-sub-
nav. I'm not sure why.http://www.stcyril.net/site/

It seems like there is some overflow issue since thebackground
repeats all the way to the edge of the border.

I'm so close to getting this done, just this issue, and also more
minor is that the dropshadow no longer appears.

Thanks for your help. It is much appreciated.

Sean

On Jan 31, 6:08 am, Joel Birch joeldbi...@gmail.com wrote:

 Hello,

 This is the exact same issue someone else had just the other day, and
 they were also a Joomla user. Your problem is figure out by selecting
 the menu li element using Firebug. The Superfishbackgroundrule is
 being overridden by the #pillmenu li li rule which is in the green.css
 file. The reason this rule gets precedence over the Superfish CSS is
 because it uses an id in the selector, which trumps the .sf-menu class
 selector.

 Interestingly, 'pillmenu' was the exact same id that was involved with
 the other Joomla user's issue, so I assume it must be part of Joomla's
 templates. Solve your problem by adding the id to your Superfish
 selector in order to increase its 'specificity', like this:

 #pillmenu .sf-menu li {background: #BDD2FF url('../images/
 normal_bg.png') repeat-x 0 0; }

 Joel Birch.


[jQuery] Re: Superfish Dropdown BG Problem

2009-02-01 Thread levine....@gmail.com

Thanks for the heads up on turning off the call. However, I still
don't have any idea of where to put the code that Joel is talking
about. Does this go into the Rhuk_milkyway css file???

Regards,
Ron

On Feb 1, 2:22 am, bklyn2cali s...@mediajelly.com wrote:
 Joel,

 I've got this working now, thank you.

 One last issue: the SuperSubs plugin works only on the first sub-sub-
 nav. I'm not sure why.http://www.stcyril.net/site/

 It seems like there is some overflow issue since the background
 repeats all the way to the edge of the border.

 I'm so close to getting this done, just this issue, and also more
 minor is that the dropshadow no longer appears.

 Thanks for your help. It is much appreciated.

 Sean

 On Jan 31, 6:08 am, Joel Birch joeldbi...@gmail.com wrote:

  Hello,

  This is the exact same issue someone else had just the other day, and
  they were also a Joomla user. Your problem is figure out by selecting
  the menu li element using Firebug. The Superfish background rule is
  being overridden by the #pillmenu li li rule which is in the green.css
  file. The reason this rule gets precedence over the Superfish CSS is
  because it uses an id in the selector, which trumps the .sf-menu class
  selector.

  Interestingly, 'pillmenu' was the exact same id that was involved with
  the other Joomla user's issue, so I assume it must be part of Joomla's
  templates. Solve your problem by adding the id to your Superfish
  selector in order to increase its 'specificity', like this:

  #pillmenu .sf-menu li { background: #BDD2FF url('../images/
  normal_bg.png') repeat-x 0 0; }

  Joel Birch.


[jQuery] Re: Superfish Dropdown BG Problem

2009-02-01 Thread levine....@gmail.com

Also, where do I find the font color for the menu? I have looked in
the RM css files as well as the SF css files and can't seem to make
out where it is.

Thanks again,
Ron

On Feb 1, 7:59 am, levine@gmail.com levine@gmail.com
wrote:
 Thanks for the heads up on turning off the call. However, I still
 don't have any idea of where to put the code that Joel is talking
 about. Does this go into the Rhuk_milkyway css file???

 Regards,
 Ron

 On Feb 1, 2:22 am, bklyn2cali s...@mediajelly.com wrote:

  Joel,

  I've got this working now, thank you.

  One last issue: the SuperSubs plugin works only on the first sub-sub-
  nav. I'm not sure why.http://www.stcyril.net/site/

  It seems like there is some overflow issue since the background
  repeats all the way to the edge of the border.

  I'm so close to getting this done, just this issue, and also more
  minor is that the dropshadow no longer appears.

  Thanks for your help. It is much appreciated.

  Sean

  On Jan 31, 6:08 am, Joel Birch joeldbi...@gmail.com wrote:

   Hello,

   This is the exact same issue someone else had just the other day, and
   they were also a Joomla user. Your problem is figure out by selecting
   the menu li element using Firebug. The Superfish background rule is
   being overridden by the #pillmenu li li rule which is in the green.css
   file. The reason this rule gets precedence over the Superfish CSS is
   because it uses an id in the selector, which trumps the .sf-menu class
   selector.

   Interestingly, 'pillmenu' was the exact same id that was involved with
   the other Joomla user's issue, so I assume it must be part of Joomla's
   templates. Solve your problem by adding the id to your Superfish
   selector in order to increase its 'specificity', like this:

   #pillmenu .sf-menu li { background: #BDD2FF url('../images/
   normal_bg.png') repeat-x 0 0; }

   Joel Birch.


[jQuery] Re: Superfish Dropdown BG Problem

2009-01-31 Thread levine....@gmail.com

Thanks Joel,

I was the other guy a few days ago.

Does this code snippet go into the superfish.css file???

With regards,
Ron

On Jan 31, 6:08 am, Joel Birch joeldbi...@gmail.com wrote:
 Hello,

 This is the exact same issue someone else had just the other day, and
 they were also a Joomla user. Your problem is figure out by selecting
 the menu li element using Firebug. The Superfish background rule is
 being overridden by the #pillmenu li li rule which is in the green.css
 file. The reason this rule gets precedence over the Superfish CSS is
 because it uses an id in the selector, which trumps the .sf-menu class
 selector.

 Interestingly, 'pillmenu' was the exact same id that was involved with
 the other Joomla user's issue, so I assume it must be part of Joomla's
 templates. Solve your problem by adding the id to your Superfish
 selector in order to increase its 'specificity', like this:

 #pillmenu .sf-menu li { background: #BDD2FF url('../images/
 normal_bg.png') repeat-x 0 0; }

 Joel Birch.


[jQuery] Actually...

2009-01-24 Thread levine....@gmail.com

Greetings all,

Actually, I mean the end result is transparent so the words on the
menu are hard to read against the dark background of the site itself.

You can see what I am talking about at http://newbergallery.datacenterwest.com/

Thanks again,
Ron


[jQuery] Superfish Opacity

2009-01-23 Thread levine....@gmail.com

Greetings all,

I also am having an issue with turning off the opacity in Superfish. I
think I need to pass something like opacity: false but this does not
work. I have also tried hide as well.

Help please.
Thanks,
Ron