Scrollbar in entries |
Scrollbar in entries |
Mar 10 2005, 07:55 AM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Mar 2005 Member No: 110,716 |
Hmm.....The Xanga
Is there any way to move the vertical scrollbar more to left without moving the entry? |
|
|
|
![]() |
Mar 12 2005, 09:04 PM
Post
#2
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
ok here's what you need to do in bulleted format:
-move the blog div to the right until the scrollbar fits in the corner of the box. - increase width of table.blogbody and the table.navigation, table.main, table.footer to the same width: CODE <style type="text/css"> table.blogbody { /* this edits the other place where the blog is */ width: 455px; } .blogbody td { width:0px; padding-left:0px; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 455px; } </style> approximately 10px less than the div width - use the remove horizontal scrollbar link above |
|
|
|
ConsolationFighter Scrollbar in entries Mar 10 2005, 07:55 AM
niez_cho add this?
<body ONCONTEXTMENU="return fal... Mar 10 2005, 08:17 AM
ConsolationFighter Well, I don't really want it on the left side ... Mar 10 2005, 03:35 PM
bravodancer04 http://www.createblog.com/forums/index.php?showtop... Mar 10 2005, 04:02 PM
souldreamers odd.... the width of something must be too large. ... Mar 10 2005, 04:06 PM
ConsolationFighter Well, if I reduce the width, the entries get small... Mar 10 2005, 04:33 PM
electric shock The image is too large.. that's why..
well, f... Mar 10 2005, 04:42 PM
mona lisa the width of the blog div is too wide. and it won... Mar 10 2005, 05:46 PM
ConsolationFighter If I reduce the width of the blog div. I get this.... Mar 11 2005, 07:03 PM
souldreamers QUOTE(ConsolationFighter @ Mar 11 2005, 7:03 ... Mar 12 2005, 11:08 AM
shortvi3tlaydee show us your code nd we can try to fix it =] Mar 11 2005, 07:11 PM
ConsolationFighter <!-- end code provided by createblog.com -... Mar 11 2005, 07:15 PM
sweetxsimplicity ..Don't you mean move it to the right? Mar 12 2005, 12:11 AM
ConsolationFighter I added that code in and played around with it, bu... Mar 12 2005, 12:31 PM
lilphoenix get a div layer for the blog and then static posit... Mar 12 2005, 12:33 PM
shortvi3tlaydee <!-- begin code provided by createblog.com... Mar 12 2005, 05:35 PM
lilphoenix shortvi3tlaydee:
http://www.createblog.com/forums... Mar 12 2005, 07:19 PM
azn.peace.maker i think you either have to move the entry blog or ... Mar 12 2005, 09:07 PM![]() ![]() |