Response title
This is preview!




<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
<style type="text/css">
.detail { display: block; }
.detail .fieldname { font-weight: bold; float: left; }
</style>
<div class='detail'>
<div class='fieldname'>Name:</div><div>Mr Smith</div>
<div class='fieldname'>Phone:</div><div>xxx-xxxx</div>
</div>
</body>
</html>
It seems to be an interplay of the bold formatting and jquery mobile - if you remove either of these things, it works.
I have a workaround - you can replace font-weight: bold with font-weight: 600.
Am I doing something wrong or is this a bug?Thanks.Arty© 2012 jQuery Foundation
Sponsored by
and others.
