can content of contained box overwrite border of containing box?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bugbear

    can content of contained box overwrite border of containing box?

    I'm trying to implement the purest and simplest tab
    styling I can.

    So I'd like each tab to be a box with left-top-right borders.
    The "row of tabs" sits on top of the content box.
    The content box clearly needs a left-bottom-right border.

    The "line" between the tabs and the content can either
    be a bottom border on the tabs (or a box containing the tabs)
    or a top border on the content box.

    My problem is: how do I make the "current" selected tab
    run into the content box in the usual way - i.e. there
    should be NO border between the current tab and the content.

    It appears unavoidable that some part of the current tab
    must exist opaquely-above the continuous border line
    and overwrite it.

    Is this possible?
    Or have I made bad assumptions?

    I'm aware of (and indeed, have implemented)
    solutions that use background images to achieve
    all this and more, but am trying to come up
    with a minimalist solution, using only HTML and CSS.

    Oh yeah - browser portability is important.

    BugBear
  • Spartanicus

    #2
    Re: can content of contained box overwrite border of containing box?

    bugbear <bugbear@trim_p apermule.co.uk_ trim> wrote:
    [color=blue]
    >I'm trying to implement the purest and simplest tab
    >styling I can.[/color]

    There must be hundreds of tab styling examples on the web, why do you
    need another one?

    --
    Spartanicus

    Comment

    • bugbear

      #3
      Re: can content of contained box overwrite border of containing box?

      Spartanicus wrote:[color=blue]
      > bugbear <bugbear@trim_p apermule.co.uk_ trim> wrote:
      >
      >[color=green]
      >>I'm trying to implement the purest and simplest tab
      >>styling I can.[/color]
      >
      >
      > There must be hundreds of tab styling examples on the web, why do you
      > need another one?[/color]

      Just consider me a seeker after purity and simplicity.

      BugBear

      Comment

      • Spartanicus

        #4
        Re: can content of contained box overwrite border of containing box?

        bugbear <bugbear@trim_p apermule.co.uk_ trim> wrote:
        [color=blue][color=green][color=darkred]
        >>>I'm trying to implement the purest and simplest tab
        >>>styling I can.[/color]
        >>
        >> There must be hundreds of tab styling examples on the web, why do you
        >> need another one?[/color]
        >
        >Just consider me a seeker after purity and simplicity.[/color]

        Plenty of those amongst the hundreds of tab styling examples currently
        on the web also, often complete with explanation of the techniques used.

        --
        Spartanicus

        Comment

        • bugbear

          #5
          Re: can content of contained box overwrite border of containing box?

          Spartanicus wrote:[color=blue]
          > bugbear <bugbear@trim_p apermule.co.uk_ trim> wrote:
          >
          >[color=green][color=darkred]
          >>>>I'm trying to implement the purest and simplest tab
          >>>>styling I can.
          >>>
          >>>There must be hundreds of tab styling examples on the web, why do you
          >>>need another one?[/color]
          >>
          >>Just consider me a seeker after purity and simplicity.[/color]
          >
          >
          > Plenty of those amongst the hundreds of tab styling examples currently
          > on the web also, often complete with explanation of the techniques used.[/color]

          OK. Normally I'm quite the guru at web searching, to the point
          of putting up a page of techniques for others to use and admire.

          Latest news coverage, email, free stock quotes, live scores and video are just the beginning. Discover more every day at Yahoo!


          But I have failed to find the example I seek.

          If you could either point me at one (tabbed menus using only
          no images), or improve my googling technique I'd be grateful.

          BugBear

          Comment

          • Spartanicus

            #6
            Re: can content of contained box overwrite border of containing box?

            bugbear <bugbear@trim_p apermule.co.uk_ trim> wrote:
            [color=blue]
            >If you could either point me at one (tabbed menus using only
            >no images), or improve my googling technique I'd be grateful.[/color]



            Produces loads of examples including simple ones.

            --
            Spartanicus

            Comment

            • bugbear

              #7
              Re: can content of contained box overwrite border of containing box?

              Spartanicus wrote:[color=blue]
              > bugbear <bugbear@trim_p apermule.co.uk_ trim> wrote:
              >
              >[color=green]
              >>If you could either point me at one (tabbed menus using only
              >>no images), or improve my googling technique I'd be grateful.[/color]
              >
              >
              > http://www.google.com/search?q=css+tabs
              >
              > Produces loads of examples including simple ones.[/color]

              Heh. Thanks. I was doing searches like
              "tabbed menus" and getting nowhere.

              I think your background and experience in CSS
              gave you a better keyword.

              Thanks again.

              BugBear

              Comment

              Working...