View Full Version : B2 Scrollbars!!


jackiecap
09-27-2004, 12:41 AM
oh my god, this is driving me crazy. I CANNOT for the life of me change the scrollbars on b2. It just doesn't want to work for me. Here is my website with the b2 site on it:

http://www.exquisite-vanity.org/ryan/main.htm

What I'm focusing on is the box of text in the middle of the biggest circle. I want to make those scrollbars the same color as the other scrollbars.

Here is my b2 index template:

<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?><!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">









<head><LINK REL=stylesheet HREF="http://www.exquisite-vanity.org/ryan/mycss2.css" TYPE="text/css">









<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />

<style type="text/css" media="screen">
@import url( http://www.exquisite-vanity.org/ryan/mycss2.css );
</style>
<link rel="stylesheet" type="text/css" media="print" href="http://www.exquisite-vanity.org/ryan/mycss2.css" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>

<style type="text/css">
body {
background-color: #FBF2DD;
scrollbar-arrow-color: #AD8119;
scrollbar-3dlight-color: #EADFC3;
scrollbar-base-color: #EADFC3;
scrollbar-darkshadow-color: #EADFC3;
scrollbar-face-color: #EADFC3;
scrollbar-highlight-color: #EADFC3;
scrollbar-shadow-color: #EADFC3;
scrollbar-track-color: #EADFC3;
}
</style>


</head>








<body>





<div id="content">


<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>




















<div align="right"><font color="#AD8119"><?php the_date("","<b>","</b>"); ?></font></div>
<?php permalink_anchor(); ?>
<div class="storyTitle"><font size="3" color="#AD8119"><b><i><?php the_title(); ?></font></b></i>

</div><p>


<div class="storyContent"><font color="#E2AC2A">
<?php the_content(); ?><p>


<div align="right">


Jackie @ <?php the_time() ?>
</font>

<?php link_pages("<br />Pages: ","<br />","number") ?>
<?php comments_popup_link("Comments (0)", "Comments (1)", "Comments (%)") ?>

<!-- this includes the comments and a form to add a new comment -->
<?php include ("b2comments.php"); ?>

<!-- this includes the trackbacks -->
<?php include ("b2trackback.php"); ?>

<!-- this includes the pingbacks -->
<?php include ("b2pingbacks.php"); ?>

</div>

<p>
<div align="center"><img src="http://www.exquisite-vanity.org/ryan/ryandivider.gif">
<p>
</div>


<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>


</div>

<center><font color="#E2AC2A">
[powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>]</font>
</center>
</div>
</body>
</html>


And on my website, the b2 is in an iframe, so here is that iframe tag (somebody suggested i put the scrollbar stuff in the iframe tag):

<iframe FRAMEBORDER="0" BORDER=0 width="351" height="267" src="http://exquisite-vanity.org/b2/index.php" name="mainframe" style="position:absolute; top:315px; left:91px; scrollbar-arrow-color: #AD8119; scrollbar-3dlight-color: #EADFC3; scrollbar-base-color: #EADFC3; scrollbar-darkshadow-color: #EADFC3; scrollbar-face-color: #EADFC3; scrollbar-highlight-color: #EADFC3; scrollbar-shadow-color: #EADFC3; scrollbar-track-color: #EADFC3;"></iframe>

so if you see the problem or anything, please please help me.

Another thing that isn't as big of a deal is the bottom scrollbar in the box. Even when I make the iframe bigger, the bottom scrollbar doesn't go away. How do I change the table, or whatever all the b2 updates are in, so that it's not so big?

Thank you so much.

-Jackie

starlet
09-27-2004, 12:55 AM
Remove the doctype stuff to make the scrollbar colours work....(i think)

<!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">