View Full Version : need help with my div layers for my neopets blog


rajiVmirage
07-24-2003, 05:04 PM
ok, i made this blog, but I'm having some probs with the div layers....the scrollbar isn't changing color, the font isn't changing size from the default size 12, and I dont know how to change the font face, either. Any ideas of what the problem is?


<DIV id="name" style="position: absolute; top: 89px; width:120px; left: 80px; height:100px; overflow: auto;" align=left background-image:url(http://www.geocities.com/rajivmirage/neopets/blog1.jpg);
border-top-width: 1px;
font: 8px;
background-attachment: fixed;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#CC66FF;
scrollbar-track-color:#000000;
scrollbar-shadow-color:00FF00;
scrollbar-highlight-color:99CCFF;
scrollbar-3dlight-color:66CCFF;
scrollbar-darkshadow-Color:66CCFF; >blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah</DIV>

Alcy
07-24-2003, 06:33 PM
You just left out a few things ^_^

style="position: absolute; top: 89px; width:120px; left: 80px; height:100px; overflow: auto;" align=left
style="background-image:url(http://www.geocities.com/rajivmirage/neopets/blog1.jpg);
border-top-width: 1px;
font-size: 8px;
background-attachment: fixed;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#CC66FF;
scrollbar-track-color:#000000;
scrollbar-shadow-color:00FF00;
scrollbar-highlight-color:99CCFF;
scrollbar-3dlight-color:66CCFF;
scrollbar-darkshadow-Color:66CCFF;"

rajiVmirage
07-25-2003, 06:39 AM
the scroll bar still isnt changing color...any ideas? oh, and how do you change the actual font?

Alcy
07-26-2003, 03:24 AM
font-face: verdana;

The code looks fine to me... perhaps it's your browser? Are you using IE 5.5 or higher?