Long time no new entry.
Internship is keeping me very busy. In this blog entry I’ll show you how to select a drop down option by specifying its index number.
(more…)
Posts Tagged ‘Web Development’
JavaScript: Setting the selected dropdown option by its index number
Tuesday, August 10th, 2010Fix PNG images with transparency in older Windows Internet Explorer versions
Monday, November 16th, 2009I wonder if this post would still get hits from search engine result pages. So many other web pages feature this fix for IE 5.5 and IE 6 web browser, that the Catzie.net Blog’s entry might just show up on the… 10th page or so. lol.
Anyways, I’m still posting this, in case there are some visitors browsing around who need help with properly displaying the transparency of .PNG images in IE5.5 and IE6. This also helps me easily find the needed code to fix the display. I need it from time to time when I design website layouts.
Tip: Most of us are probably using the newer versions of Internet Explorer. I suggest that you download and use the IE Tester. It’s a web browser that lets you see how web pages render in different versions of IE – 5.5, 6, 7, and 8.
I assume that as you read this, you are using Internet Explorer version 5.5, or the version 5.5 tab on the IE Tester.
(more…)
Inline Frame that automatically adjusts its height for the source page
Saturday, October 31st, 2009Last year, I was working on our MULPROJ layout, and the type of layout I was making needed an iframe whose height is auto resized according to the source page’s content. This means that there should be no vertical scrollbar in the iframe, it simply adjusts itself vertically.
I thought that it wasn’t possible to do this but I found a JavaScript code that can do the trick, and I just want to share it with you. ![]()
(more…)
