[jQuery] How to use jGrowl's theme option?

2008-09-08 Thread Wolfram Rösler
Hello, does anyone have an example how to use jGrowl's theme option? I want to use display error messages in red and tried the following: $.jGrowl('My error message',{theme: 'jgError'}); with the following in my css file: .jgError { color: red; } but it didn't work. I am obviously doing

[jQuery] Border around fisheye images

2009-06-29 Thread Wolfram Rösler
, and how the margins behave when the mouse moves over the flags. Any idea how to make this work? Thanks for any help Wolfram Rösler

[jQuery] Re: Border around fisheye images

2009-07-01 Thread Wolfram Rösler
Hi, .fisheyeItem img {  width: 90%; } Works great and does just what I've been looking for. Thanks a lot! Best regards Wolfram Rösler

[jQuery] Re: Border around fisheye images

2009-07-01 Thread Wolfram Rösler
Hi, this is your code stating a width is 32, then you have img margin as much as 10, losing 1/3 of space inside a no need for margin on img $('#Flags').html(HTML).Fisheye( {  maxWidth: 48, items: 'a',  itemsText: 'span', container: '.fisheyeContainter',  itemWidth: 32,  proximity: