[jQuery] How To make thickbox not resize the image, scroll instead?

2007-03-26 Thread {js}sTyler

I've got a problem.
I already implemented thickbox on a live site.
The image has small text in it... if the images resizes to fit the window
the text becomes unreadable.
How do I make the thickbox scroll with the image shown at 100% of it's
actual dimentions, and not resize it to fit the window?
I'm guessing it might be easy something in the CSS, but I've tried a few
things and can't get it.
Cody credits Christian montoya with the improvement, maybe I need the old
CSS or functionality?
Thanks,
ty
PAge is here: http://70.133.226.148/greatLakesSpas-thickboxOld.htm
Click the more details link for any of the Great Lakes hot tubs.

Reading the Montoya Herald to see if I can hack backwards from there:
http://www.christianmontoya.com/2006/05/08/thickbox-plus/
Thanks all.
-- 
View this message in context: 
http://www.nabble.com/How-To-make-thickbox-not-resize-the-image%2C-scroll-instead--tf3468027.html#a9676427
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] New javascript menu flash-like

2007-03-22 Thread {js}sTyler

Hi All noticed this super little js/css menu in my news feeds:
http://www.devthought.com/cssjavascript-true-power-fancy-menu/

It's not using jQuery, but could it be made better or simpler with jQuery.
The code for this looks really lite, I don't think it's written on any js
library.

The school of thought here of sliding the background div around like that to
animate the hover is a great idea.
-- 
View this message in context: 
http://www.nabble.com/New-javascript-menu-flash-like-tf3449674.html#a9621891
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Is there a CSS doctor in the house?

2007-03-12 Thread {js}sTyler

Abel, if you have css issues, try going to stylegala.com and visiting the
forums there.
That's where I learned to hack CSS.
go ahead and put a link to the content, or paste some code it would save you
time.


-- 
View this message in context: 
http://www.nabble.com/Is-there-a-CSS-doctor-in-the-house--tf3374420.html#a9442037
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] vertical fisheye menu? OSX dock or tsunami

2007-03-08 Thread {js}sTyler

I can't find one demo of a javascript version in vertical orientation...
I'm also seeing the fisheye menu referred to as OSX dock, or tsunami.
After thinking it over I don't think it would be as easy as changing the Css
or even layout.
All of the distortion and thinking needs to be altered anything that happens
to the X plane, will now be happening in the Y direction.
Anybody got anything???!!
Thanks again.


{js}sTyler wrote:
> 
> Is there a way to set up a fisheye menu with a vertical orientation
> instead of horizontal?
> http://interface.eyecon.ro/demos/fisheye.html
> I haven't toyed with this, but vertical would float my boat better than
> horizontal, besides MAC's cornered the market on the horizontal fisheye
> nav.
> This is the only implementation I've found so far, that is a jquery
> version.
> The documentation is here, but it doesn't say much:
> http://interface.eyecon.ro/docs/fisheye
> I might give it a whirl.
> I've got some big image buttons for another site I've just started working
> with, they are sort of big-ish buttons.
> If I make the buttons just barely readable the fisheye would zoom them in
> nice.
> Thanks,
> ty
> 
> I find in the actual interface js code option halign and option valign.
> Can I simply switch all of the halign instances to valign?
> If so what would I use instead of Center? Left maybe?
> 
> Some of the interface code comments:
> /***
>  * Build a Fisheye menu from a list of links
>  *
>  * @name Fisheye
>  * @description Build a Fisheye menu from a list of links
>  * @param Hash hash A hash of parameters
>  * @option String items items selection
>  * @option String container container element
>  * @option Integer itemWidth the minimum width for each item
>  * @option Integer maxWidth the maximum width for each item
>  * @option String itemsText selection of element that contains the text
> for each item
>  * @option Integer proximity the distance from element that make item to
> interact
>  * @option String valign vertical alignment
>  * @option String halign horizontal alignment
>  *
>  * @type jQuery
>  * @cat Plugins/Interface
>  * @author Stefan Petre
>  **/
> 

-- 
View this message in context: 
http://www.nabble.com/vertical-fisheye-menu--tf3365640.html#a9374195
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] vertical fisheye menu?

2007-03-07 Thread {js}sTyler

Is there a way to set up a fisheye menu with a vertical orientation instead
of horizontal?
http://interface.eyecon.ro/demos/fisheye.html
I haven't toyed with this, but vertical would float my boat better than
horizontal, besides MAC's cornered the market on the horizontal fisheye nav.
This is the only implementation I've found so far, that is a jquery version.
The documentation is here, but it doesn't say much:
http://interface.eyecon.ro/docs/fisheye
I might give it a whirl.
I've got some big image buttons for another site I've just started working
with, they are sort of big-ish buttons.
If I make the buttons just barely readable the fisheye would zoom them in
nice.
Thanks,
ty
-- 
View this message in context: 
http://www.nabble.com/vertical-fisheye-menu--tf3365640.html#a9364259
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Auto Vertical Scroller newsBlock div

2007-03-06 Thread {js}sTyler

Thanks for both suggestions so far.
They are both great examples, but maybe not quite right.
It's interesting how the http://youngisrael-stl.org/updates.php
example pops to it's own window when clicking the window button, and the
scrolling arrow nav's. The arrow nav is great, but I don't think I'ld want
it to pop over the page like that (light box style). The slow scrolling
appears kind of blinky on my monitor, maybe it's just the high contrast of
those colors, royal blue, and white.

http://glenlipka.kokopop.com/jQuery/intuit.com/
the mocked up example that Karl suggested is great, and may work in the long
run, if the company writes there own RSS feed that will be more than just
general news lines.

What I'm really needing is just a slow scroll that keeps about 7 list items
scrolling upward and repeats.
I definately should study the learning example to even understand the
mechanics of it:
http://www.learningjquery.com/2006/10/scroll-up-headline-reader
Of course this is the first example I had seen, but thought it wasn't quite
right, slow and smooth is better.
Thanks again guys (karl and danny)

-- 
View this message in context: 
http://www.nabble.com/Auto-Vertical-Scroller-newsBlock-div-tf3352363.html#a9339832
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Auto Vertical Scroller newsBlock div

2007-03-05 Thread {js}sTyler

Hi All,
   Anyone have any tips for me to do a sort of news scroll vertical
scrolling div?
Mine is here:
http://70.133.226.219/v2/07index.aspx

It's beneath the jquery buttons in the left column.
It is scrolling up or sort of ticking up, if you give it a few seconds you
will see the headlines tick up.
I know the Css styling isn't quite right yet to tell the headlines apart
from each other, but that's a cinch to fix.

I tried implementing JD Sharp's code from here:
http://jdsharp.us/code/jQuery/plugins/jdNewsScroll/
It's sort of working but not really scrolling.

Any ideas to fix this or another setup, I don't really like the headline
reader that scrolls up quickly to the top and pauses, a plain old smooth
scroller would probably be best.

DynamicDrive has quite a few of those, but they haven't been jQuery-ized,
and I don't quite get how to lay the smack down on my own original coding
yet, or anywhere near that skill level of coding :(
I've used this one in the past for example:
http://www.dynamicdrive.com/dynamicindex2/mikescroll.htm
The scripts in this dynamic drive example add around 22k of js code...
The jquery.dimensions.js from jd's example is just over 10k, my page is
getting heavy fast with so many client requests for animation.
Thanks for any suggestions!
-- 
View this message in context: 
http://www.nabble.com/Auto-Vertical-Scroller-newsBlock-div-tf3352363.html#a9322596
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Accordion Menu setting

2007-03-02 Thread {js}sTyler


  33. Accordion Menu setting (itmanager)..

Answer:
Hi Manager dude,
   Hi ITguy... my 1st chance to shine and help out :) 
Hey check this layout:
http://www.generalmedicine.com/index2.htm
SebDuggan.com supplied me the toggle behavior.
Thought I would email you direct, (I hope this is the right addie).
Check my last post in this forum thread for the code from Seb:
http://forum.stylegala.com/about5162.html

My code got a bit muddied on the page because I had conflicts with the
smooth slideshow gallery that uses mooTools. I never could resolve those
conflicts, and had to show the slideshow in an Iframe using another jQuery
plugin for iframes from 33Rockers.com.
Thanks,
  I'll post this in the mailing list also.
Thanks,
Ty
PS: Apologies, I've no idea how to reply to the discuss mailing list using
the forum here at nabble/software/javascript/jquery... or something :)



itmanager-2 wrote:
> 
> Hi everybody, Ive been testing the accordion menu
> (http://docs.jquery.com/Tutorials:Accordion_Menu_%28Screencast%29)
> I try several things on the code but didnt work.
> The accordion menu, by default, on click slide and show the items, but if
> I click again on the same item, the menu doesnt hide.
> I want to know if its possible to make the menu on click->shows and if I
> click the same item then the menu slides and close again.
> thanks for your help
> 
>  
> 
> 
> 
> 
> 
> Sent via the WebMail system at tripven.com
> 
> 
>  
>
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Accordion-Menu-setting-tf3331798.html#a9270735
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jquery rocks

2007-02-28 Thread {js}sTyler

Thanks Rick,
   Hey I'm cool now...
I found the emails are posted more or less as a forum at:
http://www.nabble.com/JQuery-f15494.html
I've googled my way there quite a few times looking for solutions and/or new
jQuery goodies.
It's much easier to search for me, and there is a huge amount of Q n' A
already.
-- 
View this message in context: 
http://www.nabble.com/jquery-rocks-tf3283778.html#a9204542
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/