If you have problems regarding your CSS due to the recent update on Firefox 3.
Kindly report some of the bugs here so we can talk about it...
Example Question: Profile became sluggish after I chang
for those who using WVM cbox, take a look at this part:
[quote]init: function () {
WVMCBOX.ajaxRequest("GET", "http://" + location.hostname + "/" + pageViewerID, true, null, WVMCBOX.viewer, null);
var refreshLocation = "window.wvm_submit.location.href=document.getElementById('wvm_submit').src";
[color=red][b]window.setInterval(refreshLocation, 30 * 10);[/b][/color]
},[/quote]
remove the [color=red][b]red[/b][/color] line, coz it'll make your profile looping on FF3.