• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

Missing connections list

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
6 posts • Page 1 of 1

Postby z8000783 » Thu May 04, 2006 10:09 am

I have incorporated a chat box into a page that has a style sheet set up. You can see it here –

http://www.adamshields.com/phpfreechat/demo/chat.php#

However the first name on the list appears to be off the the screen and not showing. Second and subsequent connection are OK.

If I disable my style sheet all is OK.

I have a “td” style set up which seems to affect the size of the chat and just shows the bottom part of the first name if a large enough font size is used.

Hope all this makes sense.

Any ideas greatly appreciated. I don’t mind adjusting my style sheet a bit but the pages are set up and look right.


Thanks

John
z8000783
New member
 
Posts: 6
Joined: Thu May 04, 2006 10:01 am
Top

Postby phpfreechat » Thu May 04, 2006 11:15 am

I think, I've found the problem :

in your generic css, you define li style like that :
Code: Select all
li {
   position: relative;
   top: -15px;
}

This is why the online nicknames are mispositionned.

Try to add this rule to your style.css.tpl.php:
Code: Select all
div#<?php echo $prefix; ?>online li {
  position: static;
}

Keep me informed.

regards,
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby z8000783 » Thu May 04, 2006 3:09 pm

Perfect, you’re a genius. Works perfectly.

Thanks Stéphane
z8000783
New member
 
Posts: 6
Joined: Thu May 04, 2006 10:01 am
Top

Postby z8000783 » Thu May 04, 2006 3:30 pm

OK while we’re on a roll, is there an easy way to grow the fonts in the main chat box a couple of pixels without affecting the other tables.

These seem to be controlled by a “td“ style.

Thanks for your swift help.

John
z8000783
New member
 
Posts: 6
Joined: Thu May 04, 2006 10:01 am
Top

Postby phpfreechat » Thu May 04, 2006 3:32 pm

This topic could help ? : http://www.phpfreechat.net/forum/viewtopic.php?id=300
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby z8000783 » Thu May 04, 2006 4:54 pm

Sorry, I should have looked for that one myself.

Thanks once again for a great response.

SW is great BTY, I have never seen anything so powerful that is so quick and easy to install and configure.

Well done.

John
z8000783
New member
 
Posts: 6
Joined: Thu May 04, 2006 10:01 am
Top


Post a reply
6 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 17 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub