Hi all
I am making a showcase gallery and would like no space between thumbs. Is this possible?
thx
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Hi all
I am making a showcase gallery and would like no space between thumbs. Is this possible?
thx
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Hi Carla
http://www.deltadesign.co/odds/showcase-thiumb-spacing.html
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
hey David
I am trying this now. I must be doing something wrong hm let me try again
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
ok your gonna love this Dave
I put code in correctly, tried to preview and it would not load, I tried in firefox, no loading preview. I took code markup out and preview worked.
so what does this mean??
I tell you this 6 upgrade has been a ball of laughs!
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
I would like to achieve this look… is it possible? with showcase
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
ok I shut down and restarted. it must be a glitch the preview works but spacing is same. I have this code and called my gallery scccontainer
#sccontainer ul.fwShowcase_thumbs li { margin: 0px !important; padding: 0px !important; }freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
You are going to have to post a link so that I can see where you are going wrong.
You can send via email if you don’t want it public.
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
will do
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
OK
The thumbs are being generated as square containers at 100px x 100px so try the following instead.
<style type=”text/css”>
#sccontainer ul.fwShowcase_thumbs li {
margin: 0px !important;
padding: 0px !important;
width: 66px !important;
}
</style>
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
You may have to change the insert point for the style code.
it appears that showcase is adding style info after the code we inserted.
Try inserting the markup in the After slot instead.
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options