Archive for the ‘CSS’ Category

Fix: Internet Explorer 6 div height when less than 20px

Empty divs in IE6 seem to have a minimum height more or less equal
to the current line-height so if you want to have an emty div of 10px for example IE will render it as
being 20px in height.
To fix this add a html comment inside the div:
<div id=”smalldiv”> <!– –> </div>d

Leave a Comment

HowTo: Disable yellow colored inputs in firefox because of google toolbar

You might have noticed that once installed, google toolbar will automatically fill with yellow the e-mail inputs in your nicely developed website. Now this might be ruining your design and functionality when you’ve got a dark background and a light color for the inputed text ( white or yellow ).
You can easily get rid of [...]

Leave a Comment

Web Brands