Blogroll
Categories
- Android
- Angular
- Apache
- AppEngine
- AWS
- barcode
- Bash
- Bluetooth
- Caching
- Citrix
- Cloud
- Cron
- CSS
- Curl
- Database
- Deploy
- Docker
- Eclipse PDT
- Excel
- Food
- Gaming
- GIT
- Github
- Globe Tattoo
- Google AdSense
- Hosting
- Humor
- IDE
- IIS
- Internet Explorer
- Investments
- JavaScript
- KDE
- Kohana v3
- Linux
- MySQL
- Networking
- News
- NodeJS
- Outlook Express
- Page Views
- Personal Blog
- php
- PHPStorm
- PHPUnit
- PostgreSQL
- Programming
- Project
- Python
- Rails
- React
- React Native
- Recursion
- Regular Expression
- Ruby
- SEO
- Showbiz
- SimpleTest
- Site Optimization
- Slackware
- SQL
- SQL Server
- SSH
- Stock Trading
- SVN
- SwiftMailer
- TDD
- TypeScript
- Uncategorized
- Web Browser
- Web Development
- Windows
- WordPress
- WordPress Plugin
- WordPress Theme
- XFCE
- Zend Framework
- zend server
Meta
Tag Archives: conditional
Fixing Checkbox Width Problem in IE
I just reviewed my code today and found my code about how to fix the checkbox width incompatibility with IE. In IE, you will find that the checkbox has extra maring / padding on its left and right side making … Continue reading
Posted in CSS
Tagged checkbox, conditional, css, extra, html, IE, internet explorer, margin, padding, width
Leave a comment
Appending Conditional Stylesheet / CSS on Zend Framework
Because of some browser incompatibility, you need to have some piece of CSS on your page for a specific browser, ex: IE. If you are using Zend Framework, it would be easy. In the controller, you can include the stylesheet … Continue reading
Posted in Web Development, Zend Framework
Tagged conditional, css, framework, headlink, html, IE, internet explorer, parameter, stylesheet, zend
Leave a comment