Category Archives: CSS

CakePHP: Checkbox And Radio Button Problem On Firefox

If you are using CakePHP latest version 1.3, you might have noticed these issues that checkbox doesn’t show up on latest Firefox 3.6 and both radio button and checkbox return empty value on form submit. If these weird things happened … Continue reading

Posted in CakePHP, CSS, Firefox, PHP | Tagged , | Leave a comment

Quick CSS Hack for IE 7/8

As a developer you know how painful this IE shit is. If you are required to change a large amount of css classes just for IE 7/8 then it’s better to create a file with ie7.css or ie8.css and include … Continue reading

Posted in CSS, General, IE | 3 Comments