- If you want to use a fixed-width header graphic, it's nearly impossible to make a theme which is "free-form" fluid width, that is, scales to any resolution. You have to center the content within the browser for the theme to work well.
- If you want to use a fluid-width, free-form theme, you need to design a header logo that merges with a background colour or pattern at one end so that header can stretch to any resolution without appearing odd or broken.
- If you mix percentage widths with pixel widths in the style sheets of a single design, you can expect some strange results. For example a hundred percent width specifies just 100% of the current visible browser width, completely ignoring the regions covered by horizontal scrollbars (at least in Firefox). This can lead to strange results at resolutions lower than that which the website was designed for. For example, the 100% regions get cut off at the visible region while the fixed width regions can go into the scrolling region. This typically happens with a fixed width sidebar mixed with a fluid width content area
- The CSS attributes
max-width,min-widthetc. are of very little use in fixing such issues caused by mixing of fixed pixel widths and fluid percentage widths as the problem will either occur at a higher resolution or at a lower resolution.
Website design notes
Filed under: Software and Technology by HariPosted at 09:00:25 IST (last updated: 28 Aug 2008 @ 09:00:25 IST)
Just some observations on web design based on my experience with my company's website.
6 comment(s)
Leave a comment »Comment by Shrinidhi (visitor) on 28 Aug 2008 @ 17:18:53 IST #
Comment by hari (blog owner) on 28 Aug 2008 @ 22:16:16 IST #
Comment by RT Cunningham (visitor) on 8 Sep 2008 @ 22:14:28 IST #
Comment by hari (blog owner) on 8 Sep 2008 @ 22:26:53 IST #
Comment by MrCorey (visitor) on 9 Sep 2008 @ 04:29:24 IST #
Comment by hari (blog owner) on 9 Sep 2008 @ 08:09:38 IST #