getting rid of horizontal scrollbar, help! |
getting rid of horizontal scrollbar, help! |
Nov 26 2004, 08:36 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 66,374 |
i want to get of the horizontal scrollbar in my entries...help?
also...how can i make the vertical scrollbar transparent? here's the link xanga <3 amie |
|
|
|
![]() |
Nov 26 2004, 08:39 PM
Post
#2
|
|
|
#1 CreateBlog Membiez n Fan ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Oct 2004 Member No: 56,247 |
um..i'm not sure...try typing transparent into the scroll bar colourz
|
|
|
|
Nov 26 2004, 08:46 PM
Post
#3
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Try looking in Xanga Scripts.... =)
[ http://www.createblog.com/forums/index.php?showtopic=30462 ] And.... What horizontal scrollbar? Screenshot? It doesn't show on my comp. |
|
|
|
Nov 26 2004, 09:02 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 66,374 |
i still dont get how to do it
here's the code i have...im so confused... CODE <!-- begin code provided by createblog.com -->
<br><br> <body bg="http://home.comcast.net/~dancingangel0419/lala.JPG"> <style type="text/css"> /*bwhahaha...asians rule*/ /*by amie (xanga.com/tearstainedangel)*/ /*http://blogring*/ body { background-color: #FFFFFF; filter:chroma(color=#6666CC); scrollbar-arrow-color: #6666CC; scrollbar-face-color: #6666CC; scrollbar-3dlight-color: #6666CC; scrollbar-darkshadow-color: #6666CC; scrollbar-highlight-color:#6666CC; scrollbar-shadow-color: #6666CC; scrollbar-track-color: #6666CC; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { font:normal 10px arial; line-height:10px; color:#000000; letter-spacing:1px; text-align:justify; } table.footer TD { text-align: center; } div.blogheader, .caption { font-family:eurostile; text-transform:uppercase; font-size:12px; line-height:10px; font-weight:normal; color:#000000; letter-spacing:0px; background-color: transparent; text-align: left; } a:link, .footernav.link, a.footernav:link, a.footernav:active { font-family: arial; color:#00000; font-size: 10px; text-decoration: none; } a:visited, a.footernav:visited, { font-family: arial; color:#000000; font-size: 10px; text-decoration: none; } a:hover { font-family: arial; color:#000000; font-size: 10px; cursor-type: crosshair; } input, select, textarea, .textfield, .button { border: 0px solid #000000; font:normal 10px arial; background-color: transparent; letter-spacing:0px; color: #000000; } table.blogbody { border: 0px solid #000000; background-color: #transparent; width:300px; } table.search TD, table.search, table.announcements { background-color: transparent; border: 0px solid #000000; } table.search TD, table.announcements TH { border: 0px solid #000000; } table.navigation, table.main, table.footer { width:300; } hr { border: 0px solid #000000; } .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} } table.main, table.announcements {width:238;} table.search TD, table.search {display:none;} </style><div align=center><DIV style="margin-top: 1000px; margin-left:-350px; margin-top: 0px; width:300px; OVERFLOW: auto; height:500px; BACKGROUND-COLOR: transparent; position: static"> <!-- end code provided by createblog.com --> |
|
|
|
Nov 26 2004, 09:06 PM
Post
#5
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Nevermind, you can't make the main scrollbar transparent.
You can only make the div scrollbars transparent. Oh, and for the horizontal scrollbar add x-overflow: hidden; to the body part of the stylesheet. (The part that says bg color, scrollbar color....) |
|
|
|
![]() ![]() |