Well, i think you can start with <ul id="history" title="Recent History" class="history">
<li><div>
<p>
<span class="bold">Vimal Jain</span>
<span class="bold price_neg">-$50 USD</span>
</p>
<p>
<span class="info">Completed</span>
<span class="info right">08/09/2009</span>
</p>
</div></li>
</ul>
with in CSS
.bold { font-weight:bold }
body > *.history {
put a grey border of 1px with a radius
}
body > *.history > li {
put a border-top of one pixel with the same grey
}
body > *.history > li > *.right {
float and text align at right
}
body > *.history > li > *.price_neg {
color for negative value
}
body > *.history > li > *.info {
smaller size + grey color
}
That should help.
No to say, if you need the whole code done, a freelancer would do that for a
dozens of bucks
Remi
Le 1 déc. 2009 à 04:26, Michael Issa a écrit :
> do you mind just giving me an idea how to do this.
>
> regards
> mike
>
> On 01/12/2009, at 5:27 AM, Remi Grumeau <[email protected]> wrote:
>
>> Since it's a native app, there is no CSS used :)
>> To do this, you'll have to code specific CSS classes
>>
>> Remi
>>
>> Le 30 nov. 2009 à 19:00, Mike Issa a écrit :
>>
>>> thanks for your help.
>>>
>>> can someone please help me discover the css used in the table
>>> attached...
>>>
>>> regards
>>> mike
>>>
>>> --
>>>
>>> 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
>>> .
>>>
>>>
>>> <iPhone021009 022.PNG>
>>
>>
>> Remi Grumeau
>> (+33) 663 687 206
>> http://www.remi-grumeau.com
>>
>
> --
>
> 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.
>
>
Remi Grumeau
(+33) 663 687 206
http://www.remi-grumeau.com
smime.p7s
Description: S/MIME cryptographic signature
