Gradient Background For staff
+3
!_NICK_!
LGforum
PorkyPine V10
7 posters
Page 1 of 1
Gradient Background For staff
i only want to know what to put on the JS , CSS, and rank
thanks in advance
thanks in advance
Re: Gradient Background For staff
You should just do a search there are currently hundreds of threads about this.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Gradient Background For staff
When you find that add the gradient effect using the css in there.
PS: What is forumotion's code for the effect?
PS: What is forumotion's code for the effect?
!_NICK_!- Active Poster
- Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.
Re: Gradient Background For staff
Rideem3 wrote:Have you visited this tutorial?:
http://www.malware-site.www/forum/index.php/topic/135-how-to-change-the-post-background-color-of-a-specific-user/
Thank you for that Rideem3.
Re: Gradient Background For staff
Rideem3 wrote:Have you visited this tutorial?:
http://www.malware-site.www/forum/index.php/topic/135-how-to-change-the-post-background-color-of-a-specific-user/
yea, it doesnt seem to work
Re: Gradient Background For staff
Rank:
Java:
in the topics only, and thats all
- Code:
<span class="specialpost">Admin</span>
Java:
- Code:
$(function() {
$('div.post:has(".specialpost"), div.postmain:has(".specialpost")').css('background-color','#000');
});
in the topics only, and thats all
Re: Gradient Background For staff
?????
this is for punBB:
Rank:
and Java:
i have double checked and theyre the same
this is for punBB:
Rank:
- Code:
<span class="specialpost">RANK TITLE HERE</span>
and Java:
- Code:
$(function() {
$('div.post:has(".specialpost"), div.postmain:has(".specialpost")').css('background-color','#000');
});
i have double checked and theyre the same
Re: Gradient Background For staff
i changed it but i want it to look like a gradient
from dark to light
from dark to light
Re: Gradient Background For staff
Rideem3 wrote:The issue is the color you've chosen. You've missed one "F" in #FFFFFF. There must be 6 "F"'s, you only have five.
Providing the color is a primary we color (RGB) you only need 3 characters.
PorkyPine V10 wrote:i changed it but i want it to look like a gradient
from dark to light
You can use an image for this
Re: Gradient Background For staff
If you want the image here it is http://i.imm.io/hjo8.png Just saying
Re: Gradient Background For staff
Rocker92 wrote:Rideem3 wrote:The issue is the color you've chosen. You've missed one "F" in #FFFFFF. There must be 6 "F"'s, you only have five.
Providing the color is a primary we color (RGB) you only need 3 characters.
Using three alphanumeric characters such as '#FFF' is not RGB coloring, its still Hex Coloring.
RGB is different.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Gradient Background For staff
Copyrighted tutorial removed. You have received a warning for doing this multiple times.
Re: Gradient Background For staff
Rideem3 wrote:xxangel17xx wrote:Copyrighted tutorial removed. You have received a warning for doing this multiple times.
Posting tutorials that are not yours is prohibited.
i didnt use any ones tutoirial i sat for houres trying to think how to do it since all you dumb support staff couldn't give the right tut on how to do it so remove my warning and put my posts back
check your facts your not the only one that knows Java & css you know
Re: Gradient Background For staff
Hi!
xxangel17xx, that aren't your tutorial, this is created by Rideem3 from his forum. And he is also correct about copyright. It's not good to tell lies.
PorkyPine V10, check this:
Placement : Check only In the topics.
xxangel17xx, that aren't your tutorial, this is created by Rideem3 from his forum. And he is also correct about copyright. It's not good to tell lies.
PorkyPine V10, check this:
Placement : Check only In the topics.
Guest- Guest
Re: Gradient Background For staff
Coddy wrote:Hi!
xxangel17xx, that aren't your tutorial, this is created by Rideem3 from his forum. And he is also correct about copyright. It's not good to tell lies.
PorkyPine V10, check this:
Placement : Check only In the topics.
i didnt see his forum i took the hard way to find it and got it a friend who works at jagex just like they have on there forum so no im not copying him
Re: Gradient Background For staff
i have change it to that
it appears blank
- Code:
$(function() {
$('div.post:has(".specialpost"), div.postmain:has(".specialpost")').css('background-image','url(http://i.imm.io/hjo8.png) no-repeat scroll right top');
});
it appears blank
Re: Gradient Background For staff
You've put a load of background rules into the rule of background-image. Change the words background-image to just 'background'.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Gradient Background For staff
change this bit: 'url(http://i.imm.io/hjo8.png) no-repeat scroll right top'
to this: 'url(http://i.imm.io/hjo8.png) repeat-y top left'
to this: 'url(http://i.imm.io/hjo8.png) repeat-y top left'
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Gradient Background For staff
Oh well thats because you've specified .postmain in the selector for some reason.
This should be your code:
This should be your code:
- Code:
$(function() {
$('div.post:has(".specialpost")').css('background','url(http://i.imm.io/hjo8.png) repeat-y top left');
});
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum