Click here to Skip to main content
       

Web Development

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
AnswerRe: Help for the begineer?!memberS.M. Zamshed Farhan12 Jan '13 - 6:06 
QuestionThe difference between social networks and normal web sites?membersupernorb21 Nov '12 - 19:07 
AnswerRe: The difference between social networks and normal web sites?mvpRichard MacCutchan21 Nov '12 - 22:19 
GeneralRe: The difference between social networks and normal web sites?membersupernorb22 Nov '12 - 17:13 
GeneralRe: The difference between social networks and normal web sites?mvpRichard MacCutchan22 Nov '12 - 23:28 
GeneralRe: The difference between social networks and normal web sites?memberSMZF8013 Jan '13 - 22:48 
QuestionTwitter Bootstrap Popover with IE9 (Visual Studio 2005) - HELP!memberMember 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:
<!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!memberZaf Khan27 Nov '12 - 22:05 
QuestionWebService with desktop application ( C#.NET)memberMd. Humayun Rashed18 Nov '12 - 6:36 
AnswerRe: WebService with desktop application ( C#.NET)membern.podbielski18 Nov '12 - 20:18 
QuestionLoading web site within another websitememberweinerschizel13 Nov '12 - 14:03 
AnswerRe: Loading web site within another websitemembern.podbielski13 Nov '12 - 21:46 
GeneralRe: Loading web site within another websitememberweinerschizel14 Nov '12 - 11:54 
GeneralRe: Loading web site within another websitemembern.podbielski14 Nov '12 - 12:08 
GeneralRe: Loading web site within another websitememberweinerschizel14 Nov '12 - 12:25 
GeneralRe: Loading web site within another websitemembern.podbielski14 Nov '12 - 12:38 
AnswerRe: Loading web site within another website [modified]memberRichard Deeming14 Nov '12 - 2:04 
GeneralRe: Loading web site within another websitememberweinerschizel14 Nov '12 - 7:33 
GeneralRe: Loading web site within another websitememberRichard Deeming14 Nov '12 - 7:42 
AnswerRe: Loading web site within another websitememberS.M. Zamshed Farhan15 Jan '13 - 4:27 
Questionfunction like evernote web clippermembercrayben12 Nov '12 - 22:35 
AnswerRe: function like evernote web clippermvpRichard MacCutchan12 Nov '12 - 23:10 
GeneralRe: function like evernote web clippermembercrayben12 Nov '12 - 23:22 
GeneralRe: function like evernote web clippermvpRichard MacCutchan12 Nov '12 - 23:42 
GeneralRe: function like evernote web clippermembercrayben13 Nov '12 - 0:55 

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


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 22 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid