Sloan,

That should work fine.  Have you included a stylesheet link to the ui
css file?  I pasted your code into an html document here:
http://jsbin.com/emiti/edit and it worked fine (click the output tab
to see the output and html to see the html).

Hth,

Dave


On Oct 9, 11:35 am, Sloan <[email protected]> wrote:
> Thanks Fontzter,
>
> But still no luck with the corners.
>
> Here's the HTML I have:
>
> <h1 class="ui-widget-header ui-corner-top">Quote &amp; Order
> Administration</h1>
> <h2 class="ui-widget-header ui-corner-tl">North Country Trailer Sales</
> h2>
>
> Am I still missing something?
>
> Sloan
>
> On Oct 9, 6:17 am, Fontzter <[email protected]> wrote:
>
> > Sloan,
>
> > The corner classes only effect objects with a visible border.  Try
> > adding another class as well.  For example:
>
> > class="ui-widget-content ui-corner-all"
>
> > or
>
> > class="ui-widget-header ui-corner-top"
>
> > Hth,
>
> > Dave
>
> > On Oct 9, 4:55 am, Sloan <[email protected]> wrote:
>
> > > Hi Richard!
>
> > > I've looked through that page several times, and I guess I'm just a
> > > bit dense. For example, I've added the class for a rounded corner in
> > > the TL of a H1 tag. No rounded corners :-(
> > > Is there some structure I need to use? Like applying certain classes
> > > to outer items?
> > > If I have:
>
> > > <div>
> > > <h1>Title</h1>
> > > <p>Some text here</p>
> > > </div>
>
> > > Do I need to apply a UI class to the div so that the class applied to
> > > the h1 tag will work?
>
> > > Thanks so much!
>
> > > Sloan
>
> > > On Oct 6, 4:00 am, "Richard D. Worth" <[email protected]> wrote:
> > > Start here
>
> > >http://jqueryui.com/docs/Theming/API
>
> > > Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to