Question

I'm an iPhone developer, but new to web development. I've done some basic HTML websites and made one in iWeb as well. I'm trying to branch out to mobile web development now, so I checked out Dashcode.

Anyway, I'm trying to put a Call Button, Mail Button, and Map Button in horizontal alignment. I realize that I can add a Column Layout and have two buttons in a row, but that's the most I've gotten.

Any ideas? Thanks!
Thomas

Edit: I still haven't figured this out yet. I was given advice about a fixed position button bar, but I am not sure how to implement it. I've been looking at code, but haven't gotten it yet. Still trying though. Any help is appreciated!

Was it helpful?

Solution

What i do usually is to select the element you can't align horizontally and then go to the inspector -> dimension tab and in disposition you select fixed absolute. This should work but beware because if you've the intention to change element's place dynamically you may have some surprise...

OTHER TIPS

I think you are looking for something like this.

A fixed position button bar is created with several buttons side by side.

/Mogens

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top