Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-27-2012, 03:29 PM   PM User | #1
bm1125
New Coder

 
Join Date: Dec 2012
Posts: 18
Thanks: 13
Thanked 0 Times in 0 Posts
bm1125 is an unknown quantity at this point
text field is not working?

hey peeps,

I'm new with all css 3.0 and just trying to figure out how to use it.

I have a problem with a text field. the text fields works perfect if running on web browse, but if I try it on my mobile (tried blackberry & iphone) it doesn't seems to be working.

This is the code:
Code:
	
.field { font-family:Trebuchet MS; Font-size:28px;width:120px;height:30px;padding-bottom:10px; }
.button { font-size:22px;border:1px solid;height:46px;background-color:#0066cc;color:#fff;margin-bottom:15px; }
button:
Code:
<input type="text" class="field"/>
any ideas?

Thanks!
bm1125 is offline   Reply With Quote
Old 12-28-2012, 08:32 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
I try it on my mobile (tried blackberry & iphone) it doesn't seems to be working.
What is "not working"?
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 12-28-2012, 10:05 AM   PM User | #3
bm1125
New Coder

 
Join Date: Dec 2012
Posts: 18
Thanks: 13
Thanked 0 Times in 0 Posts
bm1125 is an unknown quantity at this point
meaning I can see the text field but can not type anything. like it's disabled.
bm1125 is offline   Reply With Quote
Old 12-28-2012, 12:16 PM   PM User | #4
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
May be something getting overlayed on it when you view on those devices. Can we have a link to your page?
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 12-28-2012, 01:09 PM   PM User | #5
bm1125
New Coder

 
Join Date: Dec 2012
Posts: 18
Thanks: 13
Thanked 0 Times in 0 Posts
bm1125 is an unknown quantity at this point
hey abduraooft

actualy i found it is not working on web broswers too..

here's link.
bm1125 is offline   Reply With Quote
Old 12-28-2012, 02:28 PM   PM User | #6
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Remove position:absolute from #job_search and also padding-top: from #main
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
bm1125 (12-28-2012)
Old 12-28-2012, 02:37 PM   PM User | #7
bm1125
New Coder

 
Join Date: Dec 2012
Posts: 18
Thanks: 13
Thanked 0 Times in 0 Posts
bm1125 is an unknown quantity at this point
awesome... thanks!!

another question if you don't mind at the bottom of the page , the articles section, i tried to remove the links underline and change background color using a:hover but without any success. mind take a look?

#article_button { margin:0 auto;background-color:#eeeeee;padding:5px 15px 15px;margin-top:4px;text-decoration:none; }
#article_button a:hover { background-color: #ffffff;margin:0 auto;}
#article_button a:visited {font-size: 100%;display: block;color: #FFFFFF;text-decoration: none;}
bm1125 is offline   Reply With Quote
Old 12-29-2012, 09:17 AM   PM User | #8
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Code:
<a href=""><p id="article_button">
		..........
		</p></a>
You have got some errors in your markup, as you can't nest a block level element like <p> inside an inline element like <a>. You'd need to reverse that nesting and try again.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
bm1125 (12-29-2012)
Old 12-29-2012, 11:00 AM   PM User | #9
bm1125
New Coder

 
Join Date: Dec 2012
Posts: 18
Thanks: 13
Thanked 0 Times in 0 Posts
bm1125 is an unknown quantity at this point
aight.. thakns much !!
bm1125 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:28 AM.


Advertisement
Log in to turn off these ads.