already having problems... |
already having problems... |
Mar 16 2006, 09:40 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Mar 2006 Member No: 386,717 |
I've just started with my overlay and I'm already having problems...
Clickie I took out my overlay images and made it just blue to show where it will go (I want the actual layout to be a surprise when I get it right, lol). You may have to scroll down, but you'll see light gray box spanning the screen, presumably from the bottom links. I tried to hide them to get rid of the box, but it is still there. I tried overlaying a background image, which didn't work. The only thing that did work was overlaying an image, creating a horizontal scrollbar (I only did it to see if it would work, I knew that would happen). I feel like an idiot, but it's got me wanting to rip my hair out... |
|
|
|
![]() |
Mar 16 2006, 09:48 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Why don't you just hide your profile first...
http://www.createblog.com/scripts/download.php?id=45 then where it says content here add <img src="backgroundimageurlhere"> |
|
|
|
Mar 16 2006, 09:54 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Mar 2006 Member No: 386,717 |
Oh I know how to add my overlay image, I just didn't put it up yet, I need to slice it and all that.
I did hide the profile, I used pretty much the same code that is in the link you gave me... I don't know why that gray bar is still showing... |
|
|
|
Mar 16 2006, 09:57 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
I couldn't load your myspace, so thats why I wasn't able to see what it is. Did you try hiding the stuff above the box so the box would go up higher, and be unnoticeable?
Also use css and make your background color for tables & the overall bg the green color so you can't see the white space or boxes. that you can see in your profile. |
|
|
|
Mar 16 2006, 10:17 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Mar 2006 Member No: 386,717 |
I (think) I did what you said... I even just tried the coding in the link you have instead of what I used... it is doing the same thing. Are you able to load it yet? If not, here is a screenshot:
![]() Taken at 1280x1024. |
|
|
|
Mar 16 2006, 10:38 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
^ Yes, I got that.
Eh I don't know if your profile too wide or not but add this in there to see if it makes the grey smaller. http://www.createblog.com/scripts/download.php?id=198 or http://www.createblog.com/scripts/download.php?id=101 can you post your css code? |
|
|
|
Mar 16 2006, 10:46 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Mar 2006 Member No: 386,717 |
The first code made the gray only show up on the left side (it's still up if you need to see it).
This is in my About Me: <style type="text/css"> body { background-color: 8eb05c; } .Main { position:absolute; left:50%; top:0px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:6bafc2;} </style> ---------- This is in I'd Like to Meet: <div class="main"> <table style="width:800px; height:1200px; cellpadding:0px; cellspacing:0px; border:0; background-color:6bafc2;}"> <tr><td valign="top"> All of your content goes in here, whether it be tables, flash, or whatever! </td> </tr> </table> </div> |
|
|
|
Mar 16 2006, 10:52 PM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Try changing:
body { background-color: 8eb05c; } to body, tr, td, table{ background-color: 8eb05c; } |
|
|
|
Mar 16 2006, 11:23 PM
Post
#9
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Mar 2006 Member No: 386,717 |
YES! It worked.
Thank you so much :) |
|
|
|
Mar 16 2006, 11:27 PM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Welcome, if you need this reopenned or have anymore questions pm me :)
|
|
|
|
![]() ![]() |