|
Posted by axlq on June 1, 2006, 5:08 pm
Please log in for more thread options
>> Doing a search on google I have found a wide variety of techniques for
>> rounding table/div corners without the use of pictures.
>>
>> Any advice on what to choose? HTML hacks? CSS? Javascript?
>
>For example.....here is a wide variety of techniques.....which one?
>why?
>
>http://www.html.it/articoli/nifty/index.html
I actually see only two techniques there. One with pure CSS+HTML, the
other with Javascript+CSS+HTML.
To me, that's a lot of javascript to get the rounded corners. I'd
prefer the overhead of a bit of extra ugly HTML markup as in the first
example shown.
-A
|