webOS Nation Forums >  webOS apps and software >  webOS development > HELP: Formating Text Boxes (CSS)
HELP: Formating Text Boxes (CSS)

  Reply
 
LinkBack Thread Tools Display Modes
Old 11/08/2009, 11:43 PM   #1 (permalink)
Member
 
Join Date: Oct 2009
Posts: 74
Likes Received: 0
Thanks: 10
Thanked 30 Times in 20 Posts
Default HELP: Formating Text Boxes (CSS)

I want to have more control over formatting text-field widgets. The Palm developer framework says you can do this through CSS, but I don't know the CSS properties that I need to set. What I would specifically like to do is stop "palm-row-wrapper textfield-group" elements from indenting and taking on a white background when selected. An example of what I'm trying to prevent can be seen below. An example of what I would like my text-field to look like can be seen in the Currency Converter application.



This is the HTML I'm using:
Code:
<div class="palm-group unlabeled">
	<div class="palm-list">
		<div class="palm-row first">
			<div class="palm-row-wrapper textfield-group" x-mojo-focus-highlight="true">
				<div class="title">
					<div class="label" id="label1">label1</div>
					<div x-mojo-element="TextField" id="MyInput" name="MyInput1"></div>
				</div>
			</div>
		</div>	
	</div>
</div>
tjmarkham3 is offline   Reply With Quote
Old 11/12/2009, 02:20 AM   #2 (permalink)
Member
 
Join Date: Oct 2009
Posts: 74
Likes Received: 0
Thanks: 10
Thanked 30 Times in 20 Posts
Default

I hate doing this but ....Bump.
tjmarkham3 is offline   Reply With Quote
Reply

 

Tags
css, pre, textbox, webos, wrapper

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0