Post & News Images script
2 posters
Post & News Images script
Çé, É want only for the post & news in portal images a script

this script is all images

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- Forumember
-
Posts : 341
Reputation : 2
Language : Greek
Location : Greece
Re: Post & News Images script
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.
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.- Energetic
-
Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Post & News Images script
i want hover and border in the images only in the post and news in the portal
petros_7- Forumember
-
Posts : 341
Reputation : 2
Language : Greek
Location : Greece
Re: Post & News Images script
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.- Energetic
-
Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Post & News Images script
ok it is!But you see it


petros_7- Forumember
-
Posts : 341
Reputation : 2
Language : Greek
Location : Greece

» Portal News Post & most recent news post
» How to change allignment/Postion of images/imported script images.
» news script code
» How to add news script on forum homepage
» Forumotion Script (Widget) NEWS - How it's made?
» How to change allignment/Postion of images/imported script images.
» news script code
» How to add news script on forum homepage
» Forumotion Script (Widget) NEWS - How it's made?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum