This content has been marked as final.
Show 6 replies
-
1. Re: Rounded Corners
Newsgroup_User Jan 11, 2009 11:37 AM (in response to chattanewbee)I believe there is a way thru CSS to make rounded corners, although I have
never used that method. You can insert a background image with rounded
corners to accomplish what you are looking to do.
And you are better off rolling up your sleeves to learn to use div tags with
CSS.
"chattanewbee" <webforumsuser@macromedia.com> wrote in message
news:gkd5e8$bgc$1@forums.macromedia.com...
>I have a problem when given too many choices. Is it better to do layouts
>using
> tables or div tags?
> Currently I'm using tables; but think div tags are the new way to go. I
> see
> alot of sites with what looks like tables with rounded corners. How do I
> get
> the rounded corners?
> I'm open to using div tags. Just don't know what difference it makes.
> I don't want my site to look rigid with angled tables...
>
-
2. Re: Rounded Corners
Newsgroup_User Jan 11, 2009 12:15 PM (in response to chattanewbee)Hello,
There are many ways using CSS:
http://www.cssjuice.com/25-rounded-corners-techniques-with-css/
Take care,
Tim
"GPaul" <gwpaul@ptd.net> wrote in message
news:gkdhp9$pg1$1@forums.macromedia.com...
>I believe there is a way thru CSS to make rounded corners, although I have
>never used that method. You can insert a background image with rounded
>corners to accomplish what you are looking to do.
>
> And you are better off rolling up your sleeves to learn to use div tags
> with CSS.
>
>
> "chattanewbee" <webforumsuser@macromedia.com> wrote in message
> news:gkd5e8$bgc$1@forums.macromedia.com...
>>I have a problem when given too many choices. Is it better to do layouts
>>using
>> tables or div tags?
>> Currently I'm using tables; but think div tags are the new way to go. I
>> see
>> alot of sites with what looks like tables with rounded corners. How do I
>> get
>> the rounded corners?
>> I'm open to using div tags. Just don't know what difference it makes.
>> I don't want my site to look rigid with angled tables...
>>
>
>
-
3. Re: Rounded Corners
Newsgroup_User Jan 11, 2009 2:02 PM (in response to chattanewbee)The old school method used a 3 x 3 Table and 9 image slices. The modern
method uses CSS styled divisions.
Another approach is to wrap content inside a box like so:
http://alt-web.com/Image-slices-in-a-CSS-based-layout.html
Or use this on-line generator:
http://www.roundedcornr.com/
--
Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
-
-
5. Re: Rounded Corners
Newsgroup_User Jan 11, 2009 4:08 PM (in response to Newsgroup_User)It's a shame CSS3 rounded corners aren't supported in IE.
--
Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
-
6. Re: Rounded Corners
person98 Jan 11, 2009 5:14 PM (in response to chattanewbee)Internet Explorer needs some major upgrades if you ask me, but I know that Firefox and Safari both work on windows (and mac, lol) if it was a OS issue.

