Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Damn tables will be the death of me!

 
Thread Tools Search this Thread
Old 08-17-2006, 12:00 PM   #1
Default Damn tables will be the death of me!


Have a look at this page in IE:
http://www.crondesign.com/whitehall/index.php
... this is fine - the way I want it.....

Now look at this one:
http://www.crondesign.com/whitehall/...info/index.php
or even this one:
http://www.crondesign.com/whitehall/courses/

As the length of the menu in the long cell on the left increases, the
top menu cells start to ignore thier specified heights and get bigger.
Why does this happen when the other cells on the page have no height
specified?!? They should be the ones increasing! It's driving me
mental! Can someone please help me out?

Thanks a lot
Ciarán



CRON
  Reply With Quote
Old 08-17-2006, 12:16 PM   #2
mbstevens
 
Posts: n/a
Default Re: Damn tables will be the death of me!

On Thu, 17 Aug 2006 04:00:24 -0700, CRON wrote:

> Why does this happen when the other cells on the page have no height
> specified?!? They should be the ones increasing! It's driving me
> mental! Can someone please help me out?


A simple three column layout like yours
should not be done with tables at all.

Try modifying a template:

http://www.realworldstyle.com/
http://www.glish.com/css/
http://www.meyerweb.com/eric/css/edge/index.html
http://www.bluerobot.com/web/layouts/

You'll find that the columns are quite
independent of one-another.
--
mbstevens
http://www.mbstevens.com


  Reply With Quote
Old 08-17-2006, 12:19 PM   #3
Chaddy2222
 
Posts: n/a
Default Re: Damn tables will be the death of me!


CRON wrote:
> Have a look at this page in IE:
> http://www.crondesign.com/whitehall/index.php
> .. this is fine - the way I want it.....
>
> Now look at this one:
> http://www.crondesign.com/whitehall/...info/index.php
> or even this one:
> http://www.crondesign.com/whitehall/courses/
>
> As the length of the menu in the long cell on the left increases, the
> top menu cells start to ignore thier specified heights and get bigger.
> Why does this happen when the other cells on the page have no height
> specified?!? They should be the ones increasing! It's driving me
> mental! Can someone please help me out?
>
> Thanks a lot
> Ciarán

Hi.
You might want to view,
http://dev.wave.webaim.org/Output.js...ses%2F&md=nils
You might also want to have a look at, your page through
http://validator.w3.org
You should also be useing a Strict document type, and you should dump
the tables based layout in favor of a more moddern CSS based layout.
You also need to remember that in XHTML all tags need to be closed.
--
Regards Chad. http://freewebdesign.cjb.cc

  Reply With Quote
Old 08-17-2006, 01:26 PM   #4
CRON
 
Posts: n/a
Default Re: Damn tables will be the death of me!

Yeah I know my coding isnt perfect - I'm not much of a purist but
that's not the problem here is it? I just wanna know what I can do to
get internet explorer to display the table the way it is told to. is
there a css tag to fix the height of a cell or something?

  Reply With Quote
Old 08-17-2006, 01:29 PM   #5
Jonathan N. Little
 
Posts: n/a
Default Re: Damn tables will be the death of me!

CRON wrote:
> Have a look at this page in IE:
> http://www.crondesign.com/whitehall/index.php
> .. this is fine - the way I want it.....
>
> Now look at this one:
> http://www.crondesign.com/whitehall/...info/index.php
> or even this one:
> http://www.crondesign.com/whitehall/courses/
>
> As the length of the menu in the long cell on the left increases, the
> top menu cells start to ignore thier specified heights and get bigger.
> Why does this happen when the other cells on the page have no height
> specified?!? They should be the ones increasing! It's driving me
> mental! Can someone please help me out?


Forget MSIE have you viewed the site at 800x600 and less?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Reply With Quote
Old 08-17-2006, 01:33 PM   #6
mbstevens
 
Posts: n/a
Default Re: Damn tables will be the death of me!

On Thu, 17 Aug 2006 05:26:32 -0700, CRON wrote:

> Yeah I know my coding isnt perfect - I'm not much of a purist but
> that's not the problem here is it?


Actually it is, in that we can't be expected to
_first_
debug your code for you, and
_then_
answer the specific question.

Get it at least to validate and send it back for another look.

But then, if you're going to take time to do that, why not
take the time to just kill the tables completely?

  Reply With Quote
Old 08-17-2006, 01:49 PM   #7
CRON
 
Posts: n/a
Default Re: Damn tables will be the death of me!


> Forget MSIE have you viewed the site at 800x600 and less?


Yes I have - It looks like crap. I don't care. I just want to fix the
height of the top row. I don't think its possible - Forget I asked.
I'll figure it out myself.

Cheers
Ciarán

  Reply With Quote
Old 08-17-2006, 02:04 PM   #8
Andy Dingley
 
Posts: n/a
Default Re: Damn tables will be the death of me!

CRON wrote:

> Why does this happen when the other cells on the page have no height
> specified?!?


Because you're abusing <table> for soemthing it's not intended to be
used for. Do it right, switch to a CSS-based layout. An hour or two
will web search you some good examples and convert your page over.
After that the code is also _much_ easier for you to maintain and make
further pages with.

  Reply With Quote
Old 08-17-2006, 04:12 PM   #9
Jonathan N. Little
 
Posts: n/a
Default Re: Damn tables will be the death of me!

CRON wrote:
>> Forget MSIE have you viewed the site at 800x600 and less?

>
> Yes I have - It looks like crap. I don't care. I just want to fix the
> height of the top row. I don't think its possible - Forget I asked.
> I'll figure it out myself.


Obviously you missed my point. But then elsewhere in the thread you state:

"Yeah I know my coding isnt perfect - I'm not much of a purist but
that's not the problem here is it?"

The old saying "Garbage in, garbage out" applies here. Come back when
you are truly interested in learning how to 'fix' your problem.


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump