Hi guys,
Just starting a Nokia project and I am getting some bizzare results when I have deployed onto a device.
I'm starting with a basic menu with 4 cells with an image and title to go with them. This renders nicely on the browser and in the Nokia simulator.
Now appropriate standard styles are applied in the form of CSS and HTML and the structure is:
<div (cell)>
<div (image)><img></img></div>
<div (text)></div>
</div>
However, when I load onto a device the text dissapeared and I was left with just the background colour of the cell and the image, once I removed the background colour I found the text was hidden below the image.
It looks somewhat like when its packaged and deployed it ignores the inline-block property and the order in which things are declared (as its appearing below the background-color of the containing div)
Can anyone offer any light as i'm aboslutely baffeled?
Thanks,
Mike B

Reply With Quote

