Table positioning itself incorrctly

http://www.stylesuites.com/simon/tcs_image.PNG

Heh, yet another CSS problem that's got me stumped ;)

OK, as you can see in this image the News, Fan Art etc menu table has set itself about around 50 pixels below the the main header image. The problem is that I have no idea, at all, for why it is doing this. I've checked and re-checked everything, all the HTML and CSS, and neither me nor pichfl can work out why. Check out the page at http://www.stylesuites.com/TCS/index.php

If you need to you can check out the CSS at http://www.stylesuites.com/tcs/style.css

Any help is appreciated :D

Post Edited.

Don't post huge images inline.

Please limit inline images to 500px wide and 375px high.

-------------------------

Stevie BM

#218124

use position:absolute;

#218228

It probably doesn't help, Si, that your HTML is, quite frankly, a garbled mess...

You're using

s,

s where they shouldn't be, and the any number of other things :slant:

I'd take a look at fixing your markup first. Try getting it to validate against HTML 4.0 Transitional, as a bare minimum, before trying to debug.

Alternatively, just try setting margin-top as a negative value of whatever you want the menu to move up by.

And why-oh-why are you using text for the menu items? :slant:

#218324

Ack, I know Stevie. I, quite frankly, suck at coding webpages. I've managed to get myself an extra week or so to finish this project off, so I'll keep on working at it. And the menu items aren't text ;)

#218330

I know they're not text - they're images of text.

That's my whole point :P

#218356

Well, I'm almost certain not everyone will have that paticular font installed in their computers, so I'm playing it safe and making the menu items images. It has a tiny file size, so I honestly don't consider it a problem. :P

#218399

Well, I'm almost certain not everyone will have that paticular font installed in their computers, so I'm playing it safe and making the menu items images. It has a tiny file size, so I honestly don't consider it a problem. :P

Choose a different font, then :P

I mean, seriously, it's different, but I wouldn't say it's different enough to justify using images :slant:

#218463

I think we're going a little bit off-topic here, anyway ;)

#218535