Reply
Old 06-01-2005, 05:05 PM Overflow?
Zeal's Avatar
Average Talker

Posts: 17
Location: Texas
So, I'm making this site, and I've got divs and everything. But I want to make it so that the overflow automatically wraps back into the div. Can this be done with CSS, or should I take this to PHP, or Javascript?



Here's what I have:

Code:
div.center { position: absolute; left: 150px; top: 0px; overflow: hidden; width: 700px; height: 500px; border: 2px dashed; border-color: #000; }
This makes the text go off into the blue (ironically, my background is blue), and it won't be available to the user. So I want the text to wrap inside the div.

^_^ Thanks in advance.
Zeal is offline
Reply With Quote
View Public Profile Visit Zeal's homepage!
 
When You Register, These Ads Go Away!
Old 06-27-2005, 02:38 AM
Novice Talker

Posts: 8
Code:
<div style="overflow:auto; height:xx; width:xx"> content </div>
aquilolumen is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Overflow?
 

Thread Tools

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

vB 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.10638 seconds with 12 queries