|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Greetings all,
Project: I'm trying to align two tables beneath a top table. Like this: Code:
Top table: <table width="50" height="20"> <tr><td>(A)</td></tr></table> Menu table: <table width="10" height="40" align="left"> <tr><td>(B)</td></tr></table> Content table: <table width="40" height="40"> <tr><td>(C)</td></tr></table> I've tried almost anything, valign, vspace etc. but nothing helped. The tables align perfectly in Firefox - it's only in IE the problem is. Any one have an insight in this problem? |
|
|||
|
Why not just use 1 table, something like:
Code:
<table width="50"> <tr> <td colspan="2">(A)</td> </tr> <tr> <td width="10">(B)</td> <td width="40">(C)</td> </tr> </table> |
|
|||
|
hmm ... I think you're on to something.
I always try to keep things in order. That's why I've used several tables and in that way have more control within each block. This time however, I'll have to agree with you there. The tables of course, is a little more complicated than the stated examples - but with a little trial and error it shouldn't be much of a problem to convert them. Thanks for the insight |
|
|||
|
Have you looked at using CSS and divs? I find it much easier to build layouts with them than with good old nested tables.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |