Re: [jQuery] Any kind soul to help me figure out whats wrong?

2009-11-15 Thread Charlie
not entirely sure what gallery is supposed to do but you can align the thumbs better changing this css: .gallery_demo li { background:#00 none repeat scroll 0 0; border:3px double #11; height:50px; margin:0 2px; width:68px; } add:  float: left and  height: 100px?  // adjust to sui

Re: [jQuery] Any kind soul to help me figure out whats wrong?

2009-11-15 Thread JMcGinnis
Good thing you don't need to know anything about Jquery to solve this problem.. :clap: very simple fix, just add float: left; to your ".gallery_demo li" class and also remove the height style from that same class. -jmcginnis Brandon-71 wrote: > > Hi all, > I have no training in jquery. Can

[jQuery] Any kind soul to help me figure out whats wrong?

2009-11-15 Thread Brandon
Hi all, I have no training in jquery. Can anyone help me see what is wrong with my thumbnail gallery at http://www.brandonclicks.com ? It was ok and in two neat rows when I used it at blogspot but once I changed it to a custom domain, it is all messed up. I would appreciate any help I can get. Th