[css-d] Good evening!

2013-06-12 Thread mel myers
http://www.patrickimbert.com/lwcrzcpnh.php __ css-discuss [css-d@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/poli

[css-d] Etting CSS to work in HTML forms generated by Perl (2nd attempt!)

2009-04-27 Thread mel myers
hin a perl script. Many thanks Mel     ******** Mel Myers BSc(Hons) MEd AFBPsS CPsychol Chartered Psychologist Coaching in People Problems web: Skype: Mel.Myers Find out about my new book 'Managing Difficult Conversations at Work'www.ref

[css-d] Getting CSS to work in HTML forms generated by Perl

2009-04-27 Thread mel myers
...@import url…’ are ignored.   Help please! I’d be grateful if anyone can let me know how to make either the internal or (preferably) the external style sheet work from within a perl script.   Many thanks   Mel ******** Mel Myers BSc(Hons) MEd AFBPsS CPsychol

RE: [css-d] Div positioning.. strange!

2005-10-20 Thread Mel
I think you will need to float them, with maybe a restriction on the size of the div e.g. (the following works for me) div#header_LEFT{ display:inline; float: left; width: 257px; } div#header_RIGHT{ display:inline; float: right; max-width: 508px; } Kind Regards Mel