How to remove a horizontal scroll bar
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml" style = "overflow-x: hidden">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312"/>
Set [Style = "overflow-x: hidden] Add<Html xmlns = "http://www.w3.org/1999/xhtml"> in!
--------------------------------------------
Change the color of the scroll bar:
<Style type = "text/css">
<! --
Html {margin-left: 0px;
Margin-top: 0px;
Margin-right: 0px;
Margin-bottom: 0px;
SCROLLBAR-FACE-COLOR: # FF3333;/* color of the protruding part of the scroll bar */
SCROLLBAR-HIGHLIGHT-COLOR: # CC0033;/* color of the blank part of the scroll bar */
SCROLLBAR-SHADOW-COLOR: # ffffff;/* color of the stereo scroll bar shadow */
SCROLLBAR-3DLIGHT-COLOR: # CC0033;/* color of the bright side of the scroll bar */
SCROLLBAR-ARROW-COLOR: # ffffff;/* the color of the up and down arrow on the top of the button */
SCROLLBAR-TRACK-COLOR: # FFFFCC;/* the background color of the scroll bar */
SCROLLBAR-DARKSHADOW-COLOR: # CC0033;/* color of the strong shadow of the scroll bar */
SCROLLBAR-BASE-COLOR: # CC0033;/* Basic Color of the scroll bar */
}
-->
</Style>