(posted this in Help & Questions, no one helped me :()
wondering if this is a known problem:
I meant to have the status bar over that far, that's not hte problem. That white box is part of the friends online thing, but though I changed the bg on the friends box, and it otherwise works fine, there's this odd box that's not the regular size of the rest of the status box. Is this something already been discussed? It's just... an odd little thing I can't get rid of... yet it seems to be a seperate thing of the box, like under it. Can I make it smaller or something? oO;
Oh, and the billboards on my forums, instead of having space between the top of the forum table/wrapper and the billboard like it use to (before I put in the css code) it just sits right on top now... how would I make space between?
Thanks.
[edit]
Also, wondering about creating link buttons on a profile. Is the hover image thing the same basic principle? I'm wondering as I've seen it done a bunch of different ways, but that just confuses me more. This is the profile I've redesigned for myself: new (the current one was coded and extra graphics added by and she did a great job, but I want to learn for myself and update :)) I'm not sure if I want to do my pet/characters as buttons all seperatly or if that would be too much trouble...? If anyone is willing to assist me, I don't have much sP... but I could give you arts. xB
Thanks again.
, li {background: transparent;}
See if that gets rid of the white box.
I'm not sure about the forum banners. Could you provide a screenshot of what you're talking about?
Regarding your profile... I don't know if that design you've made is exactly where you want everything or just a rough plan, or if you're planning hover boxes or what, but if you are planning hovers, I don't think you can have the extra buttons up top like that and have all your other stuff. There just aren't enough columns to do it. I don't really work with hover boxes though, so I might be wrong.
Oh yeah, that's true eh? I'll probably have to rethink the design with some aspects. xB Thanks.
Oh, here's a screenshot: click
Isn't the forum table and the billboard suppose to have a space between it? Normally?
[edit]
the transparent code up there did work, thank you! =)
No problem. :)
I see what you mean about the space between the billboard when I switch the background color of my to black. I messed around with it a little, but I couldn't get any space to show up in there. If you want just the appearance of space, I suggest changing the background of your whole right section to white.
Aha, I think I figured this out. It suddenly came to me while I was daydreaming about something else. xD
div#forum_wrapper {margin-top: 10px !important;}
That should give you space between the forum ad and the start of the forum table. Obviously you can adjust the number if you'd like more or less space.