Chandan Web Blog.

Entries for the ‘General’ Category

Suckerfish dropdown menu sticking in ie7 ?

Add the following code in to your css #topmenu li:hover{ position:static; } This will fix the dropdown menu sticking ( dropdown menu not folding out ) problem in ie7.

A Firefox theme personalised for ChandanWeb

Today Ganapati (ganybhat) created a new firefox personas, available at the URL: http://www.getpersonas.com/en-US/persona/240575 I really coudn’t stop myself from using it right away on my Firefox 3, and I loved the way it looked. Thank you Gany.

SVN Errorcode 13 due to SeLinux, Could not open the requested SVN filesystem

When we recently installed SVN on CentOS, we came across the following error message: <m:human-readable errcode=”13″>Could not open the requested SVN filesystem</m:human-readable> This seems to be due to incorrect setting of the SeLinux content. This can be changed by the following command: chcon -R -h -t httpd_sys_content_t /PATH_TO_REPOSITORY/ ex: chcon -R -h -t httpd_sys_content_t /home/svnRepo [...]

Upgrade SVN Server to 1.6.5 on XAMPP

This is a quick help guide for all thise who would like to upgrade to latest SVN on XAMPP. NOTE: Like with all software upgrades there could be high risk involved. It is always better to take a backup prior to proceeding with any kind of upgrades. We know that when a latest version of [...]

Writing IE 6 or IE 7 Specific CSS Code

This is sort of hack which helps you write CSS specific to IE6 / IE7.   EX: _display:none;/* IE 6 Fix */ *display:none;/* IE 7 Fix */     NOTE: This code is not recommended if you are writing code that has to comply to CSS standards. In such cases you may have to switch [...]

Subscribe to this page grab our RSS feed
Theme & Wordpress Integration - by Chandan