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 -->
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 -->