-------->
the number move to below{here}
¡ºdisplayed on google chrome¡»
the number move to below{here}
¡ºdisplayed on google chrome¡»
Last edited by xiaomah01 on November 21st 2011, 11:44 am; edited 1 time in total
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
kirk wrote:can you post a link to the page on your forum.
I cant seem to figure out how to navigate on the forum from the link in your profile.
$(function(){
$('.post td[width="200"] span.gensmall').css('font-size','9px');
});
$(function(){
$('.post td[width="200"] span.gensmall').css('display','block');
});
ankillien wrote:
EDIT:
Excuse me, am I getting it wrong?
Do you want to put the (50/100) text besides the bar or below the bar?
If you want to put it below, this code would work...
- Code:
$(function(){
$('.post td[width="200"] span.gensmall').css('display','block');
});
$(function() {
$('.poster-profile .gensmall').before('<br>');
});
thanks...be alrightLGforum wrote:You'd be better with this, since it avoids changing the width of your post profiles and font sizes etc.
- Code:
$(function() {
$('.poster-profile .gensmall').before('<br>');
});
Put it only in topics. and if you already have a jQuery function running in topics then just add the middle line to that.
ankillien wrote:Can you give link to a page on your forum where you have blog mode?
ankillien wrote:I can see it working there as well. The numbers are already below the bar.
.post td[width="150"]{
background: red;
}
ankillien wrote:Oh! Sorry for misunderstanding.
This code will fix the issue for blog mode...
- Code:
.post td[width="150"]{
background: red;
}
The same code with width 150.