scarysoup
07-15-2003, 02:50 PM
Okay, what I don't get is why my div layers aren't scrolling. Is there anything that I can do to fix this, or another code that I can use?
|
View Full Version : I Need Help, Please! :( scarysoup 07-15-2003, 02:50 PM Okay, what I don't get is why my div layers aren't scrolling. Is there anything that I can do to fix this, or another code that I can use? pb&j 07-15-2003, 02:56 PM 1. welcome to the forums :) 2. what page or coding are you currently using? 3. in your page in your WWW link, it is missing the ending </head> tag before your starting body tag. scarysoup 07-15-2003, 03:03 PM 1. Thank you. 2. http://www.geocities.com/samiam248 3. I have the /head tag in my code. pb&j 07-15-2003, 03:14 PM try putting this into your DIV tag adding it to the STYLE value... overflow:auto; and adding in the px parts, it looks like this now... <div style="position:absolute;left:385px;top:210px;width:390px ;height:285px;overflow:auto;"> (that may look all broken because of this forum rendering. it really is on one long line) this is what the top of your coding currently looks like when i view the source... <html><head> <title>[-Scary Soup-]</title> <body backgro... the ending head tag should appear after the ending title tag. cheers. scarysoup 07-15-2003, 05:13 PM Still didn't work. Oh well...I'll just have to deal with it. *sighs* It hates me, I swear... kittycat 07-15-2003, 05:24 PM You need to have the overflow:auto bit in the div tag. If you copy the code pb&j put it should work. MaGiCSuN 07-15-2003, 06:14 PM Originally posted by pb&j <div style="position:absolute;left:385px;top:210px;width:390px ;height:285px;overflow:auto;"> put au and to together. Like pb&j said, this forums i messing up the coding a bit. also make sure you also have closed the div tag with </div> Love, Mirna |