Odd Behavior With Header Div only on Some Pages
I'm struggling with formatting in the:
- <div data-role="header"></div>
Section of my page.
I'd like all pages except the landing page (/) to have a header bar, and simply leaving out the header div seems to work fine for that page. When other pages load, they also look fine. But if I go "back" to the home page, the content <li> floats over the image I'd like to display.
My front page looks something like:
- <div data-role="content">
- <img src="/some/image/path/image.jpg" style="width: 100%;" />
- <ul data-role="listview">
- <li>Some</li>
- <li>List</li>
- <li>Items</li>
- </ul>
- </div>
And the header (on all pages except /) look like:
- <div data-role="header">
- <h1>Something</h1>
- </div>
Anybody have any ideas?
I'm using Alpha 4.
Thanks,
Phil