English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hey, can someone give me a div scrollbar tag for my site, because i don't want the page to be long. and i can have controll to resizing by just dragging. thanks

2007-05-23 06:41:42 · 1 answers · asked by Wajeeh 1 in Computers & Internet Programming & Design

1 answers

Use css! First, div style="overflow: scroll;"

If you must code a size for the page (or the div) beware of that ol' problem, IE calculates the size differently from the other guys, so, you might want to consider with size giving the div a margin 0, padding 0, border 0, and if you must have space around the div, make it the child of a "wrapping" div which has padding on its innards.

2007-05-23 07:38:08 · answer #1 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers