Quote:
Originally Posted by 007
Good work.
For those of you with variable width forums, I would suggest using:
Code:
.hideadvnews {
width:auto;
padding-bottom:20px;
overflow:auto;
overflow-x:auto;
overflow-y:hidden;
}
By setting the width to auto it will automatically adjust to fit the length of your screen. 
|
width:auto; only works fine in FireFox. Even 100% doesnt work well in IE. So basically you need to set a width value for IE users.