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
Text in box disappears and does not wrap
Old 06-17-2007, 04:11 PM Text in box disappears and does not wrap
Experienced Talker

Posts: 37
Name: itzel
Trades: 0
Hi guys,
Here am I again, this time with another question but before I ask it, i'd like to thank you all for taking the time to read my postings and answer questions.

I have some content within a div. the overflow is set to hidden. if i change the size of the div, the content gets chopped off at the right margin and the text does not wrap. i tried overflow visible but that enlarges the box. so what is the problem?
itzelm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-18-2007, 02:54 AM Re: Text in box disappears and does not wrap
css htmlmaster's Avatar
Junior Talker

Posts: 4
Trades: 0
first you show me ur website so i am see what is the problem on ur webpage.
__________________
css htmlmaster
-----------------

Please login or register to view this content. Registration is FREE
css htmlmaster is offline
Reply With Quote
View Public Profile Visit css htmlmaster's homepage!
 
Old 06-18-2007, 01:57 PM Re: Text in box disappears and does not wrap
angele803's Avatar
Perfectly Imperfect

Posts: 1,772
Name: Stephanie
Location: Oklahoma
Trades: 2
You might try
Code:
overflow:auto;
angele803 is offline
Reply With Quote
View Public Profile
 
Old 06-18-2007, 03:00 PM Re: Text in box disappears and does not wrap
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Is the text made up of words and proper sentences with breaks between the words .. or is it just example text with no spaces ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-18-2007, 07:49 PM Re: Text in box disappears and does not wrap
Experienced Talker

Posts: 37
Name: itzel
Trades: 0
The box has regular sentences.

I tried wrap "auto" but then that option displays scroll bars.

I am using the Multiflex template which i edit in Dreamweaver. I don't know what i did to the template, but now i cannot display all the text within the box. If all else fails, i'll just cut the div out and paste a new one.
itzelm is offline
Reply With Quote
View Public Profile
 
Old 06-18-2007, 09:10 PM Re: Text in box disappears and does not wrap
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Do you have it online where we can see it ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-19-2007, 05:05 AM Re: Text in box disappears and does not wrap
Ultra Talker

Posts: 256
Location: Auckland, New Zealand
Trades: 0
Hidden will chop it off, Auto will add scrollbars, Visible will overflow it outside the containing element, what you want is word wrapping.

Until CSS3 is finalised you have to work out your own word wrap method, MS has a non-standard way to do it, so if you do use that, put it in an IE conditional comment and that will solve it for IE, but what about the other browsers.

Javascript could be used to do this and is probably the best means till we get some more useful styling. Just do a search for javascript word wrap, that should turn up some useful functions.

Cheers,

MC
__________________
#------------------------------signature---------------------------------------------------------------------------------#
Quote:
I am well recognised for what I don't do than what I do. Chores are just one of those things.
mastercomputers is offline
Reply With Quote
View Public Profile Visit mastercomputers's homepage!
 
Old 06-19-2007, 02:44 PM Re: Text in box disappears and does not wrap
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
MC, I don't see how you can make such a recommendation w/o even seeing the actual code the OP is working with. It could be something very simple. In addition, if any user has Javascript turned off, there goes your 'solution' out the window.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Text in box disappears and does not wrap
 

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 1.09559 seconds with 12 queries