The previous fix I provided will break all sorts of things, Back
button placement and will also let the title header overflow on top of
your buttons and back button. Follow the previous instructions but use
this in the css instead.....
.button {
margin:8px 3px;
position:static;
float:right;
}
.toolbar > h1 {
margin: 1px 0 0 -50px;
width: 75px;
}
#backButton {
position:static;
float:left;
}
adjust 6px value for button spacing and the width 95px accordingly to
make sure your title doesn't overflow on top of buttons, and the -50px
value to get title close to back button without the flowing overtop of
it.
I don't know what your page titles will be so I can't predict the
needed values. You'll have to play trial and error till you get what
you need. Don't forget to check it in portrait and landscape both.
Once again I recommend putting these links somwhere else.
Are the pages they link to related?
Perhaps put them into a <ul> that is linked to from one button.
Or if your putting multiple buttons up there to serve a different
function per page check out the TbBMod extension demo here (http://iui-
js.appspot.com/iui/ext-sandbo/TbBMod/index.html#_home). You can use
one button that way. If that meets your needs you can find it in
a .zip file here (http://code.google.com/p/iui/issues/detail?id=47)
attached to comment #3 by me.
Good luck and let us know if you need further assistance.
;-)
Vic
--
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.