Forum Moderators: open
Compliments on the great help with the web pages. I'm using MSIE and the functions work really well. The pages look great.
I'm working on the cross browser code now and I want to be friendly to Netscape users too.
I went to the Netscape home page and fortunately they had a copy of their new browser available and I'm using that to test the pages.
And I'm looking for the Netscape code for div opacity. What I'm trying to do is set the initial opacity of a div to zero percent on the Netscape browser.
This one sets the initial opacity to zero on MSIE and I'm looking for the code that will do the same with Netscape.
<DIV id=Background
style="LEFT: 0px; filter:alpha(opacity=0); POSITION: absolute; TOP: 0px">
<IMG height=768 src="home page_files/image 1.jpg" width=1024 border=0>
</DIV>
Help.