how do i move this??
4 posters
Page 1 of 1
how do i move this??
-------->
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
Re: how do i move this??
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.
I cant seem to figure out how to navigate on the forum from the link in your profile.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: how do i move this??
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.
http://johor.forumn.org/t1500-topic#.TsPnFMPz20s
Re: how do i move this??
Hi,
It could be done if you reduce the font-size of that part to 10 or 9 pixels. This javascript will do it...
Hope it helps
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...
It could be done if you reduce the font-size of that part to 10 or 9 pixels. This javascript will do it...
- Code:
$(function(){
$('.post td[width="200"] span.gensmall').css('font-size','9px');
});
Hope it helps
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');
});
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: how do i move this??
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');
});
You are wonderful!!!
thanks...
Edit:
blog type can not show it below
Re: how do i move this??
You'd be better with this, since it avoids changing the width of your post profiles and font sizes etc.
Put it only in topics. and if you already have a jQuery function running in topics then just add the middle line to that.
- 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.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: how do i move this??
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.
and also have 1 problem...
the problem have be solved but no in blog mode
https://help.forumotion.com/t100321-how-to-chage-the-profile-body-color
Re: how do i move this??
Can you give link to a page on your forum where you have blog mode?
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: how do i move this??
ankillien wrote:Can you give link to a page on your forum where you have blog mode?
http://johor.forumn.org/t488-topic
Re: how do i move this??
I can see it working there as well. The numbers are already below the bar.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: how do i move this??
ankillien wrote:I can see it working there as well. The numbers are already below the bar.
nonono...this is another problem,problem link:https://help.forumotion.com/t100321-how-to-chage-the-profile-body-color
because i cannot reply again in that topic
Re: how do i move this??
Oh! Sorry for misunderstanding.
This code will fix the issue for blog mode...
The same code with width 150.
This code will fix the issue for blog mode...
- Code:
.post td[width="150"]{
background: red;
}
The same code with width 150.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: how do i move this??
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.
ya..so many thanks for your...u are many times helping me
Re: how do i move this??
Glad I could help out
Topic Solved
Topic Solved
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum