17
Jan
Posted by dkl in Coding. Tagged: CSS. Leave a Comment
Tabs in navigation list.
It’s been at least two years since I started self-hosting this blog, but I finally cleaned up the CSS so the navigation list works the way it was envisioned: links are supposed to be tabs off the search bar instead of disconnected buttons.
Below is a brief account of previous navigation lists, for [...]
Continue reading »
6
Dec
Posted by dkl in Coding. Tagged: ASP.Net, CSS. 2 Comments
I came across two issues with Microsoft applications while trying to eliminating vertical cell borders in HTML tables using CSS.
GridView and border-collapse
ASP.Net 2.0’s GridView always emits something like the following:
<table style="border-collapse:collapse;" >
Turns out GridView is hardcoded to emit the style attribute and there is no way to override the behavior in layout [reference, reference].
There is [...]
Continue reading »
19
Oct
Posted by dkl in Internet, The Web. Tagged: avatar, CSS, Gravatar, PHP, Wordpress. Leave a Comment
Yesterday Automattic, the company behind WordPress the software and WordPress.com the free blog platform, acquired Gravatar and decided to give away premium services for free. Frankly, I had not heard of Gravatar before reading about the acquisition, but the word ‘free’ got my attention and I went ahead and created an account at the site.
Basically [...]
Continue reading »