On Tuesday, September 4, 2012 1:46:26 PM UTC+5:30, aniket kulkarni wrote:
>
> When I create a text box using bootstrap css, the placeholder value is 
> visible in all browsers except IE. But in twitter site they're making it 
> visible (not java script, cause I turned off scripts and tested). And the 
> look and feel of several other tags using bootstrap css is different in IE. 
> Can anyone out there help me ? 
>
> Here is the html file which I have written.
>
> <!DOCTYPE html>   
> <html lang="en">   
> <head>   
> <meta charset="utf-8">   
> <title>Twitter Bootstrap</title>   
> <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
> </head>  
>
> <body>  
> <form class="well">  
>   <label>Label name</label>  
>   <input type="text" class="span3" placeholder="Type something">  
>   <button type="submit" class="btn">Submit</button>  
> </form>  
> </body>  
> </html>  
>


IE9 does not support placeholder to resolve this issue see this 
http://techathon.mytechlabs.com/placeholder-not-displaying-ie-bootstrap/ this 
is working for me

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to