PDA

Click to See Complete Forum and Search --> : Intel.com


sail3005
May 19th, 2001, 04:46 PM
I just went to the INTEL website for the first time in a long time. How do they got the menus of the left to be semi transparent? Is there an easy way to use some sort of alpha filter on a layer?

http://www.intel.com

--thanks

anoop007
May 19th, 2001, 08:27 PM
found this on the sites source..

function menuTrans(mId, grade) {
if (ie4 && !ie4mac) {
eval('document.all.' + mId + '.style.filter="alpha(opacity=' + grade + ')"');
}
}

cool effect though!

sail3005
May 19th, 2001, 10:44 PM
Cool, i will have to see what i can do with that.

thanks