Dynamically sized border with rounded corners?

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

    Dynamically sized border with rounded corners?

    Is it possible to create a border around an element that can size
    dynamically and has rounded corners? I know that with the use of a
    background image I can create a static border, but I need the size to be
    able to fluctuate. Is the only way to accomplish this with tables, or a
    whole bunch of markup surrounding the element to be "boxed"?

    Thanks,
    Steve
  • Thomas Jespersen

    #2
    Re: Dynamically sized border with rounded corners?

    On Thu, 21 Oct 2004 10:47:16 -0700, Steve <ngroups@digita lnothing.com>
    wrote:
    [color=blue]
    >Is it possible to create a border around an element that can size
    >dynamically and has rounded corners? I know that with the use of a
    >background image I can create a static border, but I need the size to be
    >able to fluctuate. Is the only way to accomplish this with tables, or a
    >whole bunch of markup surrounding the element to be "boxed"?[/color]



    Comment

    • Neal

      #3
      Re: Dynamically sized border with rounded corners?

      On Thu, 21 Oct 2004 10:47:16 -0700, Steve <ngroups@digita lnothing.com>
      wrote:
      [color=blue]
      > Is it possible to create a border around an element that can size
      > dynamically and has rounded corners? I know that with the use of a
      > background image I can create a static border, but I need the size to be
      > able to fluctuate. Is the only way to accomplish this with tables, or a
      > whole bunch of markup surrounding the element to be "boxed"?[/color]

      Must CSS layouts be boxy and hard-edged? In this article, we’ll show how customized borders and corners can be applied to fully fluid and flexible layouts with dynamic content, using sound an…

      Part I showed how to create fluid, dynamic CSS layouts with customized borders and corners. Part II advances to the next level, extending the technique to work with more complicated backgrounds suc…

      Comment

      Working...