Tag Archives: css

CSS for real html tables

There are occasions when an HTML table is appropriate. One then wants the data to be presented well. Following are some websites presenting a variety of table styles. Note that a css style may require special css tags in the html. You should check that your application or html has [...]

Why horizontal scrollbar?

You think your html and css looking good and then you notice - a horizontal scrollbar when the site should not need to scroll!
Reasons for a scrollbar
They all come down to the same thing - the browser thinks it needs a bit more space…… Some situations that may trigger this perception or actual need:

100% [...]