I have seen a lot of mods that show screenshots using the new vBulletin 4.0 skins. What I dont understand is why on all of them they show rounded corners (under header, rows with forum titles etc) - When I installed my 4.0.2 everything is squared off. Is this a Mod or a setting in VB? I would prefer the rounded corners.
The corners show up rounded on ff because they have used -moz-border-radius which is not supported in IE. Whereas to make the corners rounded in IE you must use custom extra coding+images.