Hi all,
My index page is very simple. I have a bunch of linked lists which
call PHP scripts that iUI handles all the routing in. For instance, I
have something that resembles the following:
<li class="patient_list"><a href="/ajax/patients.php">Patient
List</a></li>
When clicking on that, patients.php gets pulled on screen. My
question is, how do I add a second toolbar on patients.php to mesh in
with the original <div class="toolbar">. I'd like to nest it right
below the other one. Unfortunately because of the way CSS selectors
are used in iui.css, I can't just do:
<div class="toolbar2">
... stuff
</div>
and my usual server-side generated unordered list with all the respective items.
If I get rid of the <div></div> my list looks wonderful. I just am not
sure how to properly insert the second toolbar above the list.
- sf
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---