I have this code in the header of my iUI template:
<body>
<div class="toolbar">
<h1 id="pageTitle">CableOrganizer</h1>
<a id="backButton" class="button" href="#"></a>
<a class="button" href="cart.htm">View cart</a>
<br/><br/>
<!-- Search form here -->
<form id="searchForm" action="search.php">
<input type="search" placeholder="Search..." />
</form>
</div>
[...]
I've tweaked a little the CSS to get the Searchbar just below the
Toolbar
(so it is part of the "header", it'll always be on top). The idea is
to get the search bar always visible on top.
The search form (when completed) redirect me to search.php, which is
good, but
it is no more part of iUI, there is no more CSS, no more slide effect,
no
more Toolbar. This is like a direct redirection to search.php and
would like the results to be part of the iUI layout.
Do you have any idea to resolve this?
Thanks,
Charles
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" 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/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---