What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Reply to thread

Now I have got a question:


I know the code to change the colour of a scrollbar with css

example: (changed < and > into ( and ) to avoid problems)


(style type="scroll/css")

BODY { SCROLLBAR-BASE-COLOR: myhexacolour1;

SCROLLBAR-BASE-COLOR: myhexacolour2;

}

(/style)


but I don't exactly see how I can add this to a page.

Yes, I can do it experimentally, but I love to have some theory behind it.


Is it added with a custom class?

I cannot see it as a redefinition of an html tag...


who knows?


 A second question:

 I am creating with a simple frameset, nl. one on top, and one below it. Nowin both, I have a table with a fixed width. The top/navbar has a fixed height, the bottom one is set to relative.

Now, my table exceeds inevitably the height it can have on a monitor, so I need a scrollbar. Result: my table, set to "center" is set to the center of the width of the page minus that scrollbar and it does not align anymore.

I tried to look at css for this, but no deal.


Anyone knows a solution? This must be a common problem. I'm shure of that. And as it's been nearly a year since I did anything with sites, I must overlook something basic.


What is our favorite program/app? (Hint - it begins and ends with the letter P)
Back
Top