bottom scrollbar |
bottom scrollbar |
Dec 20 2004, 07:17 PM
Post
#1
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
I'm working on a new sort of layout, but the bottom scrollbar of the blog gets in the way =\
Is there a code for removing the bottom scrollbar? I saw it a couple of the times, but the search did no help. |
|
|
|
![]() |
Dec 20 2004, 07:18 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
can you show us your style sheet i know its something in there!
|
|
|
|
Dec 20 2004, 07:22 PM
Post
#3
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
hm, well, I wasn't really done with the skin, but I was just asking for the bottom scrollbar remover code only because I think I saw it before.
|
|
|
|
Dec 20 2004, 07:24 PM
Post
#4
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
well try using this:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> } table.blogbody { width:WIDTH OF THE BLOGpx; font-family: Arial; font-weight: none; font-size: 12pt; color: #COLOR; text-align: justify; padding: 0px; margin-top: 2px; } </style> <!-- end code provided by createblog.com --> make the width like 300 or something like that |
|
|
|
Dec 20 2004, 07:31 PM
Post
#5
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
you know that css code for changing the color of a scrollbar?
this: body{ scrollbar-arrow color: color; etc etc well if u have one of those [and if u dont add it], be sure to put it above the div [if u have one], and add this to it: overflow-x: none; |
|
|
|
Dec 20 2004, 07:38 PM
Post
#6
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
thanks.
But, was it suppose to change the font? |
|
|
|
Dec 20 2004, 07:40 PM
Post
#7
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
no.. it should have no effect on the fonts
*edit, maybe cuz u put the whole css above the div? how bout jus take the scroll bar thing and leave it there, and take the rest of the css and put it in website stats :] |
|
|
|
![]() ![]() |