hmm, not sure if these are all crossbrowser, but here's the list (retrieved
using Oversight .. great tool :)


boolean         textDecorationBlink(false)
boolean         textDecorationLineThrough(false)
boolean         textDecorationNone(false)
boolean         textDecorationOverline(false)
boolean         textDecorationUnderline(false)
number          posBottom(0)
number          posHeight(100)
number          posLeft(100)
number          posRight(0)
number          posTop(100)
number          posWidth(100)
number          zIndex(0)
string          accelerator(false)
string          background()
string          backgroundAttachment()
string          backgroundColor(#c0c0c0)
string          backgroundImage()
string          backgroundPosition()
string          backgroundPositionX()
string          backgroundPositionY()
string          backgroundRepeat()
string          behavior()
string          border()
string          borderBottom()
string          borderBottomColor()
string          borderBottomStyle()
string          borderBottomWidth()
string          borderCollapse()
string          borderColor()
string          borderLeft()
string          borderLeftColor()
string          borderLeftStyle()
string          borderLeftWidth()
string          borderRight()
string          borderRightColor()
string          borderRightStyle()
string          borderRightWidth()
string          borderStyle()
string          borderTop()
string          borderTopColor()
string          borderTopStyle()
string          borderTopWidth()
string          borderWidth()
string          bottom()
string          clear()
string          clip(rect(0px 100px 100px 0px))
string          color()
string          cssText(BACKGROUND-COLOR: #c0c0c0; CLIP: rect(0px 100px 100px 0px);
HEIGHT: 100px; LEFT: 100px; POSITION: absolute; TOP: 100px; VISIBILITY:
inherit; WIDTH: 100px)
string          cursor()
string          direction()
string          display()
string          filter()
string          font()
string          fontFamily()
string          fontSize()
string          fontStyle()
string          fontVariant()
string          fontWeight()
string          height(100px)
string          imeMode()
string          layoutGrid()
string          layoutGridChar()
string          layoutGridLine()
string          layoutGridMode()
string          layoutGridType()
string          left(100px)
string          letterSpacing()
string          lineBreak()
string          lineHeight()
string          listStyle()
string          listStyleImage()
string          listStylePosition()
string          listStyleType()
string          margin()
string          marginBottom()
string          marginLeft()
string          marginRight()
string          marginTop()
string          overflow()
string          overflowX()
string          overflowY()
string          padding()
string          paddingBottom()
string          paddingLeft()
string          paddingRight()
string          paddingTop()
string          pageBreakAfter()
string          pageBreakBefore()
string          position(absolute)
string          right()
string          rubyAlign()
string          rubyOverhang()
string          rubyPosition()
string          styleFloat()
string          tableLayout()
string          textAlign()
string          textAutospace()
string          textDecoration()
string          textIndent()
string          textJustify()
string          textJustifyTrim()
string          textKashida()
string          textTransform()
string          top(100px)
string          unicodeBidi()
string          verticalAlign()
string          visibility(inherit)
string          whiteSpace()
string          width(100px)
string          wordBreak()
string          wordSpacing()

Not sure how they all work, but you should be able to figure it out.


Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Greg Bumpus
> Verzonden: zaterdag 10 februari 2001 3:49
> Aan: [EMAIL PROTECTED]
> Onderwerp: RE: [Dynapi-Help] can we add style to a DynLayer?
>
>
> > Pascal wrote:
> > myLayer.css.mycssproperty=myvalue
>
> OK, I'm slow. It's been that kind of day.
>
> what does the exact css setting syntax look like?
> this doesn't work:
>
> [ . . .]
>             DynAPI.document.addChild(topblue);
>
>     topblue.setHTML('<p class="homer">doh!</p>') ;
>     topblue.css.font-family('serif') ;
> [. . .]
>
> neither does using =serif OR (serif) OR font OR fontfamily ... what is the
> right method?
>
> && once I get the syntax straight, can I then use any valid css property
> (padding, margin-top, etc.)?
>
> assistance and general moral support much appreciated.
>
> Greg
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Pascal
> Bestebroer
> Sent: Friday, February 09, 2001 10:56 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Dynapi-Help] can we add style to a DynLayer?
>
>
> you can only access the .css properties after adding the layer to a parent
> object.
>
>
> Pascal Bestebroer
> [EMAIL PROTECTED]
> http://www.dynamic-core.net
>
> > -----Oorspronkelijk bericht-----
> > Van: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]Namens Lluis Casany
> > Verzonden: vrijdag 9 februari 2001 18:40
> > Aan: '[EMAIL PROTECTED]'
> > Onderwerp: RE: [Dynapi-Help] can we add style to a DynLayer?
> >
> >
> > error: 'myLayer.css' is not an object.
> >
> > should I to include any lib special lib?
> >
> > thanks in advance.
> >
> > -----Mensaje original-----
> > De: Pascal Bestebroer [mailto:[EMAIL PROTECTED]]
> > Enviado el: viernes, 09 de febrero de 2001 18:26
> > Para: [EMAIL PROTECTED]
> > Asunto: RE: [Dynapi-Help] can we add style to a DynLayer?
> >
> >
> > you can set style properties using the css property of the DynLayer
> >
> > myLayer.css.mycssproperty=myvalue
> >
> >
> > Pascal Bestebroer
> > [EMAIL PROTECTED]
> > http://www.dynamic-core.net
> >
> > > -----Oorspronkelijk bericht-----
> > > Van: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]Namens Lluis Casany
> > > Verzonden: vrijdag 9 februari 2001 18:17
> > > Aan: '[EMAIL PROTECTED]'
> > > Onderwerp: [Dynapi-Help] can we add style to a DynLayer?
> > >
> > >
> > >
> > > Is there any method or system to add style in a Layer?
> > >
> > > something like that:
> > >
> > > myLayer.addStyle('font-family:verdana; font-size: 9pt');
> > > myLayer.setHTML('hi there!');
> > >
> > > thanks in advance.
> > >
> > > _______________________________________________
> > > Dynapi-Help mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> > >
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> >
>
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to