View Full Version : Urgh! :S Stupid scroll.


Elzzie
06-20-2003, 11:01 PM
I have a scrollbar inside a 'framed' frame but it doesn't show up! how do I get it to show up?!?
Please help, the frame is from the code here www.lissaexplains.com/framed.html

Here's the code for my layout:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Elzzie Designs</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1170" name="GENERATOR">
</HEAD>
<STYLE TYPE="text/css"> <!-- BODY{scrollbar-face-color:"#ffff00"; scrollbar-shadow-color:"#ff3399"; scrollbar-highlight-color:"#ff3399"; scrollbar-3dlight-color:"#ff3399"; scrollbar-arrow-color:"#ff3399"; scrollbar-darkshadow-color:"#ff3399"; scrollbar-track-color:"#ffff00"; }
-->
</STYLE>
<BODY bgColor="#ffff00">
<script language="JavaScript1.2">
/*
Document frame Script-
© Dynamic Drive (www.dynamicdrive.com)
Distributed by Lissa (http://www.lissaexplains.com)
*/

if (document.all)
document.body.style.cssText="border:15 solid #ff3399"
</script><div style="OVERFLOW:auto;">
<P align="center"><FONT face="Souvenir lt Bt" color="#ff3399" size="5">Hey all! This is
my site, the rules here are:<BR>
</FONT><FONT face="Souvenir lt Bt" color="#ff3399" size="4"><B><U>#1.</U></B> No
direct linking! That's for bad people, it costs me bandwith and that's not fun.
And besides, if I change something you'll get one of those big red xs on your
page and that just makes you look stupid!<BR>
<B><U>#2.</U></B> No stealing my images and not linking back (<I>Especially</I>
my layouts!) Normally I wouldn't mind but I created all these by scratch and my
layouts took me a <I><U>loooong</U></I> time to make each one.<BR>
<B><U>#3.</U></B> No taking my stuff, changing the colors and the headings
around a bit and then claiming that you made them. I'm not saying that you
can't change the stuff around (go ahead, get your creative juices flowing), but
I still made the table and the guideline it follows. Whatever you do... don't.
Lolz.<BR>
<B><U>#4.</U></B> Leave the link on all my stuff (if it has one). If it
doesn't.. refer to rule #2.<BR>
<br>
If you don't follow these rules then you will end up in my <u>Hall of Shame</u>
(Current population: 0). I may seem like a whiny, demanding nag right now but
if you've ever tried to create anything using HTML you know how I feel. It
takes time and concentration and it can be frustrating.</FONT>
<BR>
<P align="center"><FONT face="Souvenir lt Bt" color="#ff3399" size="5"> The link of the
day today is... Julie's Star. A totally cool site (in my opinion) run by a
totally down to earth girl. It's got loads of great stuff and the layout and
information is always changing, I hope you enjoy it as much as I do. Here's the
link:</FONT><br>
<a href="http://www.juliecookies.funurl.com" target="_blank"><img src="http://juliecookies.homestead.com/files/jsbanner03.gif" border="0" alt="Julie's *Star*"></a>
<br>
<br>
<br>
<P align="center"><FONT face="Souvenir lt Bt" color="#ff3399" size="4">Not too much
more to say I'm afraid! Toodleoo!</FONT>
</P>
</BODY>
</HTML>

Dude128
06-21-2003, 01:28 AM
I'm not sure if this is your entire problem, but your CSS should go in the head section. right now, you have it between the head and body sections, where there shouldn't be any code.

Elzzie
06-21-2003, 07:15 PM
okay thanx that's probably the problem.