what is supposed to be there? what image? whats the name of the image? and where exactly? where that empty grey space is?
its impossible to tell.
I can see it in (my browser of choice) Opera: the content background displays down to the bottom of the submit button (it says “Plaats”), then breaks for the rest of the length of the middle column. Then comes the footer.
I’ve run into this before. Don’t quote me on this, but I *think* it’s occurring because the two right columns are probably floated (and, if the middle column wasn’t so long, you likely wouldn’t see a problem).
As I recall, the way I solved it was to add a div at the bottom of the sidebar that cleared the two right-side floats:
div#fakediv {clear:both}
and
<div id="fakediv"> </div>
@whooami
http://www.dakzoekje.nl/v2/wp-content/themes/default-empty/images/back.gif
@dianev
When i put ‘<div id=”fakediv”> </div>’ at the bottom of sidebar.php the extra menu (extra.php) disappears.
Does anyone know how i can fix this? I really don;t know it anymore
Davey, I would try moving it around, just to see what happens. It’s a quick fix, if it works.
Well, I guess I tried to put it everywhere it can. And when i think it works the extra menu is gone.