Archive for css
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 [...]
I am having some fun (not!) in finalising some clean elegant css examples for my tab menu widget. I’m fussy – I want minimal markup, minimal css, no hacks & future proof code, as well as demonstrating or allowing a variety of styles.
Some difficulties so far:
list item (ol/ul li) white space
Yes it is there [...]
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% [...]
The need: make a set of nested div’s clickable, like one big image
The Auto CSS Layout generator has preview pages. In these we wanted the real html templates and the real tableless CSS required for each particular layout to be used, rather than screen dumps. this seemed like a more ethical approach and [...]