Hi Perry.
Turns out i'm trying to read style properties through the DOM and this is a no-
go. The DOM isn't aware of the styles that have been applied, but I think I
have a solution thanks to another response from either here or the Babble list.
Thanks for the suggestion.
Still lots of coding to do!
.b
Quoting "Gerenday, Perry (P.)" <[EMAIL PROTECTED]>:
>
> Ben Joyce wrote:
> > I use the following to increase the font size of the next DIV in a
> > sequence:
> >
> > var objNextDiv = eval('document.all.div'+intNextID);
> > objNextDiv.style.fontSize = parseInt(objNextDiv.style.fontSize) + 1;
> >
> > The DIV has been assigned a CSS class as follows:
> >
> > .clsDivItem {
> > font-size:11px;
> > font-family:Verdana,Arial;}
>
> Hey Ben!
> Just a thought. Are you calling your JS before you call your CSS in the
> <head>?
> May be a simplistic question but sometimes the simple things baffle us
> with their simplicity -- if you know what I mean.
>
> Perry Gerenday
>
> ____ � The WDVL Discussion List from WDVL.COM � ____
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
> ________________ http://www.wdvl.com _______________________
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]