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
Printable View
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
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!
Cool, i will have to see what i can do with that.
thanks