Witch_Kitty666
Knight Yoshi
Witch_Kitty666
Knight Yoshi
What did you do exactly?
Because that is how its done, and that's the correct ID tag to target the about for your profile.
Also, what browser are you using?
i paste the code and change the value like you said in the theme area for profiles then saved it
(this is what i type in) ----& #id_about {overflow-y: auto; height: 10; width: 10;}
using google chrome
That's why, you forgot what units of measurement to tell it to use.
Basically the browser reads it as, ' "ten" what? Statement is void. '
You forgot the px after 10: 10px
And 10px isn't very big at all, try I'd say probably 400x400 for your about section, give or take.
the code works BUT it didn't make the scroll bar hidden though.......
Make it more complex why don't ya. Lol
blaugh
Wrap everything in your about section between the BBcode "list"
[list]
The rest of your about section
[/list]
#id_about {height: 400px; overflow: hidden;}
#id_about ul {height: 100%; width: 115%; overflow: hidden; overflow-y: auto;}
If you don't mind the suggestion
The free floating avatars of you and your I'm presuming BF would look better with rounded corners, so it doesn't look so jagged
#pictures_container div img[id*='avatar'] {border-radius: 5px;}
^-- will apply to any free floating avatar image, optionally I think a box shadow would look nice as well
box-shadow: 0 0 10px #000;