steven_gardner
-
Problem trying to retrieve a json object
decided to use coldfusion to retrieve my json object. I'm having no trouble that way and I'm pushed for time. Will try and work it out in the evening.
-
Problem trying to retrieve a json object
I'm not getting to the 'boo hoo' statement. I keep getting an invalid statement error. Thanks #Mottie for the link but I'm still no clearer on where I'm going wrong.
-
What is the "best" text editor for Mac?
I love using coda on my mac and still love using dreamweaver on my PC.
-
Scripts not loading properly all the time
I think we have identified the problem. We include a third party app that includes an older version of jQuery after we include a newer one we need for our custom scripts. This app only gets used every so often so will only effect the loading of the …
-
Help me design my sprite, please!!
I can edit the markup no problem. I was thinking of having a empty span tag with a set width and height of 64px but I think that's bad practice.
-
Help me design my sprite, please!!
Thanks, But I can't really use pseudo-elements as I need this to work on ie6+
-
Help me design my sprite, please!!
Sorry I haven't explained my self to well. The containing div is 250px wide and 85px high. The background Images I want to use as sprites are 64px X 64px. Its the containing div that will change size not the icon itself. I can take screen sh…
-
Can you help me make my javascript more efficient
Thanks Guys! I've edited my stuff and here's how it looks. /* Set up variables */ var filtersBox = $('.filtersbox'), settingsBox = $('.settingsbox'), settings = $('.settings'), filters = $(…
-
Chrome/Safari collapsing div issue
I have since added display:block to the .clearfix property. will have to check cross browsers to see if this effects things. If not this is a fix for this problem.
-
IE bug (weird indenting of first line)
This is definitely a floating issue. I have removed all styles and added them back one after the other and the issues arise once I introduce floats to the elements decedents of the LI.
-
IE bug (weird indenting of first line)
I would love to give you the url but its an internal dev environment. I'm trying to debug this the best I can but I'm struggling and just wondered if anyone has come up against something similar.
-
Feedback on My new mobile site
Cheers Guys for all the great feedback. There's a lot of good points and things I need to change & improve. I think I need to take a look at speeding things up a bit by removing images where I can. But as I say its still in its testing ph…
-
AddClass "1" to "6" then repeat after six list items jQuery
Cheers perfect!
-
Add a class to the parent li of .active using raw javascript
Cheers Sirlon, That code was what i almost got myself, I must be learning a bit. Thanks
-
3 Same level divs to be positioned ontop of each other?????
thanks I managed to get things sorted. The HTML was out of my control and was laid out the way i typed it which made things slightly harder. Anyway thanks again.
-
Linking problems in wordpress (tricky !!)
Thanks, I implemented the changes but it seems to make no change. http://www.john-walker.net Any further ideas. Thanks
-
create a smooth background color change
yeah i suppose or perhaps animate with color and opacity. Instead of the background color changing instantly from nothing to the lime green on hove i want it to gradually transform.
-
[Solved] Creating my first jquery effect in wordpress
Thanks. Solved!
-
[Solved] simple jQuery not working in wordpress
Found out else where that i need to replace $ with jQuery for this script to work in wordpress. Thanks
-
[Solved] simple jQuery not working in wordpress
I am having similar problems. I am trying to create a simple jquery accordion effect for a gym class timetable. I have added To the Header.php and linked to my script just under with
-
Simple jquery Accordian effect
Can the problem be that we haven't specified what dd to slide toggle open. When i click on the link all DD open and close. It feels as though i need to specify to only open the dd of the link i clicked. Hope this makes sense. I hope someone can…
-
Simple jquery Accordian effect
Sorry but this just messed things up. It tried to open up all drawers then instantly close before fully opening. I have used Slidetoggle before but could'nt remember how i implemented it.
-
Jquery Animate, Opacity and Tooltip
Ok i have added an .addClass function when mouseover but how do i get back to the original state when i move my cursor away from the effected area. $(\"li a\").addClass(\"nav-start\"); $(\"li a\").mouseover(function…
-
Jquery Animate, Opacity and Tooltip
Ok i have been working out some answers and i think adding some inline styles through Jquery will fix some issues. $(\"li a\").css(\"opacity\",0.2).css(\"visibility\", \"visible\").css(\"margin-top\&quo…
-
Jquery Toggle list items small problem
Ok, Thanks for the Update!!! it has worked fine on a test page. My problem comes when i try to implement it on a wordpress page. I have linked to Jquery in the header---I have added the short script directly into the head tag on the header sec…
-
Jquery Toggle list items small problem
Are you sure that code is correct as i cant get anything to work. I have tried it on a single test page with a link to Jquery but i get no results.