View Full Version : Ok... lotsa problems here..


Tamz
08-14-2003, 06:22 PM
ok.. i'm using AOL 4 my lil' graphix site... (which is actually kinda bad becuz AOL ^^^) and i can get my scrollbars 2 work on like 2 pages, but not on tha rest...
here's tha CSS code.. i don't think anything is wrong wit it, becuz it's straight fromAsianOuting (http://www.stipulasian.com/scrollbar/index.php), but if there is, can someone tell me? lol, i got half my scrollbars working, and tha other half aren't..

<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:fixed;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: FFFFFF;
scrollbar-face-color: FF00EE;
scrollbar-highlight-color: EE00CC;
scrollbar-3dlight-color: FF3300;
scrollbar-darkshadow-color: FF00CC;
scrollbar-shadow-color: 0033EE;
}
-->
</STYLE>



AND.... does AOL not support some types of music? becuz it playz some songs i place on my site, but not others, and those others played before, but won't now... and i have not changed tha codes or anything...

freakEgurl
08-14-2003, 06:48 PM
did you put the css code in every frame?

Tamz
08-14-2003, 07:45 PM
I don't use frames.... only pages, and i placed that code on every page, but still ended up wit half of em still using tha default scrollbar

MaGiCSuN
08-14-2003, 08:13 PM
do you got it somewhere online? or is it your regular page under your WWW button below your post? if not, can you please post the url of the page where it's about? thanks

Love,
mirna

Tamz
08-14-2003, 08:23 PM
jus' go 2 http://www.lil-tamz.2ya.com ... and click on tha big "hiatus" sign, and on tha first page when u come in... tha scroll bars should be working.. then use tha lil' drop down menu, and click umm... "Blonde Prepz" or almost any other one... (that i haven't updated yet)..... and it shouldn't show tha scrollbars.... at least it doesn't 4 me...

Tamz
08-14-2003, 08:27 PM
See.... i was working on updating my lil' site today, and it was showing me tha scrollbars in preview mode, but not when i actually saved it and viewed it. lol... i really don't wanna end up wit a half colored half plain site... =o\

MaGiCSuN
08-14-2003, 08:31 PM
they are plain grey because there is no scrollbar code available in the coding.

see this is what the CSS is for the Blonde Prepz page:

<style type="text/css" name="Custom">
body {
font-size: 13pt;
font-family: Arial,Helvetica,adobe-helvetica,Arial Narrow;
color: #cccccc;
background-color: #ffffff;
background-image: url(/lilcutietamz/images/stars1.gif);
}
a:link {color: #999999;}
a:visited {color: #999999;}
</style>

and it should be:

<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: FF33CC;
scrollbar-highlight-color: FFFFFF;
scrollbar-3dlight-color: FFFFFF;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: 9900CC;
font-size: 13pt;
font-family: Arial,Helvetica,adobe-helvetica,Arial Narrow;
color: #cccccc;
background-color: #ffffff;
background-image: url(/lilcutietamz/images/stars1.gif);
}
a:link {color: #999999;}
a:visited {color: #999999;}
-->
</STYLE>

Love,
Mirna

Tamz
08-14-2003, 08:54 PM
aight.. thanks... i thought i had that code in there tho.. =o\ guess not.. but thanks 4 helpin' me find it!!! =o)