Anne E. Shroeder wrote:
> http://www.language-works.com/swimdesign/no-tables.htm

> Part of the trouble is that I'm using a <BR> to get the second row of
>  tabs down below the first row of tabs.  Any ideas at all?

Sure, use margins and borders on existing elements, and place suitable
elements at the right place in the source-code so they'll "line up" in a
sensible way even without CSS.
No matter what: any such line-up tends to be a bit fragile.

Here's one solution that'll solve your line-up problems in a somewhat
stable way...
<http://www.gunlaug.no/tos/alien/test_6640.html>

It isn't the requested line-up that's the problem, but what happens with
a page under stress. This is the web, and nothing is static.
Try font-resizing in any browser, and/or 'ignore font size' in IE/win.
Some may do just that even if you don't, so it may be a good thing to
know how a layout holds up.

Advice: you should clean up the source-code, and stop reusing IDs within
a page. The HTML validator will tell you that an ID should only be used
once. CLASS is for reuse.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to