Not really zope specific, but I hope nobody minds me asking. How do you implement flat-looking input boxes? Does somebody knows this? Thanks in advance, Tom.
CSS ----- Original Message ----- From: "Tom Deprez" <tom.deprez@uz.kuleuven.ac.be> To: <zope@zope.org> Sent: Wednesday, January 17, 2001 4:15 PM Subject: [Zope] Flat-style
Not really zope specific, but I hope nobody minds me asking.
How do you implement flat-looking input boxes? Does somebody knows this?
Thanks in advance, Tom.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Ok, I know that it is CSS, but I don't know how they use CSS to get this effect.
CSS
----- Original Message ----- From: "Tom Deprez" <tom.deprez@uz.kuleuven.ac.be> To: <zope@zope.org> Sent: Wednesday, January 17, 2001 4:15 PM Subject: [Zope] Flat-style
Not really zope specific, but I hope nobody minds me asking.
How do you implement flat-looking input boxes? Does somebody knows this?
Thanks in advance, Tom.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Is CSS what you're looking for? This works fine in Internet Explorer and looks flat to me: <input name="hej:string" style="border-style: none; background-color: white;"> ----- Original Message ----- From: "Tom Deprez" <tom.deprez@uz.kuleuven.ac.be> To: <zope@zope.org> Sent: Wednesday, January 17, 2001 4:15 PM Subject: [Zope] Flat-style
Not really zope specific, but I hope nobody minds me asking.
How do you implement flat-looking input boxes? Does somebody knows this?
Thanks in advance, Tom.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Is CSS what you're looking for? This works fine in Internet Explorer and looks flat to me: <input name="hej:string" style="border-style: none; background-color: white;"> ----- Original Message ----- From: "Tom Deprez" <tom.deprez@uz.kuleuven.ac.be> To: <zope@zope.org> Sent: Wednesday, January 17, 2001 4:15 PM Subject: [Zope] Flat-style
Not really zope specific, but I hope nobody minds me asking.
How do you implement flat-looking input boxes? Does somebody knows this?
Thanks in advance, Tom.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Is CSS what you're looking for? This works fine in Internet Explorer and looks flat to me: <input name="hej:string" style="border-style: none; background-color: white;"> ----- Original Message ----- From: "Tom Deprez" <tom.deprez@uz.kuleuven.ac.be> To: <zope@zope.org> Sent: Wednesday, January 17, 2001 4:15 PM Subject: [Zope] Flat-style
Not really zope specific, but I hope nobody minds me asking.
How do you implement flat-looking input boxes? Does somebody knows this?
Thanks in advance, Tom.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
in your css : input {border : 1px solid #000000} Netscape4 will cringe, of course, as it usually does from css good luck :-) -- Geir Bækholt web-developer/designer geirh@funcom.com http://www.funcom.com on Wednesday, January 17, 2001 Tom Deprez wrote : TD> Not really zope specific, but I hope nobody minds me asking. TD> How do you implement flat-looking input boxes? Does somebody knows this? TD> Thanks in advance, TD> Tom. TD> _______________________________________________ TD> Zope maillist - Zope@zope.org TD> http://lists.zope.org/mailman/listinfo/zope TD> ** No cross posts or HTML encoding! ** TD> (Related lists - TD> http://lists.zope.org/mailman/listinfo/zope-announce TD> http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Geir B�kholt -
peter bengtson -
Phil Harris -
Tom Deprez