Mandie
01-20-2003, 06:53 PM
OK, I got the floating image code to work on my page and it looks awesome, but something weird happened. I had a purple and black scroll bar that is no longer showing up since I put the code on. Any ideas why?
|
View Full Version : Floating images Mandie 01-20-2003, 06:53 PM OK, I got the floating image code to work on my page and it looks awesome, but something weird happened. I had a purple and black scroll bar that is no longer showing up since I put the code on. Any ideas why? lefty 01-20-2003, 10:38 PM It's probably just something between your head tags, mind posting a link to the page? Mandie 01-21-2003, 03:34 AM Hey! Thanx for viewing my post! Anyways, only the one page on my site has the floating images and if you want to view it, go to www.geocities.com/digital_goddess43/da_great_one.htm I mean, my colored scroll bar is gone and there's no scroll bar what so ever. I can't imagine what happened. Hope I can straighten it out though! Dude128 01-21-2003, 04:20 AM your CSS should go in the head section, and so should that script. you also have two <body> tags :) Mandie 01-21-2003, 04:37 AM This is so frustrating! OK, I don't see two body tags unless i'm overlooking something and I tried inserting both codes into the head but it still isn't working! Is there anyone out there who would like to actually view my code to see what's up becuz I will gladly send it to whoever is willing to take a look at it. Dude128 01-21-2003, 04:45 AM you have this: <body id="thisbody" bgcolor="black" onLoad="setValues()" style="width:100%;overflow-x:hidden;overflow-y:hidden"> before your </head> tag and before the CSS, then you have this after the </head> tag: <body onUnload="alert ('A DA DA DA! NO NEED!')"> you will need to get rid of one <body> tag (or combine them), and make sure it comes right after the </head> tag (you also have something between the </head> and <body> tags that you will have to move into one or the other) Mandie 01-23-2003, 03:50 AM OK, it's official. I am really bad at this. I deleted all my pop up boxes meaning the welcome, goodbye, and right click disabler, tried reinserting the floating image code and still got no scroll bar. I also tried the bouncing image code which is what is on there now and that's not giving me my scroll bar either. This is so confusing. I don't know what to do but I wish someone would help me figure it out. Could my CSS somehow be off? Any more suggestions? How come I see other sites with the floating images and perfect scroll bars and I get nothing? :( |