[jQuery] Re: Cycle and CSS

2009-01-19 Thread pillpusher
I think I fixed my problems with .cycle and my CSS issues. I am using floats with my div tags. As you probably already know, there are plenty of problems with floats without introducing the cycle plugin. As I stated in my earlier post, I couldn't get things to go where I want them to. I realized t

[jQuery] Re: Cycle and CSS

2009-01-18 Thread pillpusher
I have problems with the slideshow in div tags too. I have one site with the slideshow in a table and some of my problems worked themselves out. I have problems like yours. The slideshow doesn't go where I want it to. The CSS doesn't work as expected on the parent tags or child tags. On Dec 14 20

[jQuery] Re: superfish navbar

2008-09-30 Thread pillpusher
i know i look like an idiot posting to my own posts (and answering my own questions), but i wanted to post the solution i found in case someone else had the same problem. after looking around at other peoples' questions (and source codes) i noticed that a negative z- index makes my navbar work gre

[jQuery] Re: calling jquery cycle function from flash

2008-09-30 Thread pillpusher
hey. after i sent you that question to your question (sorry), i looked at your html and css and saw a negative z-index on your masterhead and flash id's. i tried that, and my navbar works great now. thanks! On Sep 30, 5:17 pm, Slushbunny <[EMAIL PROTECTED]> wrote: > Hi, I'm using this  http://mal

[jQuery] Re: calling jquery cycle function from flash

2008-09-30 Thread pillpusher
your site looks great. not sure why you want to change anything, but why wouldn't you want to put the photos in flash, and control them inside flash? maybe because it would create a huge flash file? i have my own issues with cycle.jquery maybe you can help me. i'm using the cycle.jquery.js librar

[jQuery] Re: Superfish Basic (horizontal)- How to go right across the screen

2008-09-30 Thread pillpusher
to go right all the way across the screen, i put my and tags in a tag, and gave the div tag the same background (color or image) as the navbar. that worked for me. let me know if that helps you. regarding removing the padding to make it go all the way to the top, i had this happen to me on som

[jQuery] Re: superfish navbar

2008-09-30 Thread pillpusher
i tried to assign a z index (lower than the superfish navbar) to the slide show class, but it didn't help.

[jQuery] superfish navbar

2008-09-30 Thread pillpusher
i have a page using the superfish navbar, but i also have a slide show under the navbar using the jquery.cycle.js library. the navbar is working fine except that when the menu drops down, it falls behind the slide show. i'm guessing that there is some css code that will fix this, but i'm not sure