The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Post & News Images script

2 posters

Go down

In progress Post & News Images script

Post by petros_7 August 3rd 2011, 12:37 am

Çé, É want only for the post & news in portal images a script


Post & News Images script Screen14


this script is all images

Code:
img {
border: 15px solid #000;
background: #000;
filter:alpha(opacity=60);
opacity:0.6;
padding: 1px;
}


Last edited by petros_7 on August 3rd 2011, 1:02 am; edited 1 time in total
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

In progress Re: Post & News Images script

Post by Nera. August 3rd 2011, 12:59 am

Hi,

You need to explain a bit.

AP > Modules > Portal > Structure
You can set there wich widgets you want to display wich you don't.

If that is not what you are asking please rephrase your question.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Post & News Images script

Post by petros_7 August 3rd 2011, 1:04 am

i want hover and border in the images only in the post and news in the portal
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

In progress Re: Post & News Images script

Post by Nera. August 3rd 2011, 1:14 am

Add this to CSS. Change what ever you want to change the hover and the border color etc. also. I've set the opacity just to show you an example of the hover.

Code:
.mod_news img:hover {
    opacity: 0.1;
}
.mod_news img {
    border: 1px solid black;
    opacity: 0.9;
}
.postbody img:hover {
    opacity: 0.2;
}
.postbody img {
    border: 1px solid black;
    opacity: 0.9;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Post & News Images script

Post by petros_7 August 3rd 2011, 1:44 am

ok it is!But you see it

Post & News Images script Screen15
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum