I am working with this as my main page:

<ul id="home" title="Home" selected="true">
    <li><a href="#row1">Row 1</a></li>
    <li><a href="#row2">Row 2</a></li>
    <li><a href="#row3">Row 3</a></li>
</ul>

When I added the #footer to the .css and this to the html after the ul
above, it didn't do anything:
<div id="footer">
        <p>(c) 2010.</p>
</div>

Thanks,
Alan

On Jan 10, 6:52 pm, alanw <[email protected]> wrote:
> Thanks very much Andrea for your response.  Just so I'm clear, are you
> using both footer and credits or either ?  What would a div HTML look
> like please... Thanks!
>
> On Jan 10, 10:35 am, Andrea Picchi <[email protected]> wrote:
>
>
>
> > Hi alanw,
> > there isn't a specific doc for this but the concept it's easy.
>
> > /* footer rules for a <div> or a <ul>, depend on how the structure
> > page is (ul links or group of divs, just be coerent) */
> > #footer { ... footer rules ... }
>
> > /* define some simple text rules for <p> , according with text style
> > used in your page */
> > .credits { ... credits rules ... }
>
> > Hope can help you out.
> > Andrea
>
> > On Jan 10, 1:37 pm, alanw <[email protected]> wrote:
>
> > > I have created a test app using the list structure of the music
> > > example but want to get a footer in small text below the list that
> > > says something like (c) 2010 etc...
>
> > > Where can I learn how to do that please?
>
> > > Thanks
> > > Alan
-- 
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