[css-d] :: opera mini 5.1 ::

2010-08-05 Thread David Laakso
markup
http://chelseacreekstudio.com/site/portfolio/01.php
css
around line 669
http://chelseacreekstudio.com/site/css/sisu.css

The image does not fill the width of the window in
Sanyo Mirro scp3810 for BoostMobile running Opera Mini 5.1
nor in the Opera Mini Simulator.
http://www.opera.com/mobile/demo/

What to do?

aside
It does fill the window in Mac OS X 10.4 at 600, 480, and 400.
And it fills the window in the iPhoney Simulator...
/aside

Best,
~d

-- 
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] :: opera mini 5.1 :: resolved

2010-08-05 Thread David Laakso
David Laakso wrote:
 markup
 http://chelseacreekstudio.com/site/portfolio/01.php


 Best,
 ~d

   





Resolved on the Opera Mini Simulator and Sanyo Mirro handset.

Settings: changed from low to: Image Quality High [ thanks to Duncan 
Hill -- on another list ].
This brings the image up to a full width [and too wide] scale in both 
portrait and landscape mode.

I added this to hold it within the window [was 96%]

@media handheld, screen and (max-width: 480px), screen and 
(max-device-width: 480px) {
body#p #main img {
max-width : 35% !important;
height : auto !important;
}
} /* for Opera Mini 5.1 on SanyoMirro 4 BoostMobile*/


Best,
~d


-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] :: opera mini/5.1 ::

2010-07-27 Thread David Laakso
David Laakso wrote:
 Let's play.

   




Many thanks to all who replied.

Best,
~d

PS I get the picture. Lesson learned.



-- 
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] :: opera mini/5.1 ::

2010-07-25 Thread David Laakso
Let's play.

This is a first pass [trust me, it ain't easy :-) ]:  Sanyo Mirro 
SCP3810 for BoostMobile. Software: Opera Mini/5.1.
uri
signature link
mobile css
Line 490 through 688
http://chelseacreekstudio.com/site/css/sisu.css

Opera Mini Simulator
http://www.opera.com/mobile/demo/
Fairly close to rendering of the above handset with the exception that the 
portfolio images are a consistent width in my handset...

Best,
~d


-- 
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/