[jQuery] Re: Jquery Corner IE issues [Solution]

2009-10-21 Thread theosoft
background- color like this: $('.roundedimage').corner("cc:#fff"); The only problem I have is that I'm attempting this on an tag and it's not allowing me to text-indent the text. So, I am going to wrap this in a div with a background color. Chris On Oct 21, 8:30 am,

[jQuery] Re: Jquery Corner IE issues

2009-10-21 Thread theosoft
I'm having the same issue. On another note, I'm curious as to a better way to use this on images. Currently I'm having to put it as the background image on an element, but this is no good for resizing. Thanks. Chris Coppenbarger On Oct 14, 8:43 am, Paul wrote: > Hi there, > > When using Jquer

[jQuery] Re: Clickable autocomplete, like google

2009-09-23 Thread theosoft
My solution: Since I'm using PHP 5.2+, I'm able to use the json_encode function like this: while($speaker = mysql_fetch_object($speaker_query)){ $encodable[] = $speaker; } $encoded = json_encode($encodable); echo $encoded; Then, in the javascript function: var searchurl = $("#speaker

[jQuery] Re: Clickable autocomplete, like google

2009-09-23 Thread theosoft
I'm sort of trying to do the same thing and I got it working, to an extent. The only problem is that I'm not using JSON and when I tried to use JSON, it didn't display any search results, even though Firebug showed the results were working. I'm using a php backend. Here's what I have in my javas

[jQuery] Re: Superfish

2009-09-10 Thread TheoSoft
modify the .sf-menu styles from the superfish.css file On Sep 10, 1:59 pm, Matt wrote: > How do I go about changing the subnavigation background/position? I > would like to add a vertical gradient to the subnavigation and am > having a hard time. > > Any help would be appreciated. > > www.restor

[jQuery] Re: IE7 submenu display problem

2009-09-10 Thread TheoSoft
Just a note that I've removed all z-index and position:relative from relevant elements on my test site and no avail. Still getting the issue. On Sep 10, 9:09 am, TheoSoft wrote: > Doesn't do anything... > > On Sep 10, 4:37 am, rupak mandal wrote: > > > > > hi

[jQuery] Re: IE7 submenu display problem

2009-09-10 Thread TheoSoft
> > On Thu, Sep 10, 2009 at 2:02 AM, Sajuuk wrote: > > > I've got the same problem on a site I am working on right now.  I > > tried setting a z-index for sub-submenus in the CSS, but it didn't > > have any effect. > > > On Sep 9, 3:50 pm, theosof

[jQuery] [Superfish] IE7 submenu display problem

2009-09-09 Thread theosoft
Apparently, in IE7 and below, there is an issue with sub-submenus dropping below the submenu. I don't have any other issues with z- indexing anywhere, so I'm not sure what the problem is. Example of this error here: http://www.ciu.edu/graduate/studyoptions/ Scroll over Graduate School, and then

[jQuery] Re: jQuery Superfish Problem

2009-09-04 Thread TheoSoft
You don't have any submenus. On Sep 4, 3:48 am, Lexmarketing wrote: > Hello, > > iam a new here. > I will creat a jQuery menu on my typo3 site but still some problems. > > I have add the jQuery in the head of the site and all needed scripts! > Then i give the ul a class name ... > > Here a li

[jQuery] [Superfish] Background fade of menus

2009-09-02 Thread theosoft
I'm not sure what's going on with the background fade of the my dropdowns and flyouts. When I mouseout, the background disappears, but the text remains. What's going on with that? You can view it at http://www.ciu.edu. Thank you, Chris Coppenbarger

[jQuery] [Superfish] IE7 and below errors (just information)

2009-09-02 Thread theosoft
This is something I discovered when implementing Superfish on our recently redesigned site at http://www.ciu.edu. We have navigation menus that are edited by content editors as html files. Our PHP files will include that html file if it exists. However, the WYSIWYG editor (XStandard in this case)

[jQuery] Re: and [tooltip] integration

2009-09-01 Thread theosoft
I too was having the same problem, but just solved it. Something you said about needing to call it after the element was created sparked the solution. You need to specify the function inside a document.ready, however I use the shortcut. $(function(){ $('img').tooltip(); }); That should wo

[jQuery] Re: JQuery Cycle effects don't work in IE

2009-08-20 Thread TheoSoft
> fade transition working. There are, however, some validation errors > you may want to clean up.  the id attribute cannot start with a > number, and it appears that your images for thecyclearea all have > this in common. > > On Aug 18, 9:48 am, theosoft wrote: > > > > &

[jQuery] Re: Background color on images in Jquery Cycle

2009-08-19 Thread theosoft
ell, you have the bgcolor on bigimg set to transparent, meaning > whatever is behind it will show through, so if that's the body, that's > what you'll see. Just apply the colour you want it to be. > > I don't really understand the problem. > > theosoft wrote: >

[jQuery] Background color on images in Jquery Cycle

2009-08-19 Thread theosoft
Here's a new problem and no idea how to fix it. I've tried every css trick I could think of. I had to set width and height on the container for the images for IE. However, when I did that in my style sheet, it grabs the background color of the body and puts it into the div. I have no idea what's

[jQuery] Re: JQuery Cycle effects don't work in IE

2009-08-18 Thread theosoft
It faded for you in IE7 & 8? I'm not seeing the fade at all in IE. On Aug 18, 10:55 am, Charlie wrote: > works in IE 7 &8 for me > theosoft wrote:I have tried various things to get this to work in IE, and I'm > not sure why it won't work. The shuffle effect work

[jQuery] JQuery Cycle effects don't work in IE

2009-08-18 Thread theosoft
I have tried various things to get this to work in IE, and I'm not sure why it won't work. The shuffle effect works, but not properly. It works in all the other browsers just fine. I've uploaded the code to jsbin here: http://jsbin.com/icuko I need this solved by the end of the day tomorrow, so i