Click here to Skip to main content
15,897,371 members
Home / Discussions / Web Development
   

Web Development

 
QuestionTwitter Bootstrap Popover with IE9 (Visual Studio 2005) - HELP! Pin
Member 778255921-Nov-12 0:36
Member 778255921-Nov-12 0:36 
Hi
i have an issue with the twitter bootstrap popover.
I am using Asp.net visual studio 2005.
I have downloaded and installed the most recent package (twitter-bootstrap-v2.2.0-2-g3b3dd3a)
I made a simple html page:
HTML
<!DOCTYPE html> 
<html lang="en"> 
<head> 
<meta charset="utf-8"> 
<title>Twitter Bootstrap Popover with placement option Example</title> 
<meta name="description" content="Creating Modal Window with Twitter Bootstrap">
<link href="twitter-bootstrap/docs/assets/css/bootstrap.css" rel="stylesheet"> 
<style>
a {
margin-left : 400px;
}
</style>
</head>
<body>
<div class="container">
<h2>Example of creating Popover with Twitter Bootstrap with placement option</h2>
<div class="well">
<a href="#" id="example" class="btn btn-success" rel="popover" data-content="It's so simple to create a tooltip for my website!" data-original-title="Twitter Bootstrap Popover">hover for popover</a>
</div>
<div class="well">
<a href="#" id="example_left" class="btn btn-success" rel="popover" data-content="It's so simple to create a tooltop for my website!" data-original-title="Twitter Bootstrap Popover">hover for popover</a>
</div>
<div class="well">
<a href="#" id="example_top" class="btn btn-success" rel="popover" data-content="It's so simple to create a tooltop for my website!" data-original-title="Twitter Bootstrap Popover">hover for popover</a>
</div>
<div class="well">
<a href="#" id="example_bottom" class="btn btn-success" rel="popover" data-content="It's so simple to create a tooltop for my website!" data-original-title="Twitter Bootstrap Popover">hover for popover</a>
</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="twitter-bootstrap/js/bootstrap-tooltip.js"></script>
<script type="text/javascript" src="twitter-bootstrap/js/bootstrap-popover.js"></script>
<script type="text/javascript">
$(function ()
{ $("#example").popover();
$("#example_left").popover({placement:'left'});
$("#example_top").popover({placement:'top'});
$("#example_bottom").popover({placement:'bottom'});
});
</script>
</body>
</html>


The problem is that, using IE 9, the buttons aren't formatted properly, while in Chrome they appear just fine

Here how they are displayed in IE9:
IE9

Here in Chrome:
Chrome

Any suggestions or help would be way cool!

Thanks,

Mary
AnswerRe: Twitter Bootstrap Popover with IE9 (Visual Studio 2005) - HELP! Pin
Zaf Khan27-Nov-12 22:05
Zaf Khan27-Nov-12 22:05 
QuestionWebService with desktop application ( C#.NET) Pin
Member 1051082218-Nov-12 6:36
professionalMember 1051082218-Nov-12 6:36 
AnswerRe: WebService with desktop application ( C#.NET) Pin
n.podbielski18-Nov-12 20:18
n.podbielski18-Nov-12 20:18 
QuestionLoading web site within another website Pin
weinerschizel13-Nov-12 14:03
weinerschizel13-Nov-12 14:03 
AnswerRe: Loading web site within another website Pin
n.podbielski13-Nov-12 21:46
n.podbielski13-Nov-12 21:46 
GeneralRe: Loading web site within another website Pin
weinerschizel14-Nov-12 11:54
weinerschizel14-Nov-12 11:54 
GeneralRe: Loading web site within another website Pin
n.podbielski14-Nov-12 12:08
n.podbielski14-Nov-12 12:08 
GeneralRe: Loading web site within another website Pin
weinerschizel14-Nov-12 12:25
weinerschizel14-Nov-12 12:25 
GeneralRe: Loading web site within another website Pin
n.podbielski14-Nov-12 12:38
n.podbielski14-Nov-12 12:38 
AnswerRe: Loading web site within another website Pin
Richard Deeming14-Nov-12 2:04
mveRichard Deeming14-Nov-12 2:04 
GeneralRe: Loading web site within another website Pin
weinerschizel14-Nov-12 7:33
weinerschizel14-Nov-12 7:33 
GeneralRe: Loading web site within another website Pin
Richard Deeming14-Nov-12 7:42
mveRichard Deeming14-Nov-12 7:42 
AnswerRe: Loading web site within another website Pin
Zamshed Farhan15-Jan-13 4:27
Zamshed Farhan15-Jan-13 4:27 
Questionfunction like evernote web clipper Pin
crayben12-Nov-12 22:35
crayben12-Nov-12 22:35 
AnswerRe: function like evernote web clipper Pin
Richard MacCutchan12-Nov-12 23:10
mveRichard MacCutchan12-Nov-12 23:10 
GeneralRe: function like evernote web clipper Pin
crayben12-Nov-12 23:22
crayben12-Nov-12 23:22 
GeneralRe: function like evernote web clipper Pin
Richard MacCutchan12-Nov-12 23:42
mveRichard MacCutchan12-Nov-12 23:42 
GeneralRe: function like evernote web clipper Pin
crayben13-Nov-12 0:55
crayben13-Nov-12 0:55 
GeneralRe: function like evernote web clipper Pin
Richard MacCutchan13-Nov-12 1:06
mveRichard MacCutchan13-Nov-12 1:06 
GeneralRe: function like evernote web clipper Pin
crayben13-Nov-12 1:14
crayben13-Nov-12 1:14 
GeneralRe: function like evernote web clipper Pin
Richard MacCutchan13-Nov-12 1:16
mveRichard MacCutchan13-Nov-12 1:16 
QuestionPass the executive result of Java Web Start to the launch Web page Pin
zwgdft8-Nov-12 19:26
zwgdft8-Nov-12 19:26 
QuestionStarting unit testing with MVC Pin
jchalfant8-Nov-12 7:24
jchalfant8-Nov-12 7:24 
Generalcall and start orchestration shape using file adapter in biztalk server 2010? Pin
sangeetha m5-Nov-12 20:17
sangeetha m5-Nov-12 20:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.