[jQuery] Re: height of div

2007-08-30 Thread b0bd0gz
Thanks for the quick reply, still getting a height value of zero I'm afraid, any other ideas? b0bd0gz Try this: $('#content').load('home.html', function(){ $(".seperator").height( $(this).height() ); }); --John -- View this message in context:

[jQuery] height of div

2007-08-30 Thread b0bd0gz
only when the contents have been fully loaded? here is the code I have so far $('#content').load('home.html'); var sep_height = div = $('#content').height(); $('.seperator').css('height', height); Thanks for any help b0bd0gz -- View t

[jQuery] Re: Wrong Width in Firefox

2007-08-26 Thread b0bd0gz
Thanks for the reply Wizzud, I think your probably right about why the width is out by a pixel. Wrapping the image and paragraph in a div did't work but it did lead to me figuring out a workaround. What I did was wrap the anchor, image and paragraph in a div, then instead of jQuery setting t

[jQuery] Re: Wrong Width in Firefox

2007-08-26 Thread b0bd0gz
Unfortunately I haven't fixed the problem, it's still showing with me when using Firefox 2.0.0.6, and it's really irritating because nothing seems to fix it :( Glad you like the design though :D If anyone has any ideas please let us know. b0bd0gz I can't see the 1 pi

[jQuery] Wrong Width in Firefox

2007-08-24 Thread b0bd0gz
tml(description); $('p.hidden').fadeIn("slow"); }; I have no idea what's causing this so any ideas would be greatly welcomed. If you need anymore info let me know. Thanks in advance. b0bd0gz -- View this message in context: http://www.nabble.com/Wrong-Width-in-Firefox-tf4324806s15494.html#a12316725 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Hover Delay

2007-08-17 Thread b0bd0gz
Awesome thanks, that is exactly what I needed :D -- View this message in context: http://www.nabble.com/Hover-Delay-tf4285726s15494.html#a12199959 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Hover Delay

2007-08-17 Thread b0bd0gz
And here is the code a http://b0bd0gz.adsl24.co.uk/gallery/ Any help and ideas would be appreciated. Thanks b0bd0gz -- View this message in context: http://www.nabble.com/Hover-Delay-tf4285726s15494.html#a12199740 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: next anchor tag in list

2007-08-14 Thread b0bd0gz
Awesome, that works perfectly, Thanks for the help. b0bd0gz -- View this message in context: http://www.nabble.com/next-anchor-tag-in-list-tf4267089s15494.html#a12149963 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: next anchor tag in list

2007-08-14 Thread b0bd0gz
Here's a link to the html http://b0bd0gz.adsl24.co.uk/html.txt html link hopefully this will work. b0bd0gz -- View this message in context: http://www.nabble.com/next-anchor-tag-in-list-tf4267089s15494.html#a12148273 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: next anchor tag in list

2007-08-14 Thread b0bd0gz
click the next button is for an alert box to display the "href" value of the link that comes after the link with the class "selected", which in the list above would be the href value of "second link". Hope that makes a bit more sense. b0bd0gz -- View this message in c

[jQuery] next anchor tag in list

2007-08-14 Thread b0bd0gz
605__364lo.jpg". I hope that makes some sort of sense, if not I'll try and explain again. Any help will be greatly appreciated, Thanks b0bd0gz -- View this message in context: http://www.nabble.com/next-anchor-tag-in-list-tf4267089s15494.html#a12143839 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Image loaded

2007-08-10 Thread b0bd0gz
Thanks for everyone's help, its all working how I want it to now. Thanks again:D b0bd0gz -- View this message in context: http://www.nabble.com/Image-loaded-tf4248146s15494.html#a12091493 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Image loaded

2007-08-10 Thread b0bd0gz
Thanks that worked but can the "Loading..." appear in place of the large image instead of the thumbnail? Thanks for the help :D b0bd0gz -- View this message in context: http://www.nabble.com/Image-loaded-tf4248146s15494.html#a12090344 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Image loaded

2007-08-10 Thread b0bd0gz
$('.full_img').attr("src", selected); return false; }); What I want to know is, is there a way to display some text saying "Loading..." until new image is loaded. Here's the site so far. Any help would be awesome. b0bd0gz

[jQuery] Re: jquery.flickr + reflection

2007-08-05 Thread b0bd0gz
Huge THANKS!, everythings working now :D b0bd0gz -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a12006477 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: jquery.flickr + reflection

2007-08-04 Thread b0bd0gz
Tried your suggestion but still no luck I'm afraid, it's still displaying one under the other :( -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a11999343 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: jquery.flickr + reflection

2007-08-03 Thread b0bd0gz
Awesome that did the trick, the reflection is applied every time now :jumping:. Still having no luck in getting the thumbnails to display inline though. Big THANKS for the help=) b0bd0gz -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html

[jQuery] Re: jquery.flickr + reflection

2007-08-02 Thread b0bd0gz
I think its great, really easy to use even for a beginner like me :-D and looks brilliant. Just need to find out how to stop it moving everything below it and it'll be perfect=) -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a11967446 S

[jQuery] Re: jquery.flickr + reflection

2007-08-02 Thread b0bd0gz
ery/ heres the problem in action (you'll probably need to refresh it a few times to see the reflection) Thanks again for the help. b0bd0gz -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a11963734 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] jquery.flickr + reflection

2007-08-02 Thread b0bd0gz
4.co.uk/jQuery/ action here where the flickr images don't have a reflection and the other image underneath does have a reflection. I hope that explains my problem, if not let me know and I'll try again. Thanks in advance for any help:-D b0bd0gz -- View this message in context: http: