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.

Chatbox needs resized

Go down

Chatbox needs resized Empty Chatbox needs resized

Post by Anonymous Boy January 12th 2012, 12:54 am

My chatbox's width is too wide and it's stretching the page.
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

Chatbox needs resized Empty Re: Chatbox needs resized

Post by Guest January 12th 2012, 2:08 pm

Can you provide your forum url?
avatar
Guest
Guest


Back to top Go down

Chatbox needs resized Empty Re: Chatbox needs resized

Post by Anonymous Boy January 13th 2012, 2:46 am

avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

Chatbox needs resized Empty Re: Chatbox needs resized

Post by Guest January 13th 2012, 6:49 am

Add this in your javascript management:
Code:
$(function() {
$('table.forumline').has('iframe[src="/chatbox"]').addClass('chatbx');
})

Add to CSS Stylesheet then:
Code:
.chatbx{
width: 95% !important;
}
Replace 95% to more or less. Wink
avatar
Guest
Guest


Back to top Go down

Chatbox needs resized Empty Re: Chatbox needs resized

Post by Anonymous Boy January 13th 2012, 8:47 am

Gassy wrote:Add this in your javascript management:
Code:
$(function() {
$('table.forumline').has('iframe[src="/chatbox"]').addClass('chatbx');
})

Add to CSS Stylesheet then:
Code:
.chatbx{
width: 95% !important;
}
Replace 95% to more or less. Wink
what do i name the title
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

Chatbox needs resized Empty Re: Chatbox needs resized

Post by Guest January 13th 2012, 1:03 pm

Anonymous Boy wrote:what do i name the title
I don't quite understand.. Confused
avatar
Guest
Guest


Back to top Go down

Chatbox needs resized Empty Re: Chatbox needs resized

Post by Anonymous Boy January 13th 2012, 7:49 pm

Gassy wrote:
Anonymous Boy wrote:what do i name the title
I don't quite understand.. Confused
I click create a new JavaScript yes. Then it says title javascript code etc.
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

Back to top

- Similar topics

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