Explore
 Lists  Reviews  Images  Update feed
Categories
MoviesTV ShowsMusicBooksGamesDVDs/Blu-RayPeopleArt & DesignPlacesWeb TV & PodcastsToys & CollectiblesComic Book SeriesBeautyAnimals   View more categories »
Listal logo

Question: Adjusting the sidebar widget

Ipanema 18 years, 2 months ago at Mar 2 8:01 -
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....


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;}


Ipanema 18 years, 2 months ago at Mar 7 5:57 -
Would it at least possible that you could add a whitespace or a break between image and title. Thanks
Moderator
Admin
Tom 18 years, 2 months ago at Mar 11 16:51 -
If you wanted the text below the image you could try put something like this :

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;}
Moderator
Admin
Tom 18 years, 2 months ago at Mar 11 17:17 -
I have added options to change the image size and total number of items now.
Ipanema 18 years, 2 months ago at Mar 12 7:57 -
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.
Moderator
Admin
Tom 18 years, 2 months ago at Mar 12 11:29 -
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?
Ipanema 18 years, 2 months ago at Mar 13 6:35 -
Maybe other css or html is interfering somehow?


That's perhaps possible... i will check this...

Thanks for your effort...
Ipanema 18 years, 2 months ago at Mar 13 7:41 -
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?

Ipanema 18 years, 1 month ago at Mar 22 9:21 -
Last question (really, i swear ;-))
I would like to replace the displayed title with my rating (these cute little stars). Is that possible?


I'm still very interested if this is possible/planed...