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.
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.