Chandan Web Blog.

Entries for the ‘General’ Category

How to create a table with fixed-width columns regardless of contents, and/or the type of browser in use (e.g. IE, NN, Opera)?

Here is an example: <table border=1 width=183 style=‘table-layout:fixed’> <col width=67> <col width=75> <col width=41> <tr> <td>First Column</td> <td>Second Column</td> <td>Third Column</td> </tr> <tr> <td>Row 1</td> <td>Text</td> <td align=right>1</td> </tr> <tr> <td>Row 2</td> <td>Abcdefg</td> <td align=right>123</td> </tr> <tr> <td>Row 3</td> <td>Abcdefghijklmnop</td> <td align=right>123456</td> </tr> </table> Notice how a very long entry does not cause a column [...]

Firefox Profile Manager and Backup/restore Profiles on Portable Firefox

A. Creating a New Firefox Profile. 1. Close all instances of Firefox: 2. Run the following code: F:\PortableApps\FireFox3Portable\App\Firefox\firefox.exe -P NOTE: Make sure the above path suits your install location 4. It is nice to put the profiles into a central location, thus convenient in future. Ex: F:\PortableApps\FireFoxProfiles/ff3 F:\PortableApps\FireFoxProfiles/ff4 F:\PortableApps\FireFoxProfiles/ff5 3. You will get profile manager, [...]

jcarousel adds empty item in circular mode

When using the circular mode in jCarousel(wrap : ‘circular’), we used to see a blank item initially, whhich used to get cleared in the next iteration. i.e. It seemed like jCarousel generally expects at least one extra item, than the width of scroll area. In our case the width of scroll area was occupied by [...]

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.

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