This is a new site with video tutorials that I recently found via
boagworld.com podcast. They have a video tutorial that is similar to
what you want.
http://jqueryfordesigners.com/fixed-floating-elements/
-G
On Nov 18, 10:56 am, Rizky wrote:
> thx for the reply :)
>
> doesn't work like i wanted
I think its talking about editing the superfish.css file. For example
in the sample superfish.css that comes with your download, you see
something like this:
===
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 0;
top:2.5em; /* match top ul
Fraggy,
Change the following lines in your superfish.css file:
===
.sf-menu li {
background: #BDD2FF;
background: #003300; /*JM*/
}
.sf-menu li li {
background: #AABDE6;
background: red;/*JM*/
}
[...]
.sf-menu li:hov
Matteo.
You didn't provide enough information. Is the whole superfish menu in
the wrong place on the page, or are you just talking about submenu
position? Is it a horizontal or vertical menu? Do you have sample
code? Url?
-Greg
On Nov 14, 5:59 pm, dailybread wrote:
> hi,
> I've a little problem
r the current
> link. Can that be corrected?
>
> Thanks,
>
> luciano
>
> On Nov 7, 5:00 am, gfranklin wrote:
>
> > You need to change this chunk of your CSS code:
>
> > ===
> > .sf-menu li:hover, .sf-menu li.sfHover,
>
> > .sf-menu a:focus, .sf
You need to change this chunk of your CSS code:
===
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: ##ad0303;
outline:0;
color: #fc3131;
===
The background has two pound signs (#), i
Yes I agree with James. You should set the value from the database to
match the format exactly as the datepicker needs it to be. If you are
using PHP here is a cheat sheet:
http://php-date.com/
g
On Jul 17, 10:23 pm, James wrote:
> That was just an example.
> You should try to make it the same
That's funny, I know a Don Morgan. Are you he?
One thing I discovered about IE, is that it is very picky about
javascript referencing and function calls. If they are in the wrong
order, it will choke. One thing that helped me was to turn on script
debugging in the Internet Preferences, then IE wi
You need to add the style for the li.sfHover to match a:hover.
.sf-menu ul a:hover {
color: #fff !important;
background: #005daa !important;
}
SHOULD BE LIKE THIS:
.sf-menu ul a:hover, .sf-menu li.sfHover a {
color: #fff !important;
background: #005daa !important
turn on script debugging in internet prefs for IE. This helped me to
determine my issue. I basically had the order of js references
incorrect in my HTML .
g
On Apr 23, 4:35 pm, Laker Netman wrote:
> On Apr 20, 10:52 am,gfranklin wrote:
>
>
>
> > I am having the same problem
you should probably change your css to accommodate all of your menu
items in 1 row. allow more horizontal space in the container element,
or else reduce the button size of each item.
g
On Apr 21, 4:07 pm, Mark wrote:
> hello,
>
> I want to use this menu but i have so many main items that there
check the order in which your external javascripts files are called.
You may have it correct, but it was one thing that IE6 was picky about
for me. The way I determined what was going wrong in IE6 for my
problem was turning on script debugging in the IE preferences panel.
-Greg
On Apr 29, 7:00 p
f,
Your ul / li code structure is difficult to read. Can you change it so
that it contains line breaks and indentations? That way it will be
easier to determine what the problem is.
-G
On Apr 22, 6:28 am, Forgotten wrote:
> When I added the SuperFish Module to my site
> "www.beixm.wizeguygamin
I got it working now.
Yay!
-GF
On Apr 20, 6:01 pm, gfranklin wrote:
> Laker,
> Thx for posting this information on the superfish menu problem in IE.
> I am having some issues in IE with my rendering of the menu system
> (seehttp://avalon.unisonagency.com/if you're curious). Hopefully
Laker,
Thx for posting this information on the superfish menu problem in IE.
I am having some issues in IE with my rendering of the menu system
(see http://avalon.unisonagency.com/ if you're curious). Hopefully the
a tag newline problem may help my situation. If you know of anything
else I might d
I am having the same problem with superfish. My code is not supported
in Internet Explorer 6. No sub-menus appear. I modified the css
considerably to meet the requirements of the design. If you found
something that fixed your problem in the CSS, please post your
findings. Thanks!
-GF
On Apr 7, 1
16 matches
Mail list logo