Ask a Question related to ASP, Design and Development.

  1. #1

    Default Curved Edges

    Hi

    My web site is looking too boxy, does anybody have any
    tips on how to make standard tables have curved edges.

    Or..

    If I am inserting an images into html and then another
    image below/alongside it, do I have to add any code in
    order to make it fit exactly.

    Cheers


    Mark Guest

  2. Similar Questions and Discussions

    1. Type in a curved box
      I need to have my text in a box with one curved edge. can you do this in InDesign...how?
    2. Curved Text
      I have read the Help menu in InDesign and it was very confusing. Anyone have really simple idiot proof instructions for creating text that is curved?
    3. Curved text in PS7
      Does anyone know how to create text on a curve in PS7 on the Mac. I have tried to create a curved path but I cant work out how to snap the text to...
    4. Curved Ball
      Im a bit of a novice with flash and was wondering if there was anyway to get a ball to follow a curved line??? Thanks
    5. How to make a sprites edges smooth and remove white edges.
      Dear All, I am creating a volume slider in my movie, which has got 2 parts one is the virtical line for "Min" "Max" and one button (with shadow)...
  3. #2

    Default Re: Curved Edges

    Try posting in an html or browser group. This group is about server-side
    programming.

    Ray at work

    "Mark" <mark_gausden@hotmail.com> wrote in message
    news:0ac601c35da5$54c7e7c0$a101280a@phx.gbl...
    > Hi
    >
    > My web site is looking too boxy, does anybody have any
    > tips on how to make standard tables have curved edges.
    >
    > Or..
    >
    > If I am inserting an images into html and then another
    > image below/alongside it, do I have to add any code in
    > order to make it fit exactly.
    >
    > Cheers
    >
    >

    Ray at Guest

  4. #3

    Default Re: Curved Edges

    If you use the fieldset tag it has curved edges
    <fieldset>
    <legend>Hi Bob</legend>
    content
    </fieldset>

    "Mark" <mark_gausden@hotmail.com> wrote in message
    news:0ac601c35da5$54c7e7c0$a101280a@phx.gbl...
    > Hi
    >
    > My web site is looking too boxy, does anybody have any
    > tips on how to make standard tables have curved edges.
    >
    > Or..
    >
    > If I am inserting an images into html and then another
    > image below/alongside it, do I have to add any code in
    > order to make it fit exactly.
    >
    > Cheers
    >
    >

    Tom B Guest

  5. #4

    Default Re: Curved Edges

    "Tom B" wrote:
    >
    > If you use the fieldset tag it has curved edges
    > <fieldset>
    > <legend>Hi Bob</legend>
    > content
    > </fieldset>
    Not in any of my browsers:
    • Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.4) Gecko/20030624
    • Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.5a) Gecko/20030728
    Mozilla Firebird/0.6.1
    • Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET
    CLR 1.0.3705)
    • Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2) Opera 7.11 [en]


    --
    Dave Anderson

    Unsolicited commercial email will be read at a cost of $500 per message. Use
    of this email address implies consent to these terms. Please do not contact
    me directly or ask me to contact you directly for assistance. If your
    question is worth asking, it's worth posting.


    Dave Anderson Guest

  6. #5

    Default Re: Curved Edges

    It does in mine. IE 6

    I didn't think to check in Netscape. I'm so single-minded.

    Sorry.

    It's because of my Windows XP theme...that's what's rounding things off. I
    switched to classic, and that squared them off.



    "Bob Barrows" <reb_01501@yahoo.com> wrote in message
    news:eHyPYAdXDHA.656@tk2msftngp13.phx.gbl...
    > I don't see it in IE6 either.
    > Dave Anderson wrote:
    > > "Tom B" wrote:
    > >>
    > >> If you use the fieldset tag it has curved edges
    > >> <fieldset>
    > >> <legend>Hi Bob</legend>
    > >> content
    > >> </fieldset>
    > >
    > > Not in any of my browsers:
    > > . Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.4)
    > > Gecko/20030624 . Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US;
    > > rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
    > > . Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR
    > > 1.1.4322; .NET CLR 1.0.3705)
    > > . Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2) Opera 7.11 [en]
    >
    >

    Tom B Guest

  7. #6

    Default Re: Curved Edges

    That explains it for me too then. Thank you Tom B.

    "Tom B" <shuckle@hotmail.com> wrote in message
    news:uainM8dXDHA.2360@TK2MSFTNGP12.phx.gbl...
    >
    > It's because of my Windows XP theme...that's what's rounding things off.
    I
    > switched to classic, and that squared them off.

    Ray at Guest

  8. #7

    Default Re: Curved Edges

    mozilla has a specific style for rounded-edges:
    -moz-border-radius

    e.g. <div style="-moz-border-radius:4px; border:3px solid green;">test</div>

    Read more at: [url]http://books.mozdev.org/chapters/ch04.html#77028[/url]
    or search google for "mozilla rounded border"

    you can use inset images with padding:0px and border-collapse:collapse,
    but it's a hack.

    S.

    Mark wrote:
    > Hi
    >
    > My web site is looking too boxy, does anybody have any
    > tips on how to make standard tables have curved edges.
    >
    > Or..
    >
    > If I am inserting an images into html and then another
    > image below/alongside it, do I have to add any code in
    > order to make it fit exactly.
    >
    > Cheers
    >
    >
    Shailesh Humbad Guest

  9. #8

    Default Re: Curved Edges

    > mozilla has a specific style for rounded-edges:

    Too bad nobody uses Mozilla, except for testing.


    Aaron Bertrand [MVP] Guest

  10. #9

    Default Re: Curved Edges

    "Aaron Bertrand [MVP]" wrote:
    >
    > Too bad nobody uses Mozilla, except for testing.
    That's how I feel about IE. I (and my colleagues) find Internet Explorer
    acceptable for use on the intranet, but a waste of time on the Internet.
    Mozilla simply gives us more control.

    Personally, I'm hooked on Firebird (though Mozilla seems faster and a bit
    more stable for now).


    --
    Dave Anderson

    Unsolicited commercial email will be read at a cost of $500 per message. Use
    of this email address implies consent to these terms. Please do not contact
    me directly or ask me to contact you directly for assistance. If your
    question is worth asking, it's worth posting.


    Dave Anderson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139