Different issues cant be avoided even in web designing. Due to conflicts between differing goals and web design methods, conflicts arise. Some of them are listed below.
Liquid vs. Fixed Layouts
Web designers do not have control over everything when designing a web site. Some of the factors that they do not have control over are browser window (the web browser used), used input devices (such as mouse, touch screen, voice command, and text) and the size and characteristics of fonts available.
However, some designers choose to control the elements appearance on screen with the use of specific width designations. This may be done with the use of HTML table-based design or CSS. Fixed width design happens when images, texts and design layouts do not change as the browser changes. Supporter of this design prefer to control the look and feel of the site as well as the placement of objects on the page. However, other designers use liquid design, as in Wikipedia. In liquid design, the design moves so that the content will flow on the whole screen or a portion of it. The supporters of this design wishes to use all the available spaces on the web.
CSS versus...