Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Overflow text and a lost border?
Old 04-15-2006, 11:08 PM Overflow text and a lost border?
rab
Average Talker

Posts: 21
Trades: 0
http://www.project-rab.com/testing/
http://www.project-rab.com/testing/style.css

thats my site, in the shout box i used overflow: auto; to temporarily fix the overflow problem. But i want to know if theres some kind of word-wrap so i dont have to use overflow. Also in the bottom right hand corner, the border is missing, idk why or how.

Can someone please help?
rab is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-16-2006, 02:49 AM Re: Overflow text and a lost border?
blue-dreamer's Avatar
King Spam Talker

Posts: 1,222
Location: Middle England
Trades: 0
why don't you just call the shoutbox directly into the page, you'll be able to control the width a lot better and the content will automatically wrap.
blue-dreamer is offline
Reply With Quote
View Public Profile
 
Old 04-17-2006, 05:40 PM Re: Overflow text and a lost border?
amygdela's Avatar
Super Talker

Posts: 111
Trades: 0
the shoutbox is directly on the page, it's not an iframe.

@rab you can place every comment in a <p class="com"> tag and then add to your CSS:

Code:
 .com p {
display: block;
width: 250px; /* edit this to your comments width */
word-wrap: break-word;
}
__________________

Please login or register to view this content. Registration is FREE
amygdela is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Overflow text and a lost border?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20705 seconds with 12 queries