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</h3>
<p>Collapsible content</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>
<p>Collapsible content</p>
</div>
</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.