Log in

View Full Version : Developing web application- trouble spot !!!


anitha
04-06-2004, 02:48 PM
Hi!

I am new to the forum and Sorry if this is the wrong place to post this.

I am developing a web application for HP iPAQ 4155 and I am using CSS.

The spec says that the PIE browser(version 4.1) is CSS compliant.

But my code does not work. The funny thing is that the background color of the page and the font size for the button inside the input tag works but the other attributes for the button does not work(which is inside the input style)

This is the code.

<style type="text/css">
<!--
body {background-color: lightblue}
input
{
height:25px;
width:125px;
font-size:11pt;
text-align:center;
background-color:black;
border-color:#efefef;
color:white;
font-family:arial, verdana, ms sans serif;
font-weight:bold;
}
-->
</style>

can anyone help me on this. Do I have to install some other software for it to work.

Anitha

omikron.sk
04-06-2004, 06:55 PM
In fact PIE is <u>mostly</u> CSS compilant (at least from my experience), but I don't think you will make input object (text-inputs, combos, ...) work. PIE doesn't like changing inputs. Most of the ussual CSS will work, but these not. Try to use NetFront or any other browser - that might work.