[phplib] Re: R: [phplib] Re: Templates & css style sheets From: Thomas Schneider (tomacek <email protected>)
Date: 05/18/01

you can use one of those html-generators or cms-machines , spitting out
cross-browser stuff, but
there is always a lot of rubbish inside!!
i dont know of a tool converting automatically between the two browsers, if
there is - let me know,
but i cant believe it will work fine - too many many traps...
best thing is to do it on your own - at least you know whats goin on...

ciao
thomas

At 11:57 18.05.01 +0200, you wrote:
>Sorry for the OT Thomas.
>
>I'm looking for a vademecum to create style sheets which have the same look
>on both IE and Netscape.
>Do you know of any resources on the web, or your personal knowledge, about
>this?
>
>If i have a CSS that works for IE, how do i convert it to a Netscape one?
>
>Thank you
>Stefano Baraldi
>
>
>
>> -----Messaggio originale-----
>> Da: Thomas Schneider [mailto:tomacek <email protected>]
>> Inviato: giovedi 17 maggio 2001 14.51
>> A: phplib <email protected>
>> Oggetto: [phplib] Re: Templates & css style sheets
>>
>>
>> hi,
>> soory again for interrupting, but what do you mean using a
>> seperate css file
>> linked to the page?
>>
>> what i do (and want to do) is something like:
>>
>> ::::::::::::::::::::::::::::::::::::::::::
>> <script language="JavaScript">
>> <!--
>>
>> if(document.all)
>> {
>> document.writeln('<link rel=stylesheet type="text/css"
>> href="../admin_ie.css">');
>> }else
>> document.writeln('<link rel=stylesheet type="text/css"
>> href="../admin.css">');
>>
>> //-->
>> </script>
>> <style type="text/css">
>> <!--
>> all.layer{ font-family:Arial; font-size:9pt; color:#A0A0A0; }
>> -->
>> </style>
>> </head>
>> <body>
>>
>> and hier are some templates {TEMPLATE1} and so on {TEMPLATE2} ......
>>
>>
>> ?????????
>> if you have to format every TEMPLATE itself in the brackets, Templates are
>> not that useful for what i need them!?
>>
>> thank you in advance
>>
>> thomas
>>
>>
>>
>>
>>
>> At 15:36 17.05.01 +0400, you wrote:
>> >Hello Thomas,
>> >
>> >Thursday, May 17, 2001, 3:14:04 PM, you wrote:
>> >TS> i am using the template class and it works quite fine. only
>> when using
>> >TS> css style sheets, the placeholders dont care about the style. isnt
>> there a way
>> >TS> to format the strings returned from the template class?
>> >TS> please help ...
>> >
>> >CSS styles applied on the client, so PHP can't help you at all here.
>> >Note, however, that if you define styles within the template using
>> >STYLE with curly brackets, make sure that you leave spaces between the
>> >brackets and its contents. If you don't, the Template class would
>> >treat them as placeholders, and change them to empty strings.
>> >E.g. : {color:red} is wrong, but { color:red } is acceptable.
>> >Of course, you can also use a separate css file linked to the page.
>> >
>> >
>> >
>> >--
>> >Best regards,
>> >Maxim Derkachev mailto:max.derkachev <email protected>
>> >System administrator & programmer,
>> >Symbol-Plus Publishing Ltd.
>> >phone: +7 (812) 324-53-53
>> >www.books.ru, www.symbol.ru
>> >
>> >
>> >
>> >
>>
>>
>>
>> ---------------------------------------------------------
>> ---------------------------------------------------------
>> -kulturserver.de gmbh (in gruendung)
>> -lothringerstr. 23
>> -D-52062 aachen
>>
>> t h o m a s s c h n e i d e r
>>
>> ----------------
>> tel: +49 241.33686 (buero)
>> mobil: +49 179.4548 234
>> fax: +49 241.33636
>> email: tomacek <email protected>
>>
>> 'foerderverein kunst und internet e.V.'
>> 'kulturraum raststaette'
>> 'kulturserver http://heimat.de'
>> 'kulturdatennetzwerk http://culturebase.org'
>>
>> ----------------------------------------------------------
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
>> For additional commands, e-mail: phplib-help <email protected>
>>
>>
>>
>
>
>

---------------------------------------------------------
---------------------------------------------------------
-stiftung kulturserver.de gmbh
-lothringerstr. 23
-D-52062 aachen

        t h o m a s s c h n e i d e r

----------------
   tel: +49 241.33686 (buero)
   mobil: +49 179.4548 234
   fax: +49 241.33636
   email: tomacek <email protected>

'foerderverein kunst und internet e.V.'
'kulturraum raststaette'
'kulturserver http://heimat.de'
'kulturdatennetzwerk http://culturebase.org'

----------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>