Hokay, I could use some CSS help.

OokamiAzura's picture
I'm attempting to use a scroll box, but I want the scroll invisible, since it looks neater 8c

Only problem is that I can't seem to find the code to do that. I keep thinking it has to do with changing the "overflow" code, but I have no clue how to do it.

Help, anyone? ;;
Custard's picture

#322721 !

#322721 !
OokamiAzura's picture

Wha wha? Wait, does that go

Wha wha? Wait, does that go in the "overflow" part...?
Custard's picture

FFF I read the whole thing

FFF I read the whole thing wrong.
Buut, why not just make the background of the scroll box the same colour as your css blog background?
OokamiAzura's picture

Haha, it's alright!

Haha, it's alright! &hearts

Hmm...I'll have to give it a try. I'm not sure where in the coding it goes, but I can give it a shot (:
Custard's picture

I hope it works out! I'm not

I hope it works out! I'm not any good at the css stuff, but I'm not too interested in it myself
-strokes the original ugly TEF layout-
Seele's picture

Text Text Text Text Text Text



Text
Text
Text
Text
Text
Text
Text
Text
Text
Text
Text
Text
Text
Text



If you want to change the size you'll need to play with the widths. Just make sure the numbers in the first div are always bigger than those in the second div.

-------------

<-- Quoting Unplugged there! I asked the same question before once, haha. Well I hope it helps you too! <33
OokamiAzura's picture

Hmm....I'll have to look into

Hmm....I'll have to look into this...

Thanks &hearts
ShadowsofLight's picture

it's like you put overflow

it's like you put overflow from like auto to hidden.

Mick Kreiger: You Know You Love Me XOXO
OokamiAzura's picture

I did try "hidden," but all

I did try "hidden," but all it does is cut off the text. It doesn't scroll. =/
OokamiAzura's picture

Wait, wait, Misako. Is the

Wait, wait, Misako.

Is the code in there somewhere? I've tried looking for it, but I don't see it...

Or do I have to adjust the size and width to get it...?

I'm confused now 8'D
Seele's picture

< div

< div style="width:550px;height:300px;overflow:hidden;">
< div style="width:500px;height:200px;padding:50px;overflow:auto;">
But without the spaces before the div's, and before the /div's XD.
< /div>
< /div>

SILLY ME. Sorry. 8(.. I just copy/pasted the code and I guess Unplugged knows some nifty trick for commenting code without it actually turning into divs.. So since I can't, just kill the spaces ;_;... *Stupid*

<div

<div style="width:550px;height:300px;overflow:hidden;">
<div style="width:500px;height:200px;padding:50px;overflow:auto;">
Like this?
</div>
</div>
OokamiAzura's picture

Oh! Okay then; it's alright,

Oh! Okay then; it's alright, dun worry about it &hearts

Thanks &hearts