11-25-2008 05:41 PM
I'm new to BlackBerry browser development - is it possible to use the CSS "float" property for a div? The documentation seems to suggest so, but I can't seem to make a simple example work:
<html>
<head>
<title>Title</title>
<link rel="stylesheet" type="text/css" media="handheld" href="handheld.css"/>
</head>
<body>
<div class="header">
<div class="right">Right</div>
Left
</div>
</body>
</html>
Here's the CSS:
header {border: green dashed 2px;}
.right {float: right; width: 100px;}
.center {width: 100px;}
Any ideas?
12-05-2008 11:58 PM
02-05-2009 09:39 AM
Hi,
Did you ever manage to solve this problem? Im facing the same issue, tested on Blackberries such as 8300
Thanks