This is a main1 class div. It's important to note that AjaxRoundEffect modifies the entire CSS class to be rounded. So you only want to declare it once per class.

The webobject tag that rounds a class must come AFTER the declaration and use of the class.

You can declare a single rounded class, round it, and just add that class to each of your div definitions. For instance, the main page of the AjaxExamples declares a "rounded" class, then has a <div class = "main rounded"> and a <div class = "title rounded">.

This is also a main1 class div.

This is a main2 class div without a div on the inside.

This is a main3 single-use rounded div. It will generate the div tags for you if you specify generateTags = true.