Frame around thumbs. how to?

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Mon Jan 02, 2012 5:56 pm
How can I have a small 1px or 2px frame around every thumbnail created?

I try to use background but it does not show...

any idea?

Thanks
User avatar
Expert Boarder

GK User
Mon Jan 02, 2012 6:38 pm
I added this to the line ·#37 of style.css
.nspArt img.nspImage { border-bottom-style:ridge;
border-color:black;
border-image:initial;
border-left-style:outset;
border-right-style:outset;
border-top-style:outset;
border-width:initial}

It works but it adds the frame to all my GK's how can I do this for just some modules??

Thansk
User avatar
Expert Boarder

teitbite
Mon Jan 02, 2012 6:50 pm
Hi

You should use a module class suffix added to each module You want to have this frame. For example the suffix will be called " frame" (the space before name is important).

Than You wil need to change the style to:

Code: Select all
.frame .nspArt img.nspImage { border-bottom-style:ridge;
border-color:black;
border-image:initial;
border-left-style:outset;
border-right-style:outset;
border-top-style:outset;
border-width:initial}
User avatar
Moderator

GK User
Mon Jan 02, 2012 8:27 pm
Thanks.
And how do I add the frame to a "clear" style.
Now when creating the style it gives more style attributes than just the frame.

or what other attributes do I need to add to the new style, so it shows "clear" and only add the picture frame??

thanks
User avatar
Expert Boarder

GK User
Mon Jan 02, 2012 8:33 pm
Now what I did, was to add the frame to the style.css, and remove the frame from the different styles.

But I think it would be easier to just add the frame to the "clear" style but I do not see how to recreate the clear style or to edit this..

Any idea, very welcome...

TKS :)
User avatar
Expert Boarder

teitbite
Tue Jan 03, 2012 7:53 am
Hi

To be honest I think easier would be just to use 2 suffixes :). Simply separate it with space.
User avatar
Moderator


cron