need help with code and scrollbars |
![]() ![]() |
need help with code and scrollbars |
Jun 7 2004, 01:06 PM
Post
#1
|
|
![]() it'z da kor 2 tha lAny ![]() ![]() ![]() Group: Member Posts: 56 Joined: Apr 2004 Member No: 10,887 |
i need help with the bottom scrollbar....i tried changing the blog width but it doesn't seem to help...and i was also wondering how u could make the side scrollbar transparent
CODE <div id="content" style="position: absolute; margin-top: -310px; margin-left: +10px; z-index: 2; width: 419px; height: 213px; overflow: auto">
<STYLE type="text/css"> body { background-color: transparent; scrollbar-arrow-color: #FF0000; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #FF0000; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FF0000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font: normal 11px trebuchet ms; line-height: 11px; color: #FF0000; letter-spacing: 1px; text-align: left; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FF0000; } div.blogheader, .caption { /* edits the dates */ font-family: trebuchet ms; text-transform: lowercase; font-size: 11px; line-height: 25px; font-weight: normal; height: 1px; background-color: #FF0000; color: #FFFFFF; letter-spacing: 1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #FF0000; font: normal 11px trebuchet ms; line-height: 11px; text-decoration: dotted; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #FF0000; font: normal 11px trebuchet ms; line-height: 11px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color: #000000; font: bold 11px trebuchet ms; line-height: 11px; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF0000; font: normal 11px trebuchet ms; background-color: #FFFFFF; letter-spacing: 1px; } table.left { /* this edits the menu module */ border: 1px solid #FF0000; width: 160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #FF0000; width: 190px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #FFFFFF; width: 240px; font: normal 11px trebuchet ms; line-height: 11px; text-transform: uppercase; color: #FF0000; text-align: center; border: 1px solid #FF0000; } width: 240px; font: normal 11px trebuchet ms; line-height: 11px; text-transform: uppercase; color: #FF0000; text-align: center; border: 1px solid #FF0000; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #FFFFFF; border: 1px solid #FF0000; color: #FF0000; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; border: 1px solid #FF0000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #339933; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 230px; border: 1px solid #FF0000 } hr { /* horizontal divider */ border: 1px solid #FF0000; } </style> <!-- begin code provided by createblog.com --> <meta http-equiv=Page-Enter content=progid:DXImageTransform.Microsoft.Iris(duration=2,irisStyle=star)> <meta http-equiv=Page-Exit content=progid:DXImageTransform.Microsoft.Iris(duration=2,irisStyle=star)> <!-- begin code provided by createblog.com --> <style type="text/css">table.navigation, table.footer, table.footernav {display: none;};</style> <!-- end code provided by createblog.com --> <style type="text/css"> table.blogbody { border: none; background-color: transparent; width:400px; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"><!-- a:hover {background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif); text-decoration: none;} //--></style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type='text/css'> .mainleft { display:none; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> |
|
|
|
Jun 7 2004, 01:57 PM
Post
#2
|
|
![]() . ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,488 Joined: Feb 2004 Member No: 3,625 |
CODE <!-- begin code provided by createblog.com --> width: 240px; font: normal 11px trebuchet ms; line-height: 11px; text-transform: uppercase; color: #FF0000; text-align: center; border: 1px solid #FF0000; } <!-- end code provided by createblog.com --> The thing that's supposed to alter isn't defined. Maybe that's throwing your whole code off? |
|
|
|
Jun 7 2004, 05:25 PM
Post
#3
|
|
![]() it'z da kor 2 tha lAny ![]() ![]() ![]() Group: Member Posts: 56 Joined: Apr 2004 Member No: 10,887 |
should i define it or...take it out? lol i dunno wut to do
|
|
|
|
![]() ![]() |