Page 1 of 1

Help with List text Underline

Posted: Fri Jun 29, 2012 4:22 pm
by Emmz

Hey. Just wondering...
When I use "Panel" And put this in
Eg.
code
<div data-role="collapsible-set" data-theme="c" data-content-theme="c" data-mini="true">
<div data-role="collapsible">
<h3>Section 1<&#47;h3>
<p>Collapsible content<&#47;p>
<&#47;div>
<div data-role="collapsible">
<h3>Section 2<&#47;h3>
<p>Collapsible content<&#47;p>
<&#47;div>
<&#47;div>
/code
The Text in the items is fine.
But when I use my Theme "swatch"
The text is Underlined like a std html link?
What am I doing wrong?
Tks.


Help with List text Underline

Posted: Fri Jun 29, 2012 4:41 pm
by maxkatz

What is your Theme "swatch"?
There is a theme in your code, maybe there is a mismatch between the theme/swatch.


Help with List text Underline

Posted: Fri Jun 29, 2012 4:51 pm
by Emmz

My Theme "swatch" Is fine everywhere else. no underlining. But when used in example above in place of data-theme"c".
The text "Section 1" etc is underlined.


Help with List text Underline

Posted: Fri Jun 29, 2012 6:00 pm
by maxkatz

Check the CSS, something is probably overwriting it. Are you sure that

data-theme="c" data-content-theme="c"

is correct?


Help with List text Underline

Posted: Fri Jun 29, 2012 8:37 pm
by Emmz

yes its jquery theme standards.
Thanks anyway. I'll muck around with it.