View Full Version : How do I make my comments shrink "with" the window?


BeatingBe
11-21-2004, 06:55 AM
Hiya, my xanga is: http://www.xanga.com/beatingbe/

If you notice, when maximizing the whole window, you can see the comments completely. However, as soon as I shrink the IE window width-wise, some of the words are not in "view." In other words, I have to scroll to the right to see them. Is there a a way, possibly, to make it so that my comments shrink "WITH" the window... so that all the words are always viewable?

The following code is located in my HEADER...I think one of the main problem is that my comment area has a fixed pixel of 570x230... but I don't know how to fix this. Maybe there is something for me to change here? Thanks in advance!

<!-- begin code provided by createblog.com -->
<style type="text/css">
.custom{
width: 570px;
height: 230px;
z-index:50;
overflow: auto;
border: px #000000 solid;
background: #ffffff;
}</style>
<!-- end code provided by createblog.com -->

StarryNite
12-25-2004, 01:32 AM
I don't think there's a code for shifting the view to the comments..

BeatingBe
12-25-2004, 02:15 AM
I don't think there's a code for shifting the view to the comments..Aww shucks! Thanks, tho!!! :)

StarryNite
12-25-2004, 02:18 AM
You're welcome! :P

retardednerd
12-25-2004, 05:41 AM
you shouldn't give up. you can always shrink the font size of the comment/eprops. try using this
.smalltext{
font-size:#px;
text-align:left;
}
put it in your style sheet.