Hi all,

I'm trying to insert a button into my "toolbar" for one of my sections
in an iUI application I'm writing. This is the same button as shown by
'Search' in the Music example which I've attached here:
http://catalyst.httpd.org/tmp/search.png

My question is, what's the best way to hack the CSS to allow a button
for just one of my <div> containers, instead of nesting it in
class="toolbar" so it shows up for all of them?

I'd like it accessible as a button in say the following example:

    <div class="toolbar">
        <h1 id="pageTitle">Home</h1>
        <a id="backButton" class="button" href="#"></a>
        <!-- a class="button" href="#searchForm">Search</a -->
    </div>

    <ul id="home" title="Stuff" selected="true">
        <li class="foo"><a href="#foo">Foo</a></li>
    </ul>

     <div id="foo" title="Foo" class="panel">
        <!-- I'D LIKE THE SEARCH BUTTON HERE :-) -->
    </div>

Hope my question is explained properly here.

Thanks for your help,

- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to