Not really, you can include one normally like
this:
<link rel='stylesheet' type='text/css'
href='spec.css' />
or with a document write in the beginning of
the document, or you can access some css properties directly for a layer after
creation like this:
myLayer.css.padding="4px"
although not all css attributes are available in
all browsers.
Now if you are using any of the "skin' widgets, the
line:
document.write('<script language="Javascript"
src="'+theme+'style.js"><'+'/'+'script>');
actually includes a .css file from the theme
directory, and this can give problems with conflicting names if you include a
second yourself.
Of course you can just put a little inline css in
the head as well:
<style>blah</style>
Cheers,
Richard :o [EMAIL PROTECTED]
www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2)
|
- [Dynapi-Help] (no subject) Luc THIBAULT
- RE: [Dynapi-Help] (style) Richard :o
- RE: [Dynapi-Help] (style) Darryl Cousins
- Re: [Dynapi-Help] (style) Richard Bennett
- Re: [Dynapi-Help] (style) Raymond Smith
- [Dynapi-Help] (no subject) Leon Reinders
- [Dynapi-Help] (no subject) Chris Lemon
- Re: [Dynapi-Help] (no subject) Michael Pemberton
- Re: [Dynapi-Help] (no subject) Doug Melvin
- RE: [Dynapi-Help] (no subject) Chris Lemon
- [Dynapi-Help] (no subject) Terry Valladon
- Re: [Dynapi-Help] (no subject) Michael Pemberton