Cascading style sheets is a good option to style ur website layouts, but it got some disadvantages too .....such as ---
#Inconsistent browser support-
different browsers act differently on CSS, it leads to lack of support for CSS
features.
#Lack of column declaration-
working on multiple columns in current CSS is very hard to imply.
#CSS lack variables-
CSS doesn't carry any kind of variables.This goes like that if someone has
to change a fundamental feature like height,width or color scheme he has
to work on "replace all" theory.
#Lack variable shapes-
it only carries rectangular shapes,for other shapes you have to refer non
semantic markup.
#Multiple backgrounds are absent-
CSS support only one background image at a time,if you desires multi-
-ple background images working on CSS you have to go for adding
redundant wrappers around document elements or dropping the visual
effect.
|