Re: [css-d] One floating
  • ? (Converting a to
  • )

    Fri, 11 Aug 2006 16:18:53 -0700

    Henrik Jutterström wrote:
    > What I want is 7 columns, with a total of 6 links and one "spacer"
    > that "eats up" the rest of the menu-screen, so that I can have:
    > 
    > 4 links on the left side of the screen. 1 spaceer, that eats up the
    > rest of the middle screen width that is left. And 2 links on the
    > right side
    > 
    > Everything in the same row.
    
    The correct method is to use 'CSS table' properties on an unordered
    list. I just styled such a list, locally on a copy of your page, and it
    lines up _exactly_ as your HTML table.
    
    However, no version of IE understands 'CSS table', so it'll only work in
    the good browsers. IE needs a floating or inline list, so neither the
    spacer nor the all-in-one-line will work in that bugger.
    
    If you want it as described, then you're stuck with the HTML table.
    That is: unless you're prepared to hack the livin' daylight out of
    IE/win (including IE7), which is *not* recommended for such a feature.
    
            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