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]

Reply via email to