Pocket PC Networking >> Pocket Internet Explorer (2003) + CSS Support

by U3BhcnF6IChOWik » Wed, 02 Feb 2005 08:59:04 GMT

Does anyone know where I can find a list of CSS attributes that Pocket
Internet Explorer supports?

I'm trying to mangle size/colour of buttons and set text to blink etc, but
none of the CSS I know seems to be supported (or is invalid).

Can anyone point me in the right direction?

Thanks!


Pocket PC Networking >> Pocket Internet Explorer (2003) + CSS Support

by Andy Dadi » Thu, 03 Feb 2005 01:14:59 GMT


This documentation, unfortunately, doesn't exist. It should become
available in the next 6 months. In the meantime, here's some info that
might help.

No CSS support before Pocket PC 2002. From then on, the browser has CSS
level 2 support with the following exceptions:
Absolute and relative positioning is not supported, so no position, top,
left, z-order, etc. properties.
The line-height property is not supported.
The white-space property is only partially supported.
The clip and overflow properties aren't supported.

The ability to customize buttons, text boxes and other form controls is
limited. At the minimum, you should be able to set the font, but not
necessarily the text or background colors on some controls. This improved a
little in PPC2003.
Blink is evil. Don't ever use it. Thankfully, you cannot on PPC.

Also note that the CSS parser in Pocket IE is more standards compliant than
IE on the desktop, therefore, it is less forgiving. Run your stuff through
the w3c CSS validator http://jigsaw.w3.org/css-validator/ to make sure
you're not to blame for something not working :-)








Pocket PC Networking >> Pocket Internet Explorer (2003) + CSS Support

by Steve Meredith [MS] » Wed, 09 Feb 2005 07:31:26 GMT

Until then, this might help:
http://blogs.msdn.com/windowsmobile/articles/213771.aspx

-Steve [MS]
--
This posting is provided "AS IS" with no warranties, and confers no rights.










Pocket Internet Explorer (2003) + CSS Support

by U3BhcnF6IChOWik » Mon, 28 Feb 2005 12:39:02 GMT









Awh, what's wrong with blink? I mean it may cause strange things to happen
under windows while the screen refreshes (artifacts etc), but sometimes it's
necessary to alert the user to the most important item in a list (an alarm
queue in my case).

I'm also working with the Treo 600, and the "blazer" browser - which does
support blink, and works quite well in my application.


Thanks for the link, I'll make good use of it.





Pocket Internet Explorer (2003) + CSS Support

by U3BhcnF6IChOWik » Mon, 28 Feb 2005 12:43:03 GMT

Half a day of searching on the net trying to find a list of supported CSS
attributes and you deliver this link on a silver platter *sigh*

This document has been exactly what I've been looking for, thanks!!!









Similar Threads

1. Pocket IE (PPC 2003) CSS support

Dear all,

I heard that the new pIE (2003) supports CSS, is this true?

If so, does anyone knows where i can find out what CSS features this
new pIE supports?

Thanks.

Best Regards,
Chris

2. Pocket IE (PPC 2003) css support (absolute positioning?) - Pocketpc Developer

3. Pocket IE 2003 css support

I have another css support question:

Does PIE 2003 support the visibility style from the 4.0 level MS IE?  I'm
refering to when the visibility style used to close up the area when set to
hidden.  I know that functionality has moved to the display style in later
MS IE releases.

Specifically, can I hide and show content and will the area contract and
expand automatically?


4. Pocket PC Internet Explorers HTML and CSS support - Pocketpc Developer

5. CSS and Pocket PC 2003 Internet Explorer

Can anybody help me find what support IE gives for CSS in my Orange SPV 
M1000 pda ? I'm building a webstite that needs to be pda accessable but it 
appears that IE recognises both media types of Screen and Handheld. I'd also 
like to know if there are any other browsers that give "best" css support 
that will actually install on pocket pc 2003 ?

thanks in advance

Steve 


6. css width and height on pocket IE - pocket pc 2003 - Pocketpc Developer

7. CSS Width of Form Components on Pocket Internet Explorer

I am finding that PIE on Windows Mobile 2003 has limited support for
CSS.  Is there any way where that I can have a <select> statement
comprise the width of the screen on my PocketPC (either 240 or 480
pixels wide)?

I can currently only get my form components as wide as ~60% of the
screen, either selects or textareas, with this code stand-alone or
wrapped in a <div>:

<select style="width: 100%; font-family: courier; font-size: 9px;"
name="recordChoice" size="10" multiple="multiple">
  <option style="width:100%"
value="98778">123456789_123456789_123456789_123456789_</option>
</select>

Does anyone know of a work-around?  Thanks.

8. Pocket Internet Explorer Cach Settings on Pocket PC 2003 - Pocketpc Developer