isaac_cm Posted December 17, 2006 Share Posted December 17, 2006 I am very board from the ordinary HTML forms elements UI it look soo bad when compared to .net aspx sites , so I search the net and ebooks to find a new UI tools and I found GTK but I am not so impressed also with this tool I searched again and found some tool using javascript for interface but I notice a bug in it: "it is working only with IE not FFox" see what I mean here (enter admin/admin for login):http://www.valdersoft.com/store/admin/login.phpso does any body have an idea , how to make a good UI in PHP sites because I hated .net and I am intended to use PHP 4 everthanks Link to comment https://forums.phpfreaks.com/topic/31008-user-interface-gui-with-phpjavascript/ Share on other sites More sharing options...
mlin Posted December 17, 2006 Share Posted December 17, 2006 form elements can be styled using css to look any way you'd like, such as:<input type='text' name='user_input' style='background-color: #cccccc; border: 1px solid black; padding: 2px; font-weight: bold;' />Is that what you mean?asp and php are both server side, and don't really have anything to do with the way your page looks Link to comment https://forums.phpfreaks.com/topic/31008-user-interface-gui-with-phpjavascript/#findComment-143080 Share on other sites More sharing options...
isaac_cm Posted December 17, 2006 Author Share Posted December 17, 2006 I mean aspx pages (.net) I am trying to find a way to make PHP forms and input look bettersomthing like this url http://www.valdersoft.com/store/admin/login.php Link to comment https://forums.phpfreaks.com/topic/31008-user-interface-gui-with-phpjavascript/#findComment-143091 Share on other sites More sharing options...
isaac_cm Posted December 17, 2006 Author Share Posted December 17, 2006 sorry I was asking this in the wrong forum Link to comment https://forums.phpfreaks.com/topic/31008-user-interface-gui-with-phpjavascript/#findComment-143108 Share on other sites More sharing options...
trq Posted December 17, 2006 Share Posted December 17, 2006 For starters, GTK is made for building desktop applications with php, it does not run in the browser. If that link is any indication of what it is you are trying to do then as has been pointed out, use CSS. Link to comment https://forums.phpfreaks.com/topic/31008-user-interface-gui-with-phpjavascript/#findComment-143148 Share on other sites More sharing options...
isaac_cm Posted December 18, 2006 Author Share Posted December 18, 2006 ok, thanks Link to comment https://forums.phpfreaks.com/topic/31008-user-interface-gui-with-phpjavascript/#findComment-143534 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.