Question: Adjusting the sidebar widget

Is it possible to change the image size?
I would also like to limit the shown items to 3. Is this possible?
The most important thing... could i seperate image and title in their own line?
Thanks....
I would also like to limit the shown items to 3. Is this possible?
The most important thing... could i seperate image and title in their own line?
Thanks....
div#listallist {width:100%;}
div#listallist div.item {width:100%;float:left; padding:2px; vertical-align:top;}
div#listallist img.product {float:left; margin:2px;}
div#listallist span.link {}
div#listallist p {position:relative; margin:1px;}

Would it at least possible that you could add a whitespace or a break between image and title. Thanks

If you wanted the text below the image you could try put something like this :
I'm not sure exactly what you want to do
You can also remove the text by doing :
div#listallist {width:100%;}
div#listallist div.item {width:100%;float:left; padding:2px; vertical-align:top;}
div#listallist img.product {float:top; margin:2px;}
div#listallist span.link {display:block;}
div#listallist p {position:relative; margin:1px;}
I'm not sure exactly what you want to do
You can also remove the text by doing :
div#listallist {width:100%;}
div#listallist div.item {width:100%;float:left; padding:2px; vertical-align:top;}
div#listallist img.product {float:top; margin:2px;}
div#listallist span.link {display:none;}
div#listallist p {position:relative; margin:1px;}

I have added options to change the image size and total number of items now.

Thanks a lot for adding the options to the widget...
...but adjusting the css options doesn't work. It seems that modificatons in the div block doesn't affect the generated javascript code.
...but adjusting the css options doesn't work. It seems that modificatons in the div block doesn't affect the generated javascript code.

It should work, this example works for firefox and IE :
www.listal.com/listal/images/test/test.html
Maybe other css or html is interfering somehow?
www.listal.com/listal/images/test/test.html
Maybe other css or html is interfering somehow?

Maybe other css or html is interfering somehow?
That's perhaps possible... i will check this...
Thanks for your effort...

I found the mistake... definitively my fault
Last question (really, i swear ;-))
I would like to replace the displayed title with my rating (these cute little stars). Is that possible?
Last question (really, i swear ;-))
I would like to replace the displayed title with my rating (these cute little stars). Is that possible?