PDA

View Full Version : Thin scrollbar



imagined
February 23rd, 2005, 01:01 PM
How would I thin the scrollbar just like here:

http://www.frapchimp.com/homearte/customers.php

Thats my testing server where I put the site before publishing it to the Web. I did the thin scrollbar before, but I dont remember how to reproduce the effect. This is the link to the page where I'm trying to repear the effect:

http://www.frapchimp.com/homearte/kitchen1.php

Thanks in advance,

Leo

ditt0
February 23rd, 2005, 01:45 PM
In the body style put "zoom=50%". Just remember that it will shrink your text too and it will only work in IE. For a crossbrowser solution on that you should go for javascript.

imagined
February 24th, 2005, 09:50 AM
thanks for the answer! :D

Hey, i saw your portfolio and you made some sites from Romania. Are you from Romania? I have a friend there, and I mailed her a DVD and I wanted to know if she got it. Her mail account doesn't work and I can't call her because when it's early morning here, over there everyone is asleep since it's night.

ditt0
February 24th, 2005, 10:45 AM
Yes, I'm from Ro. But there's lot of people in Romania and wouldn't it be kinda weird to call somebody I didn't know?:)Maybe you could call her when it's afternoon or evening at you?

Kristopher
February 24th, 2005, 12:01 PM
Yeah it will only work in IE, so why bother..?

DDD
February 25th, 2005, 11:44 AM
Yeah it will only work in IE, so why bother..?

because 97% of the world uses IE. I would think thats worth it....lemme stop :trout:

thesparky007
February 25th, 2005, 05:53 PM
In the body style put "zoom=50%". Just remember that it will shrink your text too and it will only work in IE. For a crossbrowser solution on that you should go for javascript.
whr do u put it?
can u show an example in a code?

ditt0
February 25th, 2005, 07:01 PM
In the html of the page that you want to load in the iframe:

body (
zoom:50%;)

or you could apply it to any div that has a scrollbar

#yourdiv{
zoom:50%;}

thesparky007
February 25th, 2005, 07:35 PM
oh ok