css classes not applying on android
lets say i create a div with
- <div class="mynewclass"> test </div>
so the css looks like
- .mynewclass {
- background:
- marging:
- etc,
- }
when i open the page in a browser, it works,
on android (and on the emulator) its like there has been no css-class.
my strukture is:
- <!DOCTYPE html>
- <html>
- <head>
- <meta ...
- <meta ...
- </
- <title>myquestion</title>
- < jqm-stylesheets...
- <link rel="stylesheet" href="themes/v2.css" />
- <script .... >
- </head>
- <body>
- <div data-role="page"
- <div data-role="content"
- <div class="mynewclass">
how to "name" the class inside the css so the android can find it?
please, please, i´m going nuts ;-)
// sry, for my english, i´m not a native speaker
// if i change the datarole to "c" and aply
it also doesnt work
yes, first the css from jqm than mine.