Hey everyone, on my site I use iframes which work great in IE, but NS doesn't accept them, so I have to use ilayers...my question is: does the ilayer have proerties on width and height like iframe does?? This is what I used for iframes:
<iframe src="MainPage.html" height="100%" width="100%" name="right" bottomscroll="no" frameborder="0" bgcolor="">
</iframe>
see, iframes have a height and width properties, does ilayer have it also?? otherwise the content of MainPage.html and every other page that loads there will be too long... I have not failed; I merely found 100,000 different ways of not succeding...
<iframe src="MainPage.html" height="100%" width="100%" name="right" bottomscroll="no" frameborder="0" bgcolor="">
</iframe>
see, iframes have a height and width properties, does ilayer have it also?? otherwise the content of MainPage.html and every other page that loads there will be too long... I have not failed; I merely found 100,000 different ways of not succeding...