how do i pull my columns up
as you can see in wow.totalwarcraft.com the left and right columns are a bit below the center column and i want to drag them up higher near the logo any ideas :S
I looked for any extra line but i couldnt find one
as you can see in wow.totalwarcraft.com the left and right columns are a bit below the center column and i want to drag them up higher near the logo any ideas :S
I looked for any extra line but i couldnt find one
Suzanne posted this at 02:08 — 29th June 2003.
She has: 5,507 posts
Joined: Feb 2000
CSS: td { vertical-align: top;}
or
HTML: td valign="top"
mohd posted this at 02:49 — 29th June 2003.
They have: 101 posts
Joined: Apr 2003
this is what i put
td{font-family: verdana; font-size: 8pt; color:white; vertical-align:top}
dosent work
Suzanne posted this at 03:48 — 29th June 2003.
She has: 5,507 posts
Joined: Feb 2000
check to make sure the many many classes you have in there don't have margins or padding at the top pushing it down.
mohd posted this at 06:18 — 29th June 2003.
They have: 101 posts
Joined: Apr 2003
i dont use cell padding or margins in CSS yet.. but in the html code i do?
Megan posted this at 13:43 — 2nd July 2003.
She has: 11,421 posts
Joined: Jun 1999
That top table is set to a height of 200 pixels, that could be the problem since that image is clearly not displaying at 200 pixels. Actually, that's telling you something there. Maybe the 100% height in the other table could be causing the problem. Try removing those heights.
Oh, here it is - table height at 200 pixels, cell height at 78 pixels. Fix that and see if it solves the problem. That remaining 122 pixels is probably the empty space you're seeing.
P.S. That header graphic looks a lot better when it's actually displayed at the right height.
_____________________________________________
Oops! All of the above describes how the site appears in Opera 7 (and Mozilla). There is quite a large (about 125 pixels) gap in between the header and the content tables. That's what I thought you were talking about. In IE it looks fine so you must have fixed the problem.
Megan
Connect with us on Facebook!
mohd posted this at 17:20 — 2nd July 2003.
They have: 101 posts
Joined: Apr 2003
oh lol, i got an extra tag doing nothing, so i got it to work
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.