Archived:Image padding behaviour differs between Emulator and devices on Series 40 3rd Edition (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
The article is believed to be still valid for the original topic scope.
The article is believed to be still valid for the original topic scope.
Article Metadata
Compatibility
Platform(s): Series 40 3rd Edition, Series 40 3rd Edition FP1
Article
Created: User:Technical writer 1
(29 Dec 2006)
Last edited: hamishwillee
(17 Jul 2012)
Description
Create content with the Mobile Internet Toolkit and test it with the Series 40 3rd Edition SDK and the Series 40 3rd Edition, Feature Pack 1 SDK. Place two images side by side, for example:
There will be a space between the images. If you want to remove the spacing between the images by adding the img tag to the CSS file and determining the following line:
img{padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
the images will be seen without space between them in the emulator window.
However, when the CSS file is tested with the Nokia 6280 (5.92) and the Nokia 5300, there will be space between those two images. There should be no space, so the images are shown correctly in the SDK but not in real devices.


(no comments yet)