Hi Dave,

should be about the way iui framwork treats its three basic "cards"
abstractions (forms with dialog class, ul, div with panel class).
Iui is not so nice when you try to nest these elements..

Anyway to fast fix your problem i think you should simply add

selected="true"

to your form block (instead of the ul block).. pretty sure you will
loose the style for the inner list..

hope this help!
nic


On Aug 28, 9:40 pm, Dave <[EMAIL PROTECTED]> wrote:
> I'm having a problem with the iUI samples and the form tag.
>
> If you take the iUI sample file "samples/music.html" and wrap opening
> and closing form tags around the HTML the page doesn't load anymore.
> (Using IE, FireFox or Safari on a Windows XP)
>
> Like starting with the Music list near the top, wrap the form around
> the tags like this:
>
> <form action="music.html">
>     <ul id="home" title="Music" selected="true">
>         <li><a href="#artists">Artists</a></li>
>         <li><a href="#settings">Settings</a></li>
>         <li><a href="stats.php">Stats</a></li>
>         <li><a href="http://code.google.com/p/iui/";
> target="_self">About</a></li>
>         <li>Nothing</li>
>     </ul>
> </form>
>
> For some reason that totally kills the whole page and the UI doesn't
> load.
>
> Take out the form tags and all is well again.
>
> Any ideas?

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