Replies

Mar 9, 2011 15 years ago
Purz
is a survivor
User Avatar

Not being very adept at this, I threw together my current profile with some art I just finished.

I have no idea how to fix the comment box so it actually fits the space and doesn't create that ugly horizontal scroll bar!

Assistance would be very much appreciated.

Mar 9, 2011 15 years ago
chocoletsforme
is a force to be reckoned with
User Avatar
89acdThe Joker

I would either take the recent comments out, or do a hover column like mine for that I code... :hover { overflow-x:hidden; overflow-y: auto; height: xxxpx; width:*xxxpx; }

hope this helped

Mar 10, 2011 15 years ago
Hongske
is lost in space
User Avatar

: To hide the horizontal bar, use this code: .column {overflow-x: hidden;}

:]

Please log in to reply to this topic.