What's wrong with my website?!

simms

Diamond Member
Sep 21, 2001
8,211
0
0
http://www.jastram.com/v4/brochures.shtml

I need to know why the Flash banner at the top isn't FLUSH to the top of the page. There's about the size of a line break there and it's driving me nuts.

Can you help me out? Feel free to critique the site as well. Yes, I am aware there are 3 paragraphs on the index page that are spammed. ;)

Thanks guys... :frown: This sucks!
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Ugh, that code bothers me to look at. Add "vertical-align: top" top the CSS of whatever containing block it's in.

Edit:

It IS aligned at the top, when the menus open, they go all the way up (and down).

Who came up with idea for menus that open both up and down?
 

hevnsnt

Lifer
Mar 18, 2000
10,868
1
0
I would imagine it is because the flash needs room to open maybe?

Edit.. Oh, I was using Firefox.. I see it in IE now..
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
Originally posted by: notfred
Ugh, that code bothers me to look at. Add "vertical-align: top" top the CSS of whatever containing block it's in.

Edit:

It IS aligned at the top, when the menus open, they go all the way up (and down).

Who came up with idea for menus that open both up and down?

I don't think it's in a CSS block. And the people higher up wanted it this way.

I would imagine it is because the flash needs room to open maybe?
Nope, It's already accounted for.

Looks fine in FireFox, no gap at the top. In IE, there is the gap.
Thank you!

it doesnt display correctly in Opera, you shoudl fix that as well
Oops, thought I checked it yesterday. Thanks for the update.
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
Nvm, I just applied it to the CSS. Try Right clicking (in IE) on the flash.. see how the Macromedia thing pops up? Then right click higher up, see how it's the regular HTML right click... that means there's still space there.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: simms
Originally posted by: notfred
Ugh, that code bothers me to look at. Add "vertical-align: top" top the CSS of whatever containing block it's in.

Edit:

It IS aligned at the top, when the menus open, they go all the way up (and down).

Who came up with idea for menus that open both up and down?

I don't think it's in a CSS block.

If your HTML is valid then it is, even if it's just the <body> tag.
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
Originally posted by: notfred
Originally posted by: simms
Originally posted by: notfred
Ugh, that code bothers me to look at. Add "vertical-align: top" top the CSS of whatever containing block it's in.

Edit:

It IS aligned at the top, when the menus open, they go all the way up (and down).

Who came up with idea for menus that open both up and down?

I don't think it's in a CSS block.

If your HTML is valid then it is, even if it's just the <body> tag.

body {
margin: 0;
overflow:auto;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px
vertical-align: top;
}

There.
ok, got your PM: <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="margin-top: 0px;">

But it's still no good.
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
Opera and FF are fine, I don't think Netscape/IE will do it... bump if anyone can help! :)